Files
tradon/modules/party/view/address_form.xml
2026-03-14 09:42:12 +00:00

66 lines
2.5 KiB
XML

<?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. -->
<form col="6">
<label name="party"/>
<field name="party" colspan="5"/>
<label name="party_name"/>
<field name="party_name"/>
<group colspan="2" col="-1" id="checkboxes">
<label name="active"/>
<field name="active"
xexpand="0" width="25"/>
<!-- Add here some checkboxes ! -->
<label name="sequence"/>
<field name="sequence"/>
</group>
<notebook colspan="6">
<page string="General" id="general">
<label name="street"/>
<group id="street" colspan="3" col="2">
<field name="street" yexpand="1"/>
<group id="street_structured" yalign="0" yexpand="1">
<label name="street_name"/>
<field name="street_name" colspan="3"/>
<label name="building_name"/>
<field name="building_name" colspan="3"/>
<label name="building_number"/>
<field name="building_number"/>
<label name="unit_number"/>
<field name="unit_number"/>
<label name="floor_number"/>
<field name="floor_number"/>
<label name="room_number"/>
<field name="room_number"/>
<label name="post_box"/>
<field name="post_box"/>
<label name="private_bag"/>
<field name="private_bag"/>
<label name="post_office"/>
<field name="post_office" colspan="3"/>
</group>
</group>
<label name="postal_code"/>
<field name="postal_code"/>
<label name="city"/>
<field name="city"/>
<newline/>
<label name="country"/>
<field name="country"/>
<label name="subdivision"/>
<field name="subdivision"/>
</page>
<page name="identifiers">
<field name="identifiers" colspan="4" pre_validate="1" view_ids="party.identifier_list_sequence"/>
</page>
<page name="contact_mechanisms">
<field name="contact_mechanisms" colspan="4" pre_validate="1" view_ids="party.contact_mechanism_view_tree_sequence"/>
</page>
</notebook>
</form>