~sharoonthomas/openerpretail/core

« back to all changes in this revision

Viewing changes to bin/addons/stock/report/lot_overview_all.xml

  • Committer: Sharoon Thomas
  • Date: 2009-07-20 06:25:34 UTC
  • Revision ID: sharoonthomas@teagarden.in-20090720062534-j8jq2nmdy63w9o9c
Initial Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<lotlist>
 
3
    <lot type="fields" name="id">
 
4
        <id type="field" name="id"/>
 
5
        <product type="call" name="_product_get_all_report" args="">
 
6
            <amount value="amount"/>
 
7
            <variants value="variants"/>
 
8
            <name value="name"/>
 
9
            <code value="code"/>
 
10
            <uom value="uom"/>
 
11
            <price value="price"/>
 
12
        </product>
 
13
    </lot>
 
14
</lotlist>