trytond-sale_opportunity_ac.../view/sale_opportunity_tree.xml

15 lines
567 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath
expr="/tree/field[@name='probability']"
position="after">
<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>