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

« back to all changes in this revision

Viewing changes to product_context_date/product_context_date_view.xml

  • Committer: jose at vauxoo
  • Date: 2012-10-30 22:29:46 UTC
  • mfrom: (501.1.58 6.1)
  • Revision ID: jose@vauxoo.com-20121030222946-gjtl9xw24t27xrrw
  
[MERGE] Merge to 6.1 branch to added new features 

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="product_date_search_form_view_stock" model="ir.ui.view">
 
6
            <field name="name">product.date.search.stock.form</field>
 
7
            <field name="model">product.product</field>
 
8
            <field name="type">search</field>
 
9
            <field name="inherit_id" ref="product.product_search_form_view"/>
 
10
            <field name="arch" type="xml">
 
11
                   <field name="pricelist_id" position="after">
 
12
                        <field name="date_from_to" widget="date" context="{'from_date':self, 'to_date':self2}"/>
 
13
                   </field>
 
14
            </field>
 
15
        </record>
 
16
 
 
17
 
 
18
    </data>
 
19
</openerp>