I'm trying to inherit website_crm_partner_assign.index like this:
I did add this xml file inside the manifest and I also added website_crm_partner_assign as a dependency. But for some reason I'm not able install the module because it says that "//div[@id='ref_content']" cannot be located in the parent view. WHY?
Here is the line with this div:
https://github.com/odoo/odoo/blob/d1caa5c6afe80ee421fded7b4c82bf5cf9690c14/addons/website_crm_partner_assign/views/website_crm_partner_assign_templates.xml#L61
Which is exactly the same as in my database.
What is the problem. I'm out of ideas.
Using Odoo 13