Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2082 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
0
lug 24
1302
0
lug 24
928
1
mag 24
1374
2
mar 24
1474
0
mag 22
2596