~openerp-commiter/openobject-addons/stable-sja-branch

« back to all changes in this revision

Viewing changes to huissier/report/pv.xml

  • Committer: sja-axelor
  • Date: 2009-10-13 09:52:57 UTC
  • Revision ID: suniljagyasi@gmail.com-20091013095257-8u26ww0r20z9y6ey
add

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<pv>
 
3
        <dossier type="fields" name="id">
 
4
                <buyer_address type="field" name="buyer_ref.address"/>
 
5
                <buyer_name type="field" name="buyer_ref.name"/>
 
6
                <buyer_city type="field" name="buyer_ref.address.city"/>
 
7
                <buyer_zip type="field" name="buyer_ref.address.zip"/>
 
8
                <desc type="field" name="desc"/>
 
9
                <price type="field" name="amount_adj_calculated"/>
 
10
                <vat21 type="field" name="cost_id.amount"/>
 
11
                <vat6 type="field" name="room_cost_id.amount"/>
 
12
        </dossier>
 
13
</pv>
 
14
 
 
15