~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to stock_production_group/view/stock_production_gruop.xml

  • Committer: Jorge Angel Naranjo Rogel
  • Date: 2013-09-11 19:13:11 UTC
  • mto: (543.7.254 7.0)
  • mto: This revision was merged to the branch mainline in revision 840.
  • Revision ID: jorge_nr@vauxoo.com-20130911191311-z18ch1zusrveelfy
[FIX][production_lot_group_by_name] Changed name of stock_production_group to production_lot_group_by_name

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_stock_production_lot_search_inherit" model="ir.ui.view">
5
 
        <field name="name">view.stock.production.lot.search.inherit</field>
6
 
        <field name="model">stock.production.lot</field>
7
 
        <field name="inherit_id" ref="stock.search_product_lot_filter"/>
8
 
        <field name="type">search</field>
9
 
        <field name="arch" type="xml">
10
 
            <xpath expr="/search/group/filter[@string='Product']" position="after">
11
 
                <filter string="Serial Number" domain="[]" context="{'group_by':'name'}"/>
12
 
            </xpath>
13
 
        </field>
14
 
    </record>
15
 
  </data>
16
 
</openerp>