~tempo-openerp/+junk/loewert-prod

« back to all changes in this revision

Viewing changes to addons/procurement/wizard/mrp_procurement_view.xml

  • Committer: jbe at tempo-consulting
  • Date: 2013-08-21 08:48:11 UTC
  • Revision ID: jbe@tempo-consulting.fr-20130821084811-913uo4l7b5ayxq8m
[NEW] Création de la branche trunk Loewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>