Remove write/create on products to stock user

This commit is contained in:
Alexis de Lattre
2018-06-19 22:38:22 +02:00
parent 924f332702
commit 0767469cd6
2 changed files with 12 additions and 0 deletions

View File

@@ -207,5 +207,15 @@ In v8, it was present on both, so I put the cart button on the product.product f
</field>
</record>
<record id="view_product_supplier_inherit" model="ir.ui.view">
<field name="name">purchase_usability.product.template.form</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="purchase.view_product_supplier_inherit"/>
<field name="arch" type="xml">
<field name="purchase_method" position="attributes">
<attribute name="groups"></attribute>
</field>
</field>
</record>
</odoo>