Use date and time widget for datetime fields in tree views

This commit is contained in:
Sergi Almacellas Abellana 2016-01-12 00:23:52 +01:00
parent cdfee2c934
commit 819a067e15

View file

@ -5,8 +5,10 @@
<xpath
expr="/tree/field[@name='probability']"
position="after">
<field name="last_action_date"/>
<field name="next_action_date"/>
<field name="last_action_date" widget="date"/>
<field name="last_action_date" widget="time" string="Last Action Time"/>
<field name="next_action_date" widget="date"/>
<field name="next_action_date" widget="time" string="Next Action Time"/>
<field name="next_action"/>
</xpath>
</data>