Wider name field for product

This commit is contained in:
Alexis de Lattre
2015-10-30 23:23:35 +01:00
committed by Raphaël Valyi
parent 405c8508e9
commit 333afdff00

View File

@@ -73,6 +73,17 @@
<field name="price_history_ids" nolabel="1"/>
</group>
</group>
<!-- START for wider 'name' field -->
<div class="oe_left" position="attributes">
<attribute name="style">width: 800px;</attribute>
</div>
<div class="oe_title" position="attributes">
<attribute name="style">width: 700px;</attribute>
</div>
<field name="name" position="attributes">
<attribute name="class"></attribute>
</field>
<!-- END for wider 'name' field -->
</field>
</record>