first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View 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>

View 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>

View 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>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<tree>
<field name="country_code"/>
<field name="language_code"/>
</tree>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>