~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to mrp/report/bom.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
<boms>
 
3
        <bom type="fields" name="id">
 
4
                <id type="field" name="id" />
 
5
                <name type="field" name="name" />
 
6
                <product type="field" name="product_id.name" />
 
7
                <date type="function" name="today" />
 
8
                <bom-line type="zoom" name="bom_lines">
 
9
                        <pos type="field" name="position" />
 
10
                        <qty type="field" name="product_qty" />
 
11
                        <name type="field" name="name" />
 
12
                </bom-line>
 
13
                <revision type="zoom" name="revision_ids">
 
14
                        <indice type="field" name="indice" />
 
15
                        <modif type="field" name="name" />
 
16
                        <author type="field" name="author_id.name" />
 
17
                </revision>
 
18
        </bom>
 
19
</boms>