This commit is contained in:
michel 2017-11-09 11:00:59 +01:00
parent ebd17586e2
commit 98ee48126d

View File

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