Browse Source

Activate widget on form view of company.

pull/7/head
Alexis de Lattre 10 years ago
parent
commit
254c718b6d
  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