You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
1.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="view_purchase_recurring_orders_renew_wizard" model="ir.ui.view">
<field name="name">Renew agreement wizard</field>
<field name="model">purchase.recurring_orders.renew_wizard</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Renew agreement wizard">
<label string="Set renewal agreement data" colspan="4"/>
<newline/>
<field name="date"/>
<newline/>
<field name="comments" default_focus="1"/>
<separator string="" colspan="4" />
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button name="create_renewal" string="Renew agreement" type="object" icon="gtk-ok"/>
</form>
</field>
</record>
<act_window name="Renew agreement wizard"
res_model="purchase.recurring_orders.renew_wizard"
src_model="purchase.recurring_orders.agreement"
view_mode="form"
target="new"
multi="True"
key2="client_action_multi"
id="action_purchase_recurring_orders_renew_wizard"/>
</data>
</openerp>