This commit is contained in:
Alexis de Lattre
2016-11-21 18:24:58 +01:00
parent 0bc2d19747
commit 9e3d62b4ba
2 changed files with 1 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
{ {
'name': 'Sale Purchase No Product Template Menu', 'name': 'Sale Purchase No Product Template Menu',
'version': '0.1', 'version': '10.0.1.0.0',
'category': 'Sale and Purchase', 'category': 'Sale and Purchase',
'license': 'AGPL-3', 'license': 'AGPL-3',
'summary': "Remplace product.template menu entries by product.product menu entries", 'summary': "Remplace product.template menu entries by product.product menu entries",

View File

@@ -69,21 +69,4 @@ entry and link it to product product -->
</record> </record>
--> -->
<!-- set name as editable on product.product form -->
<!--
<record id="product_normal_form_view" model="ir.ui.view">
<field name="name">no_product_template_menu.product_product_form</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
<field name="name" position="attributes">
<attribute name="attrs">{}</attribute>
</field>
<field name="product_tmpl_id" position="attributes">
<attribute name="attrs">{'invisible': 1, 'required': 0}</attribute>
</field>
</field>
</record>
-->
</odoo> </odoo>