~vauxoo/addons-vauxoo/7.0_test_hr_expense_dev_jorge

« back to all changes in this revision

Viewing changes to mrp_consume_produce/res_config_view.xml

 
[MERGE] Merge to add
       [FIX] module description fix command name and explicit minimal configuration for use.
       [ADD] a new way to configure the module, more didactic.
       [CC] change a xpath replace for a xpath attributes.

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
        <record id="view_mrp_config_inherit" model="ir.ui.view">
 
5
            <field name="name">mrp settings</field>
 
6
            <field name="model">mrp.config.settings</field>
 
7
            <field name="inherit_id" ref="mrp.view_mrp_config"/>
 
8
            <field name="arch" type="xml">
 
9
 
 
10
                <xpath expr="//group/div/div[3]" position="after">
 
11
 
 
12
                    <div>
 
13
                        <field name="group_mrp_consume_produce" class="oe_inline"/>
 
14
                        <label for="group_mrp_consume_produce"/>
 
15
                    </div>
 
16
 
 
17
                </xpath>
 
18
 
 
19
            </field>
 
20
        </record>
 
21
    </data>
 
22
</openerp>