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
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(AbstractM odel):
_name = 'an.abstract.model'
_columns = {
'name': fields.char('Name', translate=True)
}
Thanks & Best Regards