[IMP] hide description field on product

This commit is contained in:
David Beal
2016-05-24 11:36:13 +02:00
parent 31c6246e2c
commit 005063e8c6
3 changed files with 7 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ The usability enhancements include:
* wider name field in product form view
* hide description field on product (description_sale must be use instead of description)
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',

View File

@@ -85,6 +85,9 @@
<field name="name" position="attributes">
<attribute name="class"></attribute>
</field>
<field name="description" position="attributes">
<attribute name="attrs">{'invisible': True}</attribute>
</field>
<!-- END for wider 'name' field -->
</field>
</record>