Initial import from Docker volume
This commit is contained in:
18
ir/view/action_act_window_domain_form.xml
Executable file
18
ir/view/action_act_window_domain_form.xml
Executable file
@@ -0,0 +1,18 @@
|
||||
<?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="name"/>
|
||||
<field name="name"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="count"/>
|
||||
<field name="count"/>
|
||||
<label name="act_window"/>
|
||||
<field name="act_window"/>
|
||||
<newline/>
|
||||
<label name="domain"/>
|
||||
<field name="domain" colspan="5" widget="pyson"/>
|
||||
</form>
|
||||
9
ir/view/action_act_window_domain_list.xml
Executable file
9
ir/view/action_act_window_domain_list.xml
Executable 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="act_window"/>
|
||||
<field name="name"/>
|
||||
<field name="domain"/>
|
||||
<field name="count"/>
|
||||
</tree>
|
||||
8
ir/view/action_act_window_domain_list2.xml
Executable file
8
ir/view/action_act_window_domain_list2.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="sequence" tree_invisible="1"/>
|
||||
<field name="name" expand="1"/>
|
||||
<field name="count"/>
|
||||
</tree>
|
||||
33
ir/view/action_act_window_form.xml
Executable file
33
ir/view/action_act_window_form.xml
Executable file
@@ -0,0 +1,33 @@
|
||||
<?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="//page[@id='general']" position="inside">
|
||||
<label name="res_model_ref"/>
|
||||
<field name="res_model_ref"/>
|
||||
<label name="context_model_ref"/>
|
||||
<field name="context_model_ref"/>
|
||||
|
||||
<field name="act_window_views" colspan="4" view_ids="ir.act_window_view_view_list2"/>
|
||||
|
||||
<field name="act_window_domains" colspan="4" view_ids="ir.act_window_domain_view_list2"/>
|
||||
|
||||
<label name="domain"/>
|
||||
<field name="domain" colspan="3" widget="pyson"/>
|
||||
|
||||
<label name="context_domain"/>
|
||||
<field name="context_domain" colspan="3" widget="pyson"/>
|
||||
|
||||
<label name="context"/>
|
||||
<field name="context" colspan="3" widget="pyson"/>
|
||||
|
||||
<label name="order"/>
|
||||
<field name="order" colspan="3"/>
|
||||
|
||||
<label name="search_value"/>
|
||||
<field name="search_value" colspan="3" widget="pyson"/>
|
||||
|
||||
<label name="limit"/>
|
||||
<field name="limit"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
ir/view/action_act_window_list.xml
Executable file
9
ir/view/action_act_window_list.xml
Executable 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="//tree" position="inside">
|
||||
<field name="res_model_ref" expand="1"/>
|
||||
<field name="domain" expand="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
13
ir/view/action_act_window_view_form.xml
Executable file
13
ir/view/action_act_window_view_form.xml
Executable file
@@ -0,0 +1,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. -->
|
||||
<form>
|
||||
<label name="act_window"/>
|
||||
<field name="act_window" colspan="3"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="view"/>
|
||||
<field name="view"/>
|
||||
</form>
|
||||
8
ir/view/action_act_window_view_list.xml
Executable file
8
ir/view/action_act_window_view_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="act_window"/>
|
||||
<field name="sequence"/>
|
||||
<field name="view"/>
|
||||
</tree>
|
||||
7
ir/view/action_act_window_view_list2.xml
Executable file
7
ir/view/action_act_window_view_list2.xml
Executable 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 sequence="sequence">
|
||||
<field name="sequence" tree_invisible="1"/>
|
||||
<field name="view" expand="1"/>
|
||||
</tree>
|
||||
30
ir/view/action_form.xml
Executable file
30
ir/view/action_form.xml
Executable file
@@ -0,0 +1,30 @@
|
||||
<?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"/>
|
||||
<group id="checkboxes" colspan="2" col="-1">
|
||||
<label name="active"/>
|
||||
<field name="active" xexpand="0" width="25"/>
|
||||
</group>
|
||||
<notebook colspan="4">
|
||||
<page string="General" id="general">
|
||||
<label name="action"/>
|
||||
<field name="action"/>
|
||||
<label name="icon"/>
|
||||
<field name="icon"/>
|
||||
|
||||
<label name="records"/>
|
||||
<field name="records"/>
|
||||
<label name="usage"/>
|
||||
<field name="usage"/>
|
||||
</page>
|
||||
<page name="keywords">
|
||||
<field name="keywords" colspan="4"/>
|
||||
</page>
|
||||
<page name="groups">
|
||||
<field name="groups" colspan="4"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
13
ir/view/action_keyword_form.xml
Executable file
13
ir/view/action_keyword_form.xml
Executable file
@@ -0,0 +1,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. -->
|
||||
<form col="2">
|
||||
<label name="action"/>
|
||||
<field name="action"/>
|
||||
|
||||
<label name="model"/>
|
||||
<field name="model"/>
|
||||
|
||||
<label name="keyword"/>
|
||||
<field name="keyword"/>
|
||||
</form>
|
||||
8
ir/view/action_keyword_list.xml
Executable file
8
ir/view/action_keyword_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="action" expand="2"/>
|
||||
<field name="model" expand="1"/>
|
||||
<field name="keyword"/>
|
||||
</tree>
|
||||
7
ir/view/action_list.xml
Executable file
7
ir/view/action_list.xml
Executable 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="name" expand="2"/>
|
||||
<field name="type" expand="1"/>
|
||||
</tree>
|
||||
37
ir/view/action_report_form.xml
Executable file
37
ir/view/action_report_form.xml
Executable 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. -->
|
||||
<data>
|
||||
<xpath expr="//group[@id='checkboxes']" position="inside">
|
||||
<label name="translatable"/>
|
||||
<field name="translatable" xexpand="0" width="25"/>
|
||||
<label name="single"/>
|
||||
<field name="single" xexpand="0" width="25"/>
|
||||
<label name="direct_print"/>
|
||||
<field name="direct_print" xexpand="0" width="25"/>
|
||||
</xpath>
|
||||
<xpath expr="//page[@id='general']" position="inside">
|
||||
<label name="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
<label name="module_ref"/>
|
||||
<field name="module_ref"/>
|
||||
|
||||
<label name="report_name"/>
|
||||
<field name="report_name"/>
|
||||
<label name="record_name"/>
|
||||
<field name="record_name"/>
|
||||
|
||||
<label name="report_content"/>
|
||||
<group col="-1" id="report_content">
|
||||
<field name="report_content" xexpand="0"/>
|
||||
<field name="report_content_html" string="Edit" widget="html" xexpand="0"/>
|
||||
</group>
|
||||
<label name="report"/>
|
||||
<field name="report"/>
|
||||
|
||||
<label name="template_extension"/>
|
||||
<field name="template_extension"/>
|
||||
<label name="extension"/>
|
||||
<field name="extension"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
ir/view/action_report_list.xml
Executable file
9
ir/view/action_report_list.xml
Executable 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="//tree" position="inside">
|
||||
<field name="model_ref" expand="1"/>
|
||||
<field name="report_name" expand="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
ir/view/action_url_form.xml
Executable file
9
ir/view/action_url_form.xml
Executable 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="//page[@id='general']" position="inside">
|
||||
<label name="url"/>
|
||||
<field name="url" colspan="3"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
ir/view/action_url_list.xml
Executable file
8
ir/view/action_url_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="//tree" position="inside">
|
||||
<field name="url" expand="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
14
ir/view/action_wizard_form.xml
Executable file
14
ir/view/action_wizard_form.xml
Executable file
@@ -0,0 +1,14 @@
|
||||
<?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="//page[@id='general']" position="inside">
|
||||
<label name="wiz_name"/>
|
||||
<field name="wiz_name"/>
|
||||
<label name="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
|
||||
<label name="window"/>
|
||||
<field name="window"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
ir/view/action_wizard_list.xml
Executable file
8
ir/view/action_wizard_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="//tree" position="inside">
|
||||
<field name="wiz_name" expand="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
34
ir/view/attachment_form.xml
Executable file
34
ir/view/attachment_form.xml
Executable file
@@ -0,0 +1,34 @@
|
||||
<?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="2">
|
||||
<label name="resource"/>
|
||||
<field name="resource"/>
|
||||
<label name="name"/>
|
||||
<group id="name_data" col="1" colspan="1">
|
||||
<field name="data" filename_visible="1"/>
|
||||
<group name="link" string="">
|
||||
<field name="name"/>
|
||||
</group>
|
||||
</group>
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
<label name="link"/>
|
||||
<field name="link" widget="url"/>
|
||||
<label name="copy_to_resources"/>
|
||||
<field name="copy_to_resources" yexpand="0"/>
|
||||
<notebook>
|
||||
<page string="Document" name="data" col="1">
|
||||
<field name="data" widget="document"/>
|
||||
</page>
|
||||
<page name="description" col="1">
|
||||
<field name="description"/>
|
||||
</page>
|
||||
</notebook>
|
||||
<group id="last" col="4" colspan="2">
|
||||
<label name="last_user"/>
|
||||
<field name="last_user"/>
|
||||
<label name="last_modification"/>
|
||||
<field name="last_modification"/>
|
||||
</group>
|
||||
</form>
|
||||
7
ir/view/attachment_form_preview.xml
Executable file
7
ir/view/attachment_form_preview.xml
Executable 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="data" widget="document" readonly="1"/>
|
||||
<label name="name" string="" xalign="0.5"/>
|
||||
</form>
|
||||
17
ir/view/attachment_list.xml
Executable file
17
ir/view/attachment_list.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<?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 editable="1">
|
||||
<field name="resource" expand="2"/>
|
||||
<field name="name" expand="2"/>
|
||||
<field name="summary" expand="1" optional="1"/>
|
||||
<field name="last_user" expand="1" optional="1"/>
|
||||
<field name="last_modification" widget="date" optional="1"/>
|
||||
<field name="last_modification" widget="time" optional="1"
|
||||
string="Last Modification Time"/>
|
||||
<field name="type" optional="1"/>
|
||||
<field name="data"/>
|
||||
<field name="link" widget="url" expand="1"/>
|
||||
<!-- To allow client to set description field -->
|
||||
<field name="description" tree_invisible="1"/>
|
||||
</tree>
|
||||
30
ir/view/cron_form.xml
Executable file
30
ir/view/cron_form.xml
Executable file
@@ -0,0 +1,30 @@
|
||||
<?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="method"/>
|
||||
<field name="method"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label id="interval_label" string="Every"/>
|
||||
<group id="interval" col="-1" colspan="3">
|
||||
<field name="interval_number"/>
|
||||
<field name="interval_type"/>
|
||||
</group>
|
||||
<label id="time_label" string="At"/>
|
||||
<group id="time" col="-1" colspan="3">
|
||||
<label name="weekday"/>
|
||||
<field name="weekday" xexpand="0" widget="selection"/>
|
||||
<label name="day"/>
|
||||
<field name="day" xexpand="0"/>
|
||||
<label name="hour"/>
|
||||
<field name="hour" xexpand="0"/>
|
||||
<label name="minute"/>
|
||||
<field name="minute" xexpand="0"/>
|
||||
<label name="timezone"/>
|
||||
<field name="timezone"/>
|
||||
</group>
|
||||
<label name="next_call"/>
|
||||
<field name="next_call"/>
|
||||
<button name="run_once" colspan="2"/>
|
||||
</form>
|
||||
11
ir/view/cron_list.xml
Executable file
11
ir/view/cron_list.xml
Executable 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="method" expand="1"/>
|
||||
<field name="next_call" widget="date" string="Next Call Date" optional="1"/>
|
||||
<field name="next_call" widget="time" string="Next Call Time" optional="1"/>
|
||||
<field name="interval_number"/>
|
||||
<field name="interval_type"/>
|
||||
<button name="run_once" string="Run Once" tree_invisible="1"/>
|
||||
</tree>
|
||||
19
ir/view/email_form.xml
Executable file
19
ir/view/email_form.xml
Executable file
@@ -0,0 +1,19 @@
|
||||
<?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="user"/>
|
||||
<field name="user"/>
|
||||
<label name="at"/>
|
||||
<field name="at"/>
|
||||
<label name="recipients"/>
|
||||
<field name="recipients" colspan="3"/>
|
||||
<label name="recipients_secondary"/>
|
||||
<field name="recipients_secondary" colspan="3"/>
|
||||
<label name="recipients_hidden"/>
|
||||
<field name="recipients_hidden" colspan="3"/>
|
||||
<label name="subject"/>
|
||||
<field name="subject" colspan="3"/>
|
||||
<separator name="body" colspan="4"/>
|
||||
<field name="body" colspan="4" widget="richtext" toolbar="0"/>
|
||||
</form>
|
||||
13
ir/view/email_list.xml
Executable file
13
ir/view/email_list.xml
Executable file
@@ -0,0 +1,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>
|
||||
<field name="resource" expand="2"/>
|
||||
<field name="user"/>
|
||||
<field name="at" widget="date"/>
|
||||
<field name="at" widget="time"/>
|
||||
<field name="recipients" expand="1"/>
|
||||
<field name="recipients_secondary" expand="1"/>
|
||||
<field name="recipients_hidden" expand="1"/>
|
||||
<field name="subject" expand="2"/>
|
||||
</tree>
|
||||
29
ir/view/email_template_form.xml
Executable file
29
ir/view/email_template_form.xml
Executable file
@@ -0,0 +1,29 @@
|
||||
<?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="model"/>
|
||||
<field name="model"/>
|
||||
<label id="recipients_label" string="Recipients:"/>
|
||||
<group id="recipients" col="-1" colspan="3">
|
||||
<field name="recipients"/>
|
||||
<field name="recipients_pyson" widget="pyson"/>
|
||||
</group>
|
||||
<label id="recipients_secondary_label" string="Secondary Recipients:"/>
|
||||
<group id="recipients_secondary" col="-1" colspan="3">
|
||||
<field name="recipients_secondary"/>
|
||||
<field name="recipients_secondary_pyson" widget="pyson"/>
|
||||
</group>
|
||||
<label id="recipients_hidden_label" string="Hidden Recipients:"/>
|
||||
<group id="recipients_hidden" col="-1" colspan="3">
|
||||
<field name="recipients_hidden"/>
|
||||
<field name="recipients_hidden_pyson" widget="pyson"/>
|
||||
</group>
|
||||
<label name="subject"/>
|
||||
<field name="subject" colspan="3"/>
|
||||
<separator name="body" colspan="4"/>
|
||||
<field name="body" colspan="4" widget="richtext"/>
|
||||
<field name="reports" colspan="4"/>
|
||||
</form>
|
||||
7
ir/view/email_template_list.xml
Executable file
7
ir/view/email_template_list.xml
Executable 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="model" expand="1"/>
|
||||
<field name="name" expand="2"/>
|
||||
</tree>
|
||||
21
ir/view/error_form.xml
Executable file
21
ir/view/error_form.xml
Executable file
@@ -0,0 +1,21 @@
|
||||
<?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="origin"/>
|
||||
<field name="rec_name" colspan="3"/>
|
||||
|
||||
<separator name="message" colspan="4"/>
|
||||
<field name="message" colspan="4"/>
|
||||
|
||||
<separator name="description" colspan="4"/>
|
||||
<field name="description" colspan="4"/>
|
||||
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="-1" colspan="2" id="buttons">
|
||||
<button name="open" icon="tryton-back"/>
|
||||
<button name="process" icon="tryton-forward"/>
|
||||
<button name="solve" icon="tryton-close"/>
|
||||
</group>
|
||||
</form>
|
||||
11
ir/view/error_list.xml
Executable file
11
ir/view/error_list.xml
Executable 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="rec_name" string="Origin" expand="1"/>
|
||||
<field name="summary" expand="2"/>
|
||||
<field name="state"/>
|
||||
<button name="open"/>
|
||||
<button name="process"/>
|
||||
<button name="solve"/>
|
||||
</tree>
|
||||
19
ir/view/export_form.xml
Executable file
19
ir/view/export_form.xml
Executable file
@@ -0,0 +1,19 @@
|
||||
<?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="resource"/>
|
||||
<field name="resource"/>
|
||||
|
||||
<label name="header"/>
|
||||
<field name="header"/>
|
||||
<label name="records"/>
|
||||
<field name="records"/>
|
||||
|
||||
<label name="user"/>
|
||||
<field name="user"/>
|
||||
|
||||
<field name="export_fields" colspan="4"/>
|
||||
</form>
|
||||
9
ir/view/export_line_form.xml
Executable file
9
ir/view/export_line_form.xml
Executable 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 col="2">
|
||||
<label name="export"/>
|
||||
<field name="export"/>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
</form>
|
||||
7
ir/view/export_line_list.xml
Executable file
7
ir/view/export_line_list.xml
Executable 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="export" expand="1"/>
|
||||
<field name="name" expand="1"/>
|
||||
</tree>
|
||||
8
ir/view/export_list.xml
Executable file
8
ir/view/export_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="name" expand="1"/>
|
||||
<field name="resource" expand="1"/>
|
||||
<field name="user"/>
|
||||
</tree>
|
||||
16
ir/view/icon_view_form.xml
Executable file
16
ir/view/icon_view_form.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
<image name="name" xexpand="0"/>
|
||||
<group id="form">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
<label name="module_ref"/>
|
||||
<field name="module_ref"/>
|
||||
<label name="path"/>
|
||||
<field name="path"/>
|
||||
</group>
|
||||
</form>
|
||||
8
ir/view/icon_view_list.xml
Executable file
8
ir/view/icon_view_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="name" icon="name" expand="2"/>
|
||||
<field name="module_ref" optional="1"/>
|
||||
<field name="path" expand="1" optional="1"/>
|
||||
</tree>
|
||||
9
ir/view/lang_config_start_form.xml
Executable file
9
ir/view/lang_config_start_form.xml
Executable 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 col="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<label string="You can now load additional translations to the system."
|
||||
id="load" yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
<field name="languages" colspan="2" widget="multiselection"/>
|
||||
</form>
|
||||
62
ir/view/lang_form.xml
Executable file
62
ir/view/lang_form.xml
Executable file
@@ -0,0 +1,62 @@
|
||||
<?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="name"/>
|
||||
<field name="name"/>
|
||||
<label name="code"/>
|
||||
<field name="code"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="direction"/>
|
||||
<field name="direction"/>
|
||||
<label name="translatable"/>
|
||||
<field name="translatable"/>
|
||||
<label name="parent"/>
|
||||
<field name="parent"/>
|
||||
<separator string="Date Formatting" colspan="6" id="date"/>
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
<label name="am"/>
|
||||
<field name="am"/>
|
||||
<label name="pm"/>
|
||||
<field name="pm"/>
|
||||
<separator string="Numbers Formatting" colspan="6" id="number"/>
|
||||
<label name="grouping"/>
|
||||
<field name="grouping"/>
|
||||
<label name="thousands_sep"/>
|
||||
<field name="thousands_sep"/>
|
||||
<label name="decimal_point"/>
|
||||
<field name="decimal_point"/>
|
||||
<separator string="Monetary Formatting" colspan="6" id="monetary"/>
|
||||
<label name="mon_grouping"/>
|
||||
<field name="mon_grouping"/>
|
||||
<label name="mon_thousands_sep"/>
|
||||
<field name="mon_thousands_sep"/>
|
||||
<label name="mon_decimal_point"/>
|
||||
<field name="mon_decimal_point"/>
|
||||
<newline/>
|
||||
<label name="positive_sign"/>
|
||||
<field name="positive_sign"/>
|
||||
<label name="negative_sign"/>
|
||||
<field name="negative_sign"/>
|
||||
<newline/>
|
||||
<label name="p_sign_posn"/>
|
||||
<field name="p_sign_posn"/>
|
||||
<label name="n_sign_posn"/>
|
||||
<field name="n_sign_posn"/>
|
||||
<newline/>
|
||||
<label name="p_cs_precedes"/>
|
||||
<field name="p_cs_precedes"/>
|
||||
<label name="n_cs_precedes"/>
|
||||
<field name="n_cs_precedes"/>
|
||||
<newline/>
|
||||
<label name="p_sep_by_space"/>
|
||||
<field name="p_sep_by_space"/>
|
||||
<label name="n_sep_by_space"/>
|
||||
<field name="n_sep_by_space"/>
|
||||
<group id="buttons" colspan="6" col="-1">
|
||||
<button name="load_translations" icon="tryton-launch"/>
|
||||
<button name="unload_translations" icon="tryton-launch"/>
|
||||
</group>
|
||||
</form>
|
||||
10
ir/view/lang_list.xml
Executable file
10
ir/view/lang_list.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?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="name" expand="1"/>
|
||||
<field name="code" optional="1"/>
|
||||
<field name="direction" optional="1"/>
|
||||
<field name="translatable"/>
|
||||
<button name="load_translations"/>
|
||||
</tree>
|
||||
6
ir/view/message_form.xml
Executable file
6
ir/view/message_form.xml
Executable 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. -->
|
||||
<form col="1">
|
||||
<field name="text"/>
|
||||
</form>
|
||||
6
ir/view/message_list.xml
Executable file
6
ir/view/message_list.xml
Executable 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="text" expand="1"/>
|
||||
</tree>
|
||||
23
ir/view/model_access_form.xml
Executable file
23
ir/view/model_access_form.xml
Executable file
@@ -0,0 +1,23 @@
|
||||
<?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="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
<label name="group"/>
|
||||
<field name="group"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<group id="checkboxes" colspan="6">
|
||||
<label name="perm_read"/>
|
||||
<field name="perm_read"/>
|
||||
<label name="perm_write"/>
|
||||
<field name="perm_write"/>
|
||||
<label name="perm_create"/>
|
||||
<field name="perm_create"/>
|
||||
<label name="perm_delete"/>
|
||||
<field name="perm_delete"/>
|
||||
</group>
|
||||
<separator name="description" colspan="6"/>
|
||||
<field name="description" colspan="6"/>
|
||||
</form>
|
||||
11
ir/view/model_access_list.xml
Executable file
11
ir/view/model_access_list.xml
Executable 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="perm_read"/>
|
||||
<field name="perm_write"/>
|
||||
<field name="perm_create"/>
|
||||
<field name="perm_delete"/>
|
||||
<field name="model_ref" expand="1"/>
|
||||
<field name="group" expand="1"/>
|
||||
</tree>
|
||||
13
ir/view/model_button_click_form.xml
Executable file
13
ir/view/model_button_click_form.xml
Executable file
@@ -0,0 +1,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. -->
|
||||
<form>
|
||||
<label name="button"/>
|
||||
<field name="button"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="record_id"/>
|
||||
<field name="record_id"/>
|
||||
<label name="user"/>
|
||||
<field name="user"/>
|
||||
</form>
|
||||
8
ir/view/model_button_click_list.xml
Executable file
8
ir/view/model_button_click_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="button" expand="2"/>
|
||||
<field name="record_id" expand="1"/>
|
||||
<field name="user" expand="1"/>
|
||||
</tree>
|
||||
20
ir/view/model_button_form.xml
Executable file
20
ir/view/model_button_form.xml
Executable 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>
|
||||
<label name="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="string"/>
|
||||
<field name="string"/>
|
||||
<separator name="help" colspan="4"/>
|
||||
<field name="help" colspan="4"/>
|
||||
<separator name="confirm" colspan="4"/>
|
||||
<field name="confirm" colspan="4"/>
|
||||
<field name="groups" colspan="4"/>
|
||||
<field name="rules" colspan="2"/>
|
||||
<field name="reset_by" colspan="2"/>
|
||||
</form>
|
||||
7
ir/view/model_button_list.xml
Executable file
7
ir/view/model_button_list.xml
Executable 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="model_ref" expand="1"/>
|
||||
<field name="name" expand="1"/>
|
||||
</tree>
|
||||
16
ir/view/model_button_rule_form.xml
Executable file
16
ir/view/model_button_rule_form.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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="button"/>
|
||||
<field name="button"/>
|
||||
<newline/>
|
||||
<label name="description"/>
|
||||
<field name="description" colspan="3"/>
|
||||
<label name="number_user"/>
|
||||
<field name="number_user"/>
|
||||
<label name="group"/>
|
||||
<field name="group"/>
|
||||
<label name="condition"/>
|
||||
<field name="condition" colspan="3" widget="pyson"/>
|
||||
</form>
|
||||
9
ir/view/model_button_rule_list.xml
Executable file
9
ir/view/model_button_rule_list.xml
Executable 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="button" expand="2"/>
|
||||
<field name="description" expand="1"/>
|
||||
<field name="number_user"/>
|
||||
<field name="group" expand="1"/>
|
||||
</tree>
|
||||
27
ir/view/model_data_form.xml
Executable file
27
ir/view/model_data_form.xml
Executable file
@@ -0,0 +1,27 @@
|
||||
<?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="module"/>
|
||||
<field name="module"/>
|
||||
<label name="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
<label name="fs_id"/>
|
||||
<field name="fs_id"/>
|
||||
<label name="db_id"/>
|
||||
<field name="db_id"/>
|
||||
<label name="noupdate"/>
|
||||
<field name="noupdate"/>
|
||||
<newline/>
|
||||
<label name="out_of_sync"/>
|
||||
<field name="out_of_sync"/>
|
||||
<button name="sync" colspan="2"/>
|
||||
<group id="values" colspan="2" yexpand="1" yfill="1" col="1">
|
||||
<separator name="values"/>
|
||||
<field name="values"/>
|
||||
</group>
|
||||
<group id="fs_values" colspan="2" yexpand="1" yfill="1" col="1">
|
||||
<separator name="fs_values"/>
|
||||
<field name="fs_values"/>
|
||||
</group>
|
||||
</form>
|
||||
13
ir/view/model_data_list.xml
Executable file
13
ir/view/model_data_list.xml
Executable file
@@ -0,0 +1,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>
|
||||
<field name="module_ref"/>
|
||||
<field name="model_ref" expand="1"/>
|
||||
<field name="fs_id" expand="1"/>
|
||||
<field name="db_id" optional="1"/>
|
||||
<field name="noupdate"/>
|
||||
<field name="out_of_sync"/>
|
||||
<button name="sync"/>
|
||||
</tree>
|
||||
|
||||
26
ir/view/model_field_access_form.xml
Executable file
26
ir/view/model_field_access_form.xml
Executable file
@@ -0,0 +1,26 @@
|
||||
<?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="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
<label name="field_ref"/>
|
||||
<field name="field_ref"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
|
||||
<label name="group"/>
|
||||
<field name="group"/>
|
||||
<group id="checkboxes" colspan="6">
|
||||
<label name="perm_read"/>
|
||||
<field name="perm_read"/>
|
||||
<label name="perm_write"/>
|
||||
<field name="perm_write"/>
|
||||
<label name="perm_create"/>
|
||||
<field name="perm_create"/>
|
||||
<label name="perm_delete"/>
|
||||
<field name="perm_delete"/>
|
||||
</group>
|
||||
<separator name="description" colspan="6"/>
|
||||
<field name="description" colspan="6"/>
|
||||
</form>
|
||||
12
ir/view/model_field_access_list.xml
Executable file
12
ir/view/model_field_access_list.xml
Executable 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="perm_read"/>
|
||||
<field name="perm_write"/>
|
||||
<field name="perm_create"/>
|
||||
<field name="perm_delete"/>
|
||||
<field name="model_ref" expand="1"/>
|
||||
<field name="field_ref" expand="1"/>
|
||||
<field name="group" expand="1"/>
|
||||
</tree>
|
||||
21
ir/view/model_field_form.xml
Executable file
21
ir/view/model_field_form.xml
Executable file
@@ -0,0 +1,21 @@
|
||||
<?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="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
<label name="ttype"/>
|
||||
<field name="ttype"/>
|
||||
<label name="relation"/>
|
||||
<field name="relation"/>
|
||||
<label name="field_description"/>
|
||||
<field name="field_description" colspan="3"/>
|
||||
<label name="help" yfill="1"/>
|
||||
<field name="help" colspan="3"/>
|
||||
<label name="access"/>
|
||||
<field name="access"/>
|
||||
<label name="module_ref"/>
|
||||
<field name="module_ref"/>
|
||||
</form>
|
||||
12
ir/view/model_field_list.xml
Executable file
12
ir/view/model_field_list.xml
Executable 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="name" expand="2"/>
|
||||
<field name="model_ref" expand="1"/>
|
||||
<field name="ttype" optional="0"/>
|
||||
<field name="relation" expand="1" optional="1"/>
|
||||
<field name="field_description" expand="1" optional="0"/>
|
||||
<field name="access" optional="1"/>
|
||||
<field name="module_ref" optional="1"/>
|
||||
</tree>
|
||||
16
ir/view/model_form.xml
Executable file
16
ir/view/model_form.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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="name"/>
|
||||
<field name="name"/>
|
||||
<label name="model"/>
|
||||
<field name="model"/>
|
||||
<label name="module_ref"/>
|
||||
<field name="module_ref"/>
|
||||
<label name="global_search_p"/>
|
||||
<field name="global_search_p"/>
|
||||
<separator name="info" colspan="6"/>
|
||||
<field name="info" colspan="6"/>
|
||||
<field name="fields" colspan="6" readonly="1"/>
|
||||
</form>
|
||||
10
ir/view/model_list.xml
Executable file
10
ir/view/model_list.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?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="name" expand="2"/>
|
||||
<field name="model" expand="1"/>
|
||||
<field name="info" expand="1" optional="1"/>
|
||||
<field name="global_search_p"/>
|
||||
<field name="module_ref" optional="1"/>
|
||||
</tree>
|
||||
16
ir/view/model_log_form.xml
Executable file
16
ir/view/model_log_form.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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="user"/>
|
||||
<field name="user"/>
|
||||
<label name="create_date" string="at"/>
|
||||
<field name="create_date"/>
|
||||
|
||||
<label name="resource"/>
|
||||
<field name="resource"/>
|
||||
<group id="event_action" col="-1" colspan="2">
|
||||
<field name="event"/>
|
||||
<field name="action"/>
|
||||
</group>
|
||||
</form>
|
||||
11
ir/view/model_log_list.xml
Executable file
11
ir/view/model_log_list.xml
Executable 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="resource" expand="2"/>
|
||||
<field name="create_date" widget="date" string="Date"/>
|
||||
<field name="create_date" widget="time" string="Hour"/>
|
||||
<field name="user" expand="1"/>
|
||||
<field name="event"/>
|
||||
<field name="action" expand="1"/>
|
||||
</tree>
|
||||
9
ir/view/model_print_model_graph_start_form.xml
Executable file
9
ir/view/model_print_model_graph_start_form.xml
Executable 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 col="2">
|
||||
<label name="level"/>
|
||||
<field name="level"/>
|
||||
<label name="filter"/>
|
||||
<field name="filter"/>
|
||||
</form>
|
||||
9
ir/view/module_activate_upgrade_done_form.xml
Executable file
9
ir/view/module_activate_upgrade_done_form.xml
Executable 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 col="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<label string="The modules have been upgraded / activated."
|
||||
id="modules"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
15
ir/view/module_activate_upgrade_start_form.xml
Executable file
15
ir/view/module_activate_upgrade_start_form.xml
Executable file
@@ -0,0 +1,15 @@
|
||||
<?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="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<group col="1" id="labels">
|
||||
<label string="Your system will be upgraded." id="upgraded"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
<label string="Note that this operation may take a few minutes."
|
||||
id="operation"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</group>
|
||||
<separator name="module_info" colspan="2"/>
|
||||
<field name="module_info" colspan="2"/>
|
||||
</form>
|
||||
9
ir/view/module_config_start_form.xml
Executable file
9
ir/view/module_config_start_form.xml
Executable 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 col="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<label string="You can now activate additional modules to the system."
|
||||
id="activate" yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
<field name="modules" colspan="2" widget="multiselection"/>
|
||||
</form>
|
||||
8
ir/view/module_config_wizard_done_form.xml
Executable file
8
ir/view/module_config_wizard_done_form.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<label string="The configuration is done." id="done"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
9
ir/view/module_config_wizard_first_form.xml
Executable file
9
ir/view/module_config_wizard_first_form.xml
Executable 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 col="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<label string="You will be able to configure your installation depending on the modules you have installed."
|
||||
id="configure"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
8
ir/view/module_config_wizard_item_list.xml
Executable file
8
ir/view/module_config_wizard_item_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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 editable="1">
|
||||
<field name="action" expand="1"/>
|
||||
<field name="sequence" optional="1"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
7
ir/view/module_config_wizard_other_form.xml
Executable file
7
ir/view/module_config_wizard_other_form.xml
Executable 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="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<field name="percentage" widget="progressbar"/>
|
||||
</form>
|
||||
12
ir/view/module_dependency_form.xml
Executable file
12
ir/view/module_dependency_form.xml
Executable 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="module"/>
|
||||
<field name="module"/>
|
||||
<newline/>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
</form>
|
||||
8
ir/view/module_dependency_list.xml
Executable file
8
ir/view/module_dependency_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="module"/>
|
||||
<field name="name" expand="1"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
20
ir/view/module_form.xml
Executable file
20
ir/view/module_form.xml
Executable 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 on_write="on_write">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="version"/>
|
||||
<field name="version"/>
|
||||
<field name="dependencies" colspan="4"/>
|
||||
<label name="state"/>
|
||||
<field name="state" readonly="1"/>
|
||||
<group col="-1" colspan="2" id="button">
|
||||
<button string="Mark for Upgrade" name="upgrade"/>
|
||||
<button string="Mark for Deactivation (beta)" name="deactivate"/>
|
||||
<button string="Mark for Activation" name="activate"/>
|
||||
<button string="Cancel Activation" name="activate_cancel"/>
|
||||
<button string="Cancel Upgrade" name="upgrade_cancel"/>
|
||||
<button string="Cancel Deactivation" name="deactivate_cancel"/>
|
||||
</group>
|
||||
</form>
|
||||
12
ir/view/module_list.xml
Executable file
12
ir/view/module_list.xml
Executable 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 on_write="on_write">
|
||||
<field name="name" expand="1"/>
|
||||
<field name="version" optional="1"/>
|
||||
<field name="state"/>
|
||||
<button string="Mark for Upgrade" name="upgrade"/>
|
||||
<button string="Mark for Activation" name="activate"/>
|
||||
<button string="Cancel Activation" name="activate_cancel"/>
|
||||
<button string="Cancel Upgrade" name="upgrade_cancel"/>
|
||||
</tree>
|
||||
16
ir/view/note_form.xml
Executable file
16
ir/view/note_form.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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="resource"/>
|
||||
<field name="resource"/>
|
||||
<label name="unread"/>
|
||||
<field name="unread"/>
|
||||
<label name="last_user"/>
|
||||
<field name="last_user"/>
|
||||
<label name="last_modification"/>
|
||||
<field name="last_modification"/>
|
||||
<label name="copy_to_resources"/>
|
||||
<field name="copy_to_resources" yexpand="0"/>
|
||||
<field name="message" colspan="4"/>
|
||||
</form>
|
||||
11
ir/view/note_list.xml
Executable file
11
ir/view/note_list.xml
Executable 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="unread"/>
|
||||
<field name="resource" expand="1"/>
|
||||
<field name="last_user" string="User" expand="1" optional="1"/>
|
||||
<field name="last_modification" widget="date" string="Date" optional="1"/>
|
||||
<field name="last_modification" widget="time" string="Time" optional="1"/>
|
||||
<field name="message_wrapped" expand="2"/>
|
||||
</tree>
|
||||
10
ir/view/rule_form.xml
Executable file
10
ir/view/rule_form.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?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="rule_group"/>
|
||||
<field name="rule_group"/>
|
||||
<newline/>
|
||||
<label name="domain"/>
|
||||
<field name="domain" colspan="3" widget="pyson"/>
|
||||
</form>
|
||||
28
ir/view/rule_group_form.xml
Executable file
28
ir/view/rule_group_form.xml
Executable file
@@ -0,0 +1,28 @@
|
||||
<?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="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
<label name="global_p"/>
|
||||
<field name="global_p"/>
|
||||
<label name="default_p"/>
|
||||
<field name="default_p"/>
|
||||
<group col="4" colspan="6" id="perm">
|
||||
<label name="perm_read"/>
|
||||
<field name="perm_read"/>
|
||||
<label name="perm_write"/>
|
||||
<field name="perm_write"/>
|
||||
<label name="perm_create"/>
|
||||
<field name="perm_create"/>
|
||||
<label name="perm_delete"/>
|
||||
<field name="perm_delete"/>
|
||||
</group>
|
||||
<label name="name"/>
|
||||
<field name="name" colspan="5"/>
|
||||
<field name="rules" colspan="6"/>
|
||||
<label string="The rule is satisfied if at least one test is True."
|
||||
colspan="6" xalign="0.0" id="satisfied"/>
|
||||
<label string="If there is no test defined, the rule is always satisfied if not global."
|
||||
colspan="6" xalign="0.0" id="no_test"/>
|
||||
</form>
|
||||
13
ir/view/rule_group_list.xml
Executable file
13
ir/view/rule_group_list.xml
Executable file
@@ -0,0 +1,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>
|
||||
<field name="perm_read"/>
|
||||
<field name="perm_write"/>
|
||||
<field name="perm_create"/>
|
||||
<field name="perm_delete"/>
|
||||
<field name="model_ref" expand="1"/>
|
||||
<field name="name" expand="1"/>
|
||||
<field name="global_p"/>
|
||||
<field name="default_p"/>
|
||||
</tree>
|
||||
7
ir/view/rule_list.xml
Executable file
7
ir/view/rule_list.xml
Executable 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="rule_group"/>
|
||||
<field name="domain" expand="1"/>
|
||||
</tree>
|
||||
35
ir/view/sequence_form.xml
Executable file
35
ir/view/sequence_form.xml
Executable file
@@ -0,0 +1,35 @@
|
||||
<?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" colspan="3"/>
|
||||
<label name="sequence_type"/>
|
||||
<field name="sequence_type" widget="selection"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="prefix"/>
|
||||
<field name="prefix"/>
|
||||
<label name="suffix"/>
|
||||
<field name="suffix"/>
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
<label name="preview"/>
|
||||
<field name="preview"/>
|
||||
|
||||
<label name="padding"/>
|
||||
<field name="padding" />
|
||||
<label name="number_increment"/>
|
||||
<field name="number_increment"/>
|
||||
<label name="number_next"/>
|
||||
<field name="number_next"/>
|
||||
<newline/>
|
||||
|
||||
<label name="timestamp_rounding"/>
|
||||
<field name="timestamp_rounding"/>
|
||||
<label name="timestamp_offset"/>
|
||||
<field name="timestamp_offset"/>
|
||||
<label name="last_timestamp"/>
|
||||
<field name="last_timestamp"/>
|
||||
<newline/>
|
||||
</form>
|
||||
10
ir/view/sequence_list.xml
Executable file
10
ir/view/sequence_list.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?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="name" expand="2"/>
|
||||
<field name="sequence_type" expand="1"/>
|
||||
<field name="prefix" expand="1" optional="1"/>
|
||||
<field name="suffix" expand="1" optional="1"/>
|
||||
<field name="type" optional="0"/>
|
||||
</tree>
|
||||
7
ir/view/sequence_type_form.xml
Executable file
7
ir/view/sequence_type_form.xml
Executable 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="name"/>
|
||||
<field name="name"/>
|
||||
</form>
|
||||
6
ir/view/sequence_type_list.xml
Executable file
6
ir/view/sequence_type_list.xml
Executable 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="name" expand="2"/>
|
||||
</tree>
|
||||
8
ir/view/translation_clean_start_form.xml
Executable file
8
ir/view/translation_clean_start_form.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="2">
|
||||
<image name="tryton-question" xexpand="0" xfill="0"/>
|
||||
<label string="Clean Translations?" id="clean"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
7
ir/view/translation_clean_succeed_form.xml
Executable file
7
ir/view/translation_clean_succeed_form.xml
Executable 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>
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<label string="Translations cleaned successfully." id="succeed" yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
11
ir/view/translation_export_result_form.xml
Executable file
11
ir/view/translation_export_result_form.xml
Executable 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="language"/>
|
||||
<field name="language"/>
|
||||
<label name="module"/>
|
||||
<field name="module"/>
|
||||
<label name="file"/>
|
||||
<field name="file" colspan="3"/>
|
||||
</form>
|
||||
9
ir/view/translation_export_start_form.xml
Executable file
9
ir/view/translation_export_start_form.xml
Executable 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="language"/>
|
||||
<field name="language" widget="selection"/>
|
||||
<label name="module"/>
|
||||
<field name="module" widget="selection"/>
|
||||
</form>
|
||||
25
ir/view/translation_form.xml
Executable file
25
ir/view/translation_form.xml
Executable file
@@ -0,0 +1,25 @@
|
||||
<?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="name"/>
|
||||
<field name="name"/>
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
<label name="res_id"/>
|
||||
<field name="res_id"/>
|
||||
<label name="fuzzy"/>
|
||||
<field name="fuzzy"/>
|
||||
<label name="lang"/>
|
||||
<field name="lang"/>
|
||||
<label name="module_ref"/>
|
||||
<field name="module_ref"/>
|
||||
<label name="overriding_module_ref"/>
|
||||
<field name="overriding_module_ref"/>
|
||||
<group col="2" colspan="6" yexpand="1" yfill="1" id="src_value">
|
||||
<separator name="src"/>
|
||||
<separator name="value"/>
|
||||
<field name="src"/>
|
||||
<field name="value"/>
|
||||
</group>
|
||||
</form>
|
||||
14
ir/view/translation_list.xml
Executable file
14
ir/view/translation_list.xml
Executable file
@@ -0,0 +1,14 @@
|
||||
<?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 editable="1">
|
||||
<field name="src" widget="char" expand="2"/>
|
||||
<field name="value" widget="char" expand="2"/>
|
||||
<field name="fuzzy"/>
|
||||
<field name="name" expand="1" optional="1"/>
|
||||
<field name="lang"/>
|
||||
<field name="type" optional="1"/>
|
||||
<field name="res_id" optional="1"/>
|
||||
<field name="module_ref" optional="1"/>
|
||||
<field name="overriding_module_ref" optional="1"/>
|
||||
</tree>
|
||||
8
ir/view/translation_set_start_form.xml
Executable file
8
ir/view/translation_set_start_form.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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="2">
|
||||
<image name="tryton-question" xexpand="0" xfill="0"/>
|
||||
<label string="Synchronize Translations?" id="synchronize"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
7
ir/view/translation_set_succeed_form.xml
Executable file
7
ir/view/translation_set_succeed_form.xml
Executable 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="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<label string="Translations set successfully." id="succeed" yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</form>
|
||||
7
ir/view/translation_update_start_form.xml
Executable file
7
ir/view/translation_update_start_form.xml
Executable 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="language"/>
|
||||
<field name="language" widget="selection"/>
|
||||
</form>
|
||||
29
ir/view/trigger_form.xml
Executable file
29
ir/view/trigger_form.xml
Executable file
@@ -0,0 +1,29 @@
|
||||
<?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" colspan="3"/>
|
||||
<label name="model"/>
|
||||
<field name="model"/>
|
||||
<group colspan="2" col="10" id="checkboxes">
|
||||
<label name="active"/>
|
||||
<field name="active" xexpand="0"/>
|
||||
<label name="on_time"/>
|
||||
<field name="on_time" xexpand="0"/>
|
||||
<label name="on_create"/>
|
||||
<field name="on_create" xexpand="0"/>
|
||||
<label name="on_write"/>
|
||||
<field name="on_write" xexpand="0"/>
|
||||
<label name="on_delete"/>
|
||||
<field name="on_delete" xexpand="0"/>
|
||||
</group>
|
||||
<label name="condition"/>
|
||||
<field name="condition" colspan="3" widget="pyson"/>
|
||||
<label name="limit_number"/>
|
||||
<field name="limit_number"/>
|
||||
<label name="minimum_time_delay"/>
|
||||
<field name="minimum_time_delay"/>
|
||||
<label name="action"/>
|
||||
<field name="action"/>
|
||||
</form>
|
||||
12
ir/view/trigger_list.xml
Executable file
12
ir/view/trigger_list.xml
Executable 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="name" expand="1"/>
|
||||
<field name="model" expand="1"/>
|
||||
<field name="on_time"/>
|
||||
<field name="on_create"/>
|
||||
<field name="on_write"/>
|
||||
<field name="on_delete"/>
|
||||
<field name="action"/>
|
||||
</tree>
|
||||
11
ir/view/ui_menu_favorite_form.xml
Executable file
11
ir/view/ui_menu_favorite_form.xml
Executable 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="menu"/>
|
||||
<field name="menu"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
<label name="user"/>
|
||||
<field name="user"/>
|
||||
</form>
|
||||
7
ir/view/ui_menu_favorite_list.xml
Executable file
7
ir/view/ui_menu_favorite_list.xml
Executable 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 sequence="sequence">
|
||||
<field name="menu" expand="1"/>
|
||||
<field name="sequence" tree_invisible="1"/>
|
||||
</tree>
|
||||
22
ir/view/ui_menu_form.xml
Executable file
22
ir/view/ui_menu_form.xml
Executable file
@@ -0,0 +1,22 @@
|
||||
<?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"/>
|
||||
<newline/>
|
||||
|
||||
<label name="icon"/>
|
||||
<field name="icon"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
|
||||
<field name="action_keywords" string="Actions" colspan="4"/>
|
||||
|
||||
<field name="groups" colspan="4"/>
|
||||
</form>
|
||||
6
ir/view/ui_menu_list.xml
Executable file
6
ir/view/ui_menu_list.xml
Executable 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="complete_name" icon="icon" expand="1"/>
|
||||
</tree>
|
||||
7
ir/view/ui_menu_tree.xml
Executable file
7
ir/view/ui_menu_tree.xml
Executable 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 keyword_open="1" tree_state="1">
|
||||
<field name="name" icon="icon" expand="1"/>
|
||||
<field name="favorite" tree_invisible="1"/>
|
||||
</tree>
|
||||
25
ir/view/ui_view_form.xml
Executable file
25
ir/view/ui_view_form.xml
Executable file
@@ -0,0 +1,25 @@
|
||||
<?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="model_ref"/>
|
||||
<field name="model_ref"/>
|
||||
<label name="type"/>
|
||||
<field name="type"/>
|
||||
<label name="inherit"/>
|
||||
<field name="inherit"/>
|
||||
<label name="domain"/>
|
||||
<field name="domain" widget="pyson"/>
|
||||
<label name="priority"/>
|
||||
<field name="priority"/>
|
||||
<label name="field_children"/>
|
||||
<field name="field_children"/>
|
||||
<label name="module_ref"/>
|
||||
<field name="module_ref"/>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<separator name="arch" colspan="4"/>
|
||||
<field name="arch" colspan="4"/>
|
||||
<field name="extensions" colspan="4" view_ids="ir.view_view_list_extension"/>
|
||||
<button name="show" colspan="4"/>
|
||||
</form>
|
||||
11
ir/view/ui_view_list.xml
Executable file
11
ir/view/ui_view_list.xml
Executable 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="priority" optional="1"/>
|
||||
<field name="model_ref" expand="2"/>
|
||||
<field name="type"/>
|
||||
<field name="inherit" expand="1" optional="1"/>
|
||||
<field name="field_children" optional="1"/>
|
||||
<field name="module_ref" optional="1"/>
|
||||
</tree>
|
||||
9
ir/view/ui_view_list_extension.xml
Executable file
9
ir/view/ui_view_list_extension.xml
Executable 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="rec_name" expand="1"/>
|
||||
<field name="domain" expand="1" optional="0"/>
|
||||
<field name="module" optional="1"/>
|
||||
<field name="name" optional="1"/>
|
||||
</tree>
|
||||
16
ir/view/ui_view_search_form.xml
Executable file
16
ir/view/ui_view_search_form.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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="user"/>
|
||||
<field name="user"/>
|
||||
|
||||
<label name="model"/>
|
||||
<field name="model"/>
|
||||
<newline/>
|
||||
|
||||
<label name="domain"/>
|
||||
<field name="domain" colspan="3" widget="pyson"/>
|
||||
</form>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user