Fix XMLID name
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<data>
|
<data>
|
||||||
|
|
||||||
<!-- PURCHASE -->
|
<!-- PURCHASE -->
|
||||||
<record id="product_product_action_puchased" model="ir.actions.act_window">
|
<record id="product_product_action_purchased" model="ir.actions.act_window">
|
||||||
<field name="name">Products</field>
|
<field name="name">Products</field>
|
||||||
<field name="res_model">product.product</field>
|
<field name="res_model">product.product</field>
|
||||||
<field name="view_mode">tree,form,kanban</field>
|
<field name="view_mode">tree,form,kanban</field>
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
</record>
|
</record>
|
||||||
|
|
||||||
<record id="purchase.menu_procurement_partner_contact_form" model="ir.ui.menu">
|
<record id="purchase.menu_procurement_partner_contact_form" model="ir.ui.menu">
|
||||||
<field name="action" ref="product_product_action_puchased"/>
|
<field name="action" ref="product_product_action_purchased"/>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<!-- STOCK -->
|
<!-- STOCK -->
|
||||||
|
|||||||
Reference in New Issue
Block a user