Add full_name AND full_contact_adress on tree

This commit is contained in:
michel 2017-11-07 17:59:02 +01:00
parent 60530a4c3c
commit 66809f1d25
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@
<field name="model">coworking.coworker</field>
<field name="arch" type="xml">
<tree default_order="name asc, firstname asc">
<field name="name" />
<field name="firstname" />
<field name="full_name" />
<field name="company_name" />
<field name="full_contact_adress" />
<field name="gsm" />
<field name="email" />
</tree>