Search code examples
odoo-14

an example of extending res.partner with delegation


I could only find res.users

Are there any other examples ?

By "with delegation" I mean with _inherits, not with _inherit


Solution

  • You can find only res.users in all Odoo community code as delegation inheritance from res.partner

    You can check the GitHub example for delegation inheritance from res.partner