trytond-sale_opportunity_ca.../view/sale_opportunity_campaign_form.xml
2014-12-11 16:24:13 +01:00

32 lines
946 B
XML

<?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<form string="Campaign">
<label name="name"/>
<field name="name" colspan="3"/>
<label name="parent"/>
<field name="parent"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="category"/>
<field name="category"/>
<notebook>
<page name="description">
<field name="description" colspan="4"/>
</page>
<page name="parties">
<field name="parties" colspan="4"/>
<button name="create_leads" string="Create Leads"/>
</page>
<page name="products">
<field name="products" colspan="4"/>
</page>
<page string="Children" col="1" id="childs">
<field name="childs"/>
</page>
</notebook>
</form>