Search code examples
exportodooodoo-8

Export status change date odoo 8


I want to know if I can extract status change date of an object without create a field for that. For example when passing from nouveau to actif state:

state = fields.Selection([
    ('nouveau','Nouveau'),
    ('actif','Actif'),
    ('expired','Expiré'),
],string="Etat", default="nouveau")

Solution

  • Hi first you need to enable track visibility on for status field. then if you change any status from you can see all track with timestamp.