[IMP] hide description field on product
This commit is contained in:
committed by
Raphaël Valyi
parent
0869d2d1d9
commit
e1c35e0455
@@ -37,6 +37,8 @@ The usability enhancements include:
|
|||||||
|
|
||||||
* wider name field in product form view
|
* 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>.
|
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
|
||||||
""",
|
""",
|
||||||
'author': 'Akretion',
|
'author': 'Akretion',
|
||||||
|
|||||||
@@ -85,6 +85,9 @@
|
|||||||
<field name="name" position="attributes">
|
<field name="name" position="attributes">
|
||||||
<attribute name="class"></attribute>
|
<attribute name="class"></attribute>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="description" position="attributes">
|
||||||
|
<attribute name="attrs">{'invisible': True}</attribute>
|
||||||
|
</field>
|
||||||
<!-- END for wider 'name' field -->
|
<!-- END for wider 'name' field -->
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|||||||
Reference in New Issue
Block a user