I'm building my own module to manage fairs and exhibitions. The booth model from my module should have a direct connection to the booth model from the odoo events module (event.booth)
Every booth from my module can only have exactly one booth from the odoo events module and vice versa. That's why I would need a fields.One2one relationship, dont I? Unfortunately, it seems like one2one relationships are no longer possible in odoo? Can anyone tell me how to implement this relationship in odoo15?