~armandoplc/addons-vauxoo/armandoplc-kanbanview

« back to all changes in this revision

Viewing changes to mrp_production_filter_date/mrp_production_view.xml

[Merge] Module mrp_production_filter_date added

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="view_mrp_production_filter_date_inh" model="ir.ui.view">
 
6
            <field name="name">view.mrp.production.filter.date.inh</field>
 
7
            <field name="model">mrp.production</field>
 
8
            <field name="type">search</field>
 
9
            <field name="inherit_id" ref="mrp.view_mrp_production_filter"/>
 
10
            <field name="arch" type="xml">
 
11
                <xpath expr="/search/group/field[@name='origin']" position="after">
 
12
                    <field name="date_planned" widget="date" />
 
13
                </xpath>
 
14
            </field>
 
15
        </record>
 
16
        
 
17
    </data>
 
18
</openerp>