~openerp-groupes/openobject-server/6.0-fix-setup-windows

« back to all changes in this revision

Viewing changes to bin/addons/base/res/partner/report/partner_address.xml

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<addresses>
 
3
        <address type="fields" name="id">
 
4
                <company-title type="field" name="title"/>
 
5
                <company-name type="field" name="name"/>
 
6
                <contact type="zoom" name="address">
 
7
                        <type type="field" name="type"/>
 
8
                        <title type="field" name="title"/>
 
9
                        <name type="field" name="name"/>
 
10
                        <street type="field" name="street"/>
 
11
                        <street2 type="field" name="street2"/>
 
12
                        <zip type="field" name="zip"/>
 
13
                        <city type="field" name="city"/>
 
14
                        <state type="field" name="state_id.name"/>
 
15
                        <country type="field" name="country_id.name"/>
 
16
                </contact>
 
17
        </address>
 
18
</addresses>