~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to mrp_production_filter_date/mrp_production_view.xml

  • Committer: Juan Carlos Funes-http://www.vauxoo.com
  • Date: 2012-10-01 23:25:35 UTC
  • mto: This revision was merged to the branch mainline in revision 490.
  • Revision ID: openerp1@hotmail.com-20121001232535-fhmw9hkfl7620nn9
[IMP][mrp_production_filter_date]add module mrp_production_filter_date

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="base.view_res_partner_filter"/>
 
10
            <field name="arch" type="xml">
 
11
                <xpath expr="/search/group/field[@name='user_id']" position="after">
 
12
                    <field name="date_planned"/>
 
13
                </xpath>
 
14
            </field>
 
15
        </record>
 
16
        
 
17
    </data>
 
18
</openerp>