[FIX]crm: crm lead/opp merge, when opp has stage with state cancel, then it is less...
[odoo/odoo.git] / addons / procurement / wizard / mrp_procurement_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4
5         <!--  Compute Procurement -->
6
7         <record id="view_compute_procurment_wizard" model="ir.ui.view">
8             <field name="name">Compute Procurements</field>
9             <field name="model">procurement.order.compute</field>
10             <field name="arch" type="xml">
11                 <form string="Parameters" version="7.0">
12                     <group>
13                         <label string="This wizard will schedule procurements."/>
14                     </group>
15                     <footer>
16                         <button name="procure_calculation" string="Compute Procurements"
17                             type="object" class="oe_highlight"  />
18                         or
19                         <button string="Cancel" class="oe_link" special="cancel" />    
20                     </footer>
21                 </form>
22             </field>
23         </record>
24
25     </data>
26 </openerp>