Hello,
I added a new model Sector
And on this model Sector and the model hr.employee, i added 2 Many2many fields with a model_relation table : sector_employee_rel
How can i add field in this model sector_employee_rel
I tried to inherit this table mut i've got an error :
TypeError: Model 'sector_employee_rel' does not exist in registry.
Is there something special to do for inheriting model_relation ?