Hello,
I want to make relation one2one in the same model 'person' which inherit from 'res.partner' .
I know that one2one is not available any more so what's the solution?
The relation is "married_with". So i want when i change the field of the person A to B. B "married_with" field automatically changes
class person
inherit = 'res.partner'
married_with =.........
Is it possible to do it and how?