This commit is contained in:
michel 2017-11-09 11:00:59 +01:00
parent ebd17586e2
commit 98ee48126d
1 changed files with 1 additions and 2 deletions

View File

@ -137,9 +137,8 @@
<field name="model">coworking.coworker</field>
<field name="arch" type="xml">
<calendar date_start="contact_date"
display="[contact_date] first contact:[name]" >
display="First contact : [name]" >
<!-- Fields used for the display text -->
<field name="contact_date" />
<field name="name" />
</calendar>
</field>