Browse Source

Activate widget on form view of company.

pull/8/head
Alexis de Lattre 10 years ago
parent
commit
f33645e8ee
  1. 6
      base_phone/res_company_view.xml

6
base_phone/res_company_view.xml

@ -19,6 +19,12 @@
<field name="number_of_digits_to_match_from_end" />
</group>
</group>
<field name="phone" position="attributes">
<attribute name="widget">phone</attribute>
</field>
<field name="fax" position="attributes">
<attribute name="widget">fax</attribute>
</field>
</field>
</record>

Loading…
Cancel
Save