Hi
Please advise me on below error.
TypeError: Many2many fields MrpWorkcenter.alternative_workcenter_ids and mrp.workcenter.alternative_workcenter_ids use the same table and columns
My code is to inherit mrp.workcenter and add a chatter in this model. There was not such error if not inheriting 'mail.thread' and 'mail.activity.mixin'
class MrpWorkcenter(models.Model):
_inherit = ['mrp.workcenter',
'mail.thread',
'mail.activity.mixin',
] # add a chatter