Add mobile in partner tree view

This commit is contained in:
Alexis de Lattre
2020-01-13 09:57:10 +01:00
parent af6550fd2b
commit 2baf9167a4

View File

@@ -45,6 +45,11 @@
<field name="country_id" position="attributes">
<attribute name="invisible">0</attribute>
</field>
<!-- There aren't many fields in this tree view, so there is room
to add a few more -->
<field name="phone" position="after">
<field name="mobile"/>
</field>
<field name="country_id" position="before">
<field name="city"/>
</field>