first commit
This commit is contained in:
65
modules/party/view/address_form.xml
Normal file
65
modules/party/view/address_form.xml
Normal file
@@ -0,0 +1,65 @@
|
||||
<?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>
|
||||
57
modules/party/view/address_form_simple.xml
Normal file
57
modules/party/view/address_form_simple.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<?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>
|
||||
<newline/>
|
||||
|
||||
<label name="street"/>
|
||||
<group id="street" colspan="5" 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"/>
|
||||
</form>
|
||||
27
modules/party/view/address_format_form.xml
Normal file
27
modules/party/view/address_format_form.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
<form col="6">
|
||||
<label name="country_code"/>
|
||||
<field name="country_code"/>
|
||||
<label name="language_code"/>
|
||||
<field name="language_code"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<separator name="format_" colspan="6"/>
|
||||
<field name="format_" colspan="6"/>
|
||||
<separator name="street_format" colspan="6"/>
|
||||
<field name="street_format" colspan="6"/>
|
||||
<label name="building_number_format"/>
|
||||
<field name="building_number_format" colspan="5"/>
|
||||
<label name="unit_number_format"/>
|
||||
<field name="unit_number_format" colspan="5"/>
|
||||
<label name="floor_number_format"/>
|
||||
<field name="floor_number_format" colspan="5"/>
|
||||
<label name="room_number_format"/>
|
||||
<field name="room_number_format" colspan="5"/>
|
||||
<label name="post_box_format"/>
|
||||
<field name="post_box_format" colspan="5"/>
|
||||
<label name="private_bag_format"/>
|
||||
<field name="private_bag_format" colspan="5"/>
|
||||
<label name="post_office_format"/>
|
||||
<field name="post_office_format" colspan="5"/>
|
||||
</form>
|
||||
5
modules/party/view/address_format_list.xml
Normal file
5
modules/party/view/address_format_list.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree>
|
||||
<field name="country_code"/>
|
||||
<field name="language_code"/>
|
||||
</tree>
|
||||
11
modules/party/view/address_subdivision_type_form.xml
Normal file
11
modules/party/view/address_subdivision_type_form.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
<label name="country_code"/>
|
||||
<field name="country_code"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<separator name="types" colspan="4"/>
|
||||
<field name="types" colspan="4"/>
|
||||
</form>
|
||||
7
modules/party/view/address_subdivision_type_list.xml
Normal file
7
modules/party/view/address_subdivision_type_list.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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>
|
||||
<field name="country_code"/>
|
||||
<field name="types" expand="1"/>
|
||||
</tree>
|
||||
12
modules/party/view/address_tree.xml
Normal file
12
modules/party/view/address_tree.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
<field name="party" expand="1"/>
|
||||
<field name="party_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>
|
||||
12
modules/party/view/address_tree_sequence.xml
Normal file
12
modules/party/view/address_tree_sequence.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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="street_single_line" expand="2"/>
|
||||
<field name="postal_code"/>
|
||||
<field name="city"/>
|
||||
<field name="country" optional="0"/>
|
||||
<field name="subdivision" optional="0"/>
|
||||
</tree>
|
||||
12
modules/party/view/category_form.xml
Normal file
12
modules/party/view/category_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="parent"/>
|
||||
<field name="parent"/>
|
||||
<field name="childs" colspan="4"/>
|
||||
</form>
|
||||
6
modules/party/view/category_list.xml
Normal file
6
modules/party/view/category_list.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?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>
|
||||
<field name="rec_name" expand="1"/>
|
||||
</tree>
|
||||
6
modules/party/view/category_tree.xml
Normal file
6
modules/party/view/category_tree.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?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 keyword_open="1">
|
||||
<field name="name" expand="1"/>
|
||||
</tree>
|
||||
7
modules/party/view/check_vies_result.xml
Normal file
7
modules/party/view/check_vies_result.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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="1">
|
||||
<field name="parties_succeed"/>
|
||||
<field name="parties_failed"/>
|
||||
</form>
|
||||
12
modules/party/view/configuration_form.xml
Normal file
12
modules/party/view/configuration_form.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
<label name="party_sequence"/>
|
||||
<field name="party_sequence"/>
|
||||
<label name="party_lang"/>
|
||||
<field name="party_lang" widget="selection"/>
|
||||
|
||||
<separator name="identifier_types" colspan="4"/>
|
||||
<field name="identifier_types" colspan="4" height="200"/>
|
||||
</form>
|
||||
36
modules/party/view/contact_mechanism_form.xml
Normal file
36
modules/party/view/contact_mechanism_form.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?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>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<group col="-1" colspan="2" id="checkboxes">
|
||||
<label name="active"/>
|
||||
<field name="active"
|
||||
xexpand="0" width="25"/>
|
||||
<!-- Add here some checkboxes ! -->
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
</group>
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
<group col="2" colspan="2" id="value">
|
||||
<label name="other_value"/>
|
||||
<field name="other_value"/>
|
||||
<label name="website"/>
|
||||
<field name="website" widget="url"/>
|
||||
<label name="email"/>
|
||||
<field name="email" widget="email"/>
|
||||
<label name="skype"/>
|
||||
<field name="skype" widget="callto"/>
|
||||
<label name="sip"/>
|
||||
<field name="sip" widget="sip"/>
|
||||
</group>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="language"/>
|
||||
<field name="language" widget="selection"/>
|
||||
|
||||
<separator name="comment" colspan="6"/>
|
||||
<field name="comment" colspan="6"/>
|
||||
</form>
|
||||
11
modules/party/view/contact_mechanism_tree.xml
Normal file
11
modules/party/view/contact_mechanism_tree.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
<field name="type"/>
|
||||
<field name="value" expand="1"/>
|
||||
<field name="name" expand="1" optional="0"/>
|
||||
<field name="party" expand="2" optional="0"/>
|
||||
<field name="address" expand="1" optional="0"/>
|
||||
<field name="language" widget="selection" optional="1"/>
|
||||
</tree>
|
||||
12
modules/party/view/contact_mechanism_tree_sequence.xml
Normal file
12
modules/party/view/contact_mechanism_tree_sequence.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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" editable="1">
|
||||
<field name="type"/>
|
||||
<field name="value" expand="1"/>
|
||||
<field name="name" expand="1" optional="0"/>
|
||||
<field name="party" expand="2" optional="0"/>
|
||||
<field name="address" expand="1" optional="0"/>
|
||||
<field name="language" widget="selection" optional="1"/>
|
||||
<field name="url" widget="url"/>
|
||||
</tree>
|
||||
9
modules/party/view/email_template_form.xml
Normal file
9
modules/party/view/email_template_form.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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. -->
|
||||
<data>
|
||||
<xpath expr="//label[@name='subject']" position="before">
|
||||
<label name="contact_mechanism"/>
|
||||
<field name="contact_mechanism" colspan="3"/>
|
||||
</xpath>
|
||||
</data>
|
||||
7
modules/party/view/erase_ask_form.xml
Normal file
7
modules/party/view/erase_ask_form.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
</form>
|
||||
20
modules/party/view/identifier_form.xml
Normal file
20
modules/party/view/identifier_form.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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 cursor="type">
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<group colspan="2" col="-1" id="checkboxes">
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
</group>
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
<label name="code"/>
|
||||
<field name="code"/>
|
||||
|
||||
<label name="address"/>
|
||||
<field name="address"/>
|
||||
</form>
|
||||
9
modules/party/view/identifier_list.xml
Normal file
9
modules/party/view/identifier_list.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
<field name="party" expand="1"/>
|
||||
<field name="address" expand="1"/>
|
||||
<field name="type" expand="1"/>
|
||||
<field name="code" expand="2"/>
|
||||
</tree>
|
||||
9
modules/party/view/identifier_list_sequence.xml
Normal file
9
modules/party/view/identifier_list_sequence.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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="address" expand="1"/>
|
||||
<field name="type" expand="1"/>
|
||||
<field name="code" expand="2"/>
|
||||
</tree>
|
||||
37
modules/party/view/party_form.xml
Normal file
37
modules/party/view/party_form.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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">
|
||||
<group col="6" colspan="5" id="header" yalign="0">
|
||||
<label name="name"/>
|
||||
<field name="name" xexpand="1"/>
|
||||
<label name="code"/>
|
||||
<field name="code"/>
|
||||
<group col="-1" colspan="2" id="checkboxes" xexpand="0">
|
||||
<label name="active"/>
|
||||
<field name="active" xexpand="0" width="25"/>
|
||||
<!-- Add here some checkboxes ! -->
|
||||
</group>
|
||||
<label name="replaced_by"/>
|
||||
<field name="replaced_by"/>
|
||||
<newline/>
|
||||
<label name="lang"/>
|
||||
<field name="lang" widget="selection"/>
|
||||
</group>
|
||||
<notebook colspan="6">
|
||||
<page string="General" id="general">
|
||||
<field name="addresses" mode="form,tree" colspan="4"
|
||||
view_ids="party.address_view_form_simple,party.address_view_tree_sequence"/>
|
||||
<field name="contact_mechanisms" colspan="2"
|
||||
view_ids="party.contact_mechanism_view_tree_sequence"/>
|
||||
<field name="categories" colspan="2"
|
||||
view_ids="party.category_view_list"/>
|
||||
</page>
|
||||
<page name="identifiers">
|
||||
<field name="identifiers" colspan="4" pre_validate="1"
|
||||
view_ids="party.identifier_list_sequence"/>
|
||||
</page>
|
||||
</notebook>
|
||||
<group id="links" col="-1" colspan="6">
|
||||
</group>
|
||||
</form>
|
||||
9
modules/party/view/party_tree.xml
Normal file
9
modules/party/view/party_tree.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
<field name="code"/>
|
||||
<field name="name" expand="1"/>
|
||||
<field name="lang" optional="1"/>
|
||||
<field name="tax_identifier" optional="0"/>
|
||||
</tree>
|
||||
9
modules/party/view/replace_ask_form.xml
Normal file
9
modules/party/view/replace_ask_form.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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>
|
||||
<label name="source" string="Party"/>
|
||||
<field name="source"/>
|
||||
<label name="destination" string="Replaced By"/>
|
||||
<field name="destination"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user