Hello,
I would like to know if it is possible to create in a given model “X” a Many2many field defined as follows :
field = fields.Many2many('X', string="description")
When I'm trying to create this field, I'm getting the following error :
Implicit/canonical naming of many2many relationship table is not possible when source and destination models are the same