File: address_tree_sequence.xml

package info (click to toggle)
tryton-modules-party 7.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,560 kB
  • sloc: python: 2,702; xml: 1,408; makefile: 11; sh: 3
file content (13 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree sequence="sequence">
    <field name="party" expand="1"/>
    <field name="party_name" optional="0"/>
    <field name="name" optional="0"/>
    <field name="street_single_line" expand="2"/>
    <field name="postal_code"/>
    <field name="city"/>
    <field name="country" optional="0"/>
    <field name="subdivision" optional="0"/>
</tree>