Wider 'name' field on partner form
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
<xpath expr="//div[@class='oe_edit_only']/field[@name='is_company']" position="attributes">
|
||||
<attribute name="attrs">{'readonly': [('parent_id', '!=', False)]}</attribute>
|
||||
</xpath>
|
||||
<!-- Wider 'name' field -->
|
||||
<xpath expr="//sheet/div[@class='oe_title oe_left']" position="attributes">
|
||||
<attribute name="style">width: 650px;</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='child_ids']/form/sheet/div[@class='oe_title']" position="attributes">
|
||||
<attribute name="style">width: 600px;</attribute>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user