Minor changes
This commit is contained in:
committed by
David Beal
parent
41882b3529
commit
5d440b3c61
@@ -7,7 +7,7 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<!-- 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>
|
||||||
@@ -17,7 +17,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