~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to stock/report/picking.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
<pickinglist>
 
3
        <picking type="fields" name="id">
 
4
                <header>
 
5
                        <address type="zoom" name="address_id">
 
6
                                <title type="field" name="title"/>
 
7
                                <name type="field" name="name"/>
 
8
                                <street type="field" name="street"/>
 
9
                                <zip type="field" name="zip"/>
 
10
                                <city type="field" name="city"/>
 
11
                                <state type="field" name="state_id.name"/>
 
12
                                <country type="field" name="country_id.name"/>
 
13
                        </address>
 
14
        
 
15
                        <corporation type="zoom" name="address_id.partner_id">
 
16
                                <id type="field" name="id"/>
 
17
                                <title type="field" name="title"/>
 
18
                                <name type="field" name="name"/>
 
19
                        </corporation>
 
20
        
 
21
                        <picking-id type="field" name="id"/>
 
22
                        <picking-name type="field" name="name"/>
 
23
                        <picking-date type="field" name="date"/>
 
24
                        <expedition-date/>
 
25
                        <command-number>98798413</command-number>
 
26
                </header>
 
27
                <lines>
 
28
                        <line type="zoom" name="move_lines">
 
29
                                <ref type="field" name="product_id.code">68854GZGZ</ref>
 
30
                                <tracking></tracking>
 
31
                                <quantity type="field" name="product_qty">0</quantity>
 
32
                                <location type="field" name="location_id.name">0</location>
 
33
                                <prod_uom type="field" name="product_uom.name">0</prod_uom>
 
34
                                <name type="field" name="product_id.product_tmpl_id.name">Un joli t-shirt tout bo</name>
 
35
                                <variant type="field" name="product_id.variants">XL</variant>
 
36
                                <state type="field" name="state">draft</state>
 
37
 
 
38
                                <lot type="zoom" name="tracking_id">
 
39
                                        <tracking type="field" name="name" />
 
40
                                        <serial type="field" name="serial" />
 
41
                                </lot>
 
42
                        </line>
 
43
                </lines>
 
44
        </picking>
 
45
</pickinglist>