~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to mrp/report/product_explosion.xml

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

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_cost_explosion" args="">
 
6
                        <amount value="amount"/>
 
7
                        <variants value="variants"/>
 
8
                        <name value="name"/>
 
9
                        <uom value="uom"/>
 
10
                        <price value="price"/>
 
11
                </product>
 
12
        </lot>
 
13
</lotlist>