跳至內容
選單
此問題已被標幟
1 回覆
2080 瀏覽次數

All of the sudden metada from one model is not being generated, here is the class declaration:

class ConsignmentProcessEpt(models.Model):
_name = 'consignment.process.ept'
_inherit = ['portal.mixin', 'mail.thread', 'mail.activity.mixin']
_description = 'Procesos de Consignación'
_order = "date desc, name desc, id desc"

Here is a screenshot of the metadata: https://pasteboard.co/AaHjoDaFQvjI.png

頭像
捨棄
最佳答案

Hi,

Does it happens for all the records ? I think it may happens with records created using sql queries where we have to explicitly specify the create date, create uid etc,  but did you tried creating record from the odoo ui and checked whether this info is coming or not ?

Thanks

頭像
捨棄
作者

Thanks for the quick reply! All records are created using the Odoo UI

相關帖文 回覆 瀏覽次數 活動
0
7月 24
1297
0
7月 24
926
1
5月 24
1373
2
3月 24
1473
0
5月 22
2593