~pexego/openobject-addons/6.1-pexego-sale_commission

« back to all changes in this revision

Viewing changes to mrp_bom_formula/mrp_production_view.xml

  • Committer: Omar (pexego)
  • Date: 2012-07-27 08:40:22 UTC
  • Revision ID: omar@pexego.es-20120727084022-qp3ludpr3vsuyuf6
[ADD] Traceability modules ported to 6.1

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
        <record id="mrp_production_form_view_add_formula_btn" model="ir.ui.view">
 
6
            <field name="name">mrp.production.form.add_formula_btn</field>
 
7
            <field name="model">mrp.production</field>
 
8
            <field name="inherit_id" ref="mrp.mrp_production_form_view"/>
 
9
            <field name="type">form</field>
 
10
            <field name="arch" type="xml">
 
11
                <button name="button_confirm" position="after">
 
12
                    <button name="action_compute_formulas" states="ready" string="Compute formulas" icon="gtk-apply" type="object"/>
 
13
                </button>
 
14
            </field>
 
15
        </record>
 
16
 
 
17
    </data>
 
18
</openerp>