Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2065 Visninger

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

Avatar
Kassér
Bedste svar

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

Avatar
Kassér
Forfatter

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

Related Posts Besvarelser Visninger Aktivitet
0
jul. 24
1275
0
jul. 24
912
1
maj 24
1364
2
mar. 24
1457
0
maj 22
2587