Comment 3 for bug 1029344

Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

Hello,

Sorry, I tried to reproduce it again, and I'm wrong in my reproduction step.

You need to have at least one translatable field in the model to encounter the bug.

class an_abstract_model(AbstractModel):
    _name = 'an.abstract.model'
    _columns = {
        'name': fields.char('Name', translate=True)
    }

Thanks & Best Regards