Merge pull request #123 from akretion/12.0-base-usability-remove-oe-title-width

[FIX] Remove hard-coded oe_title class width
This commit is contained in:
clementmbr
2020-06-19 13:26:49 -03:00
committed by GitHub

View File

@@ -12,10 +12,6 @@
<field name="model">res.partner</field>
<field name="inherit_id" ref="base.view_partner_form"/>
<field name="arch" type="xml">
<!-- Wider 'name' field -->
<xpath expr="//sheet/div[hasclass('oe_title')]" position="attributes">
<attribute name="style">width: 650px;</attribute>
</xpath>
<xpath expr="//field[@name='child_ids']/form//field[@name='email']" position="attributes">
<attribute name="widget">email</attribute>
</xpath>