Hello everyone! I am trying to install the purchase module but I cannot figure out what is going on.. can anyone help me please? this is the error:
https://pastebin.com/3qhKqm9t
one of my colleagues told me that it is in conflict with our view in some of our modules.. and I see this:
<record id="res_partner_view_form_verifiche" model="ir.ui.view">
<field name="name">partner form view: ipi</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="priority" eval="400"/>
<field name="arch" type="xml">
This priority of this view can conflicts with the priority of the purchase module I think.. but I don't know how to fix the problem