~pexego/openobject-addons/6.1-pexego-new-addons

« back to all changes in this revision

Viewing changes to sale_follow_up/report_stock_view.xml

  • Committer: Omar (pexego)
  • Date: 2012-07-27 08:40:22 UTC
  • Revision ID: omar@pexego.es-20120727084022-qp3ludpr3vsuyuf6
[ADD] Traceability modules ported to 6.1

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="stock_report_prodlots_tree" model="ir.ui.view">
 
5
            <field name="name">stock.report.prodlots.view.inherit</field>
 
6
            <field name="model">stock.report.prodlots</field>
 
7
            <field name="type">tree</field>
 
8
            <field name="arch" type="xml">
 
9
                <field name="product_id"/>
 
10
                <field name="prodlot_id"/>
 
11
                <field name="location_id"/>
 
12
                <field name="qty"/>
 
13
                <field name="partner_id"/>
 
14
            </field>
 
15
        </record>
 
16
        
 
17
        <act_window
 
18
            domain="[('prodlot_id', '=', active_id),('qty','>',0)]"
 
19
            id="act_stock_production_lot_2_stock_report_prodlots"
 
20
            name="Stock" res_model="stock.report.prodlots"
 
21
            src_model="stock.production.lot"/>
 
22
    </data>
 
23
</openerp>
 
 
b'\\ No newline at end of file'