Initial import from Docker volume
This commit is contained in:
9
res/view/export_form.xml
Executable file
9
res/view/export_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="//field[@name='user']" position="after">
|
||||
<field name="groups" colspan="4"/>
|
||||
<field name="write_groups" colspan="4"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
res/view/export_list.xml
Executable file
9
res/view/export_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="//field[@name='user']" position="after">
|
||||
<field name="groups"/>
|
||||
<field name="write_groups"/>
|
||||
</xpath>
|
||||
</data>
|
||||
34
res/view/group_form.xml
Executable file
34
res/view/group_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>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
|
||||
<label name="parent"/>
|
||||
<field name="parent"/>
|
||||
<notebook>
|
||||
<page string="Members" col="2" id="members">
|
||||
<field name="users" colspan="2"/>
|
||||
</page>
|
||||
<page string="Access Permissions" col="1" id="permissions">
|
||||
<notebook>
|
||||
<page name="model_access" col="2">
|
||||
<field name="model_access"/>
|
||||
<field name="field_access"/>
|
||||
</page>
|
||||
<page name="rule_groups" col="1">
|
||||
<field name="rule_groups"/>
|
||||
</page>
|
||||
<page name="buttons" col="1">
|
||||
<field name="buttons"/>
|
||||
</page>
|
||||
<page name="menu_access" col="1">
|
||||
<field name="menu_access"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
7
res/view/group_list.xml
Executable file
7
res/view/group_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="parent" expand="1"/>
|
||||
</tree>
|
||||
8
res/view/sequence_type_form.xml
Executable file
8
res/view/sequence_type_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. -->
|
||||
<data>
|
||||
<xpath expr="/form" position="inside">
|
||||
<field name="groups" colspan="4"/>
|
||||
</xpath>
|
||||
</data>
|
||||
18
res/view/user_application_form.xml
Executable file
18
res/view/user_application_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>
|
||||
<label name="user"/>
|
||||
<field name="user"/>
|
||||
<newline/>
|
||||
<label name="key"/>
|
||||
<field name="key"/>
|
||||
<label name="application"/>
|
||||
<field name="application"/>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group id="buttons" colspan="2" col="-1">
|
||||
<button name="cancel" icon="tryton-cancel"/>
|
||||
<button name="validate_" icon="tryton-ok"/>
|
||||
</group>
|
||||
</form>
|
||||
11
res/view/user_application_list.xml
Executable file
11
res/view/user_application_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="user" expand="1"/>
|
||||
<field name="key" expand="1"/>
|
||||
<field name="application" expand="1"/>
|
||||
<field name="state"/>
|
||||
<button name="cancel"/>
|
||||
<button name="validate_"/>
|
||||
</tree>
|
||||
14
res/view/user_config_start_form.xml
Executable file
14
res/view/user_config_start_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. -->
|
||||
<form col="2">
|
||||
<image name="tryton-info" xexpand="0" xfill="0"/>
|
||||
<group col="1" id="labels">
|
||||
<label string="You can now add some users into the system."
|
||||
id="add"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
<label string="Be careful that the login must be unique."
|
||||
id="carefull"
|
||||
yalign="0.0" xalign="0.0" xexpand="1"/>
|
||||
</group>
|
||||
</form>
|
||||
42
res/view/user_form.xml
Executable file
42
res/view/user_form.xml
Executable file
@@ -0,0 +1,42 @@
|
||||
<?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>
|
||||
<group col="4" colspan="3" yalign="0" id="header">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
|
||||
<label name="login"/>
|
||||
<field name="login"/>
|
||||
<label name="email"/>
|
||||
<field name="email" widget="email"/>
|
||||
|
||||
<label name="password"/>
|
||||
<field name="password" widget="password"/>
|
||||
<button name="reset_password" colspan="2" />
|
||||
</group>
|
||||
<field name="avatar" widget="image" height="100" width="100" xexpand="0" border="circle"/>
|
||||
<notebook colspan="4">
|
||||
<page string="User" id="user">
|
||||
<separator name="signature" colspan="4"/>
|
||||
<field name="signature" colspan="4" widget="richtext"/>
|
||||
</page>
|
||||
<page string="Actions" id="actions">
|
||||
<label name="menu"/>
|
||||
<field name="menu"/>
|
||||
<field name="actions" colspan="4"/>
|
||||
</page>
|
||||
<page string="Access Permissions" col="1" id="permissions">
|
||||
<field name="groups"/>
|
||||
</page>
|
||||
<page name="applications" col="1">
|
||||
<field name="applications"/>
|
||||
</page>
|
||||
<page string="Preferences" col="2" id="preferences">
|
||||
<label name="language"/>
|
||||
<field name="language" widget="selection"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
37
res/view/user_form_preferences.xml
Executable file
37
res/view/user_form_preferences.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. -->
|
||||
<form>
|
||||
<group col="4" colspan="3" yalign="0" id="header">
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<newline/>
|
||||
|
||||
<label name="email"/>
|
||||
<field name="email" widget="email"/>
|
||||
<label name="password"/>
|
||||
<field name="password" widget="password"/>
|
||||
</group>
|
||||
<field name="avatar" widget="image" height="100" width="100" xexpand="0" border="circle"/>
|
||||
<notebook colspan="4">
|
||||
<page string="User" id="user">
|
||||
<separator name="signature" colspan="4"/>
|
||||
<field name="signature" colspan="4" widget="richtext"/>
|
||||
</page>
|
||||
<page string="Actions" id="actions">
|
||||
<label name="menu"/>
|
||||
<field name="menu" widget="selection"/>
|
||||
<field name="actions" colspan="4"/>
|
||||
</page>
|
||||
<page string="Group Membership" col="1" id="membership">
|
||||
<field name="groups"/>
|
||||
</page>
|
||||
<page name="applications" col="1">
|
||||
<field name="applications"/>
|
||||
</page>
|
||||
<page string="Preferences" col="2" id="preferences">
|
||||
<label name="language"/>
|
||||
<field name="language" widget="selection"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
10
res/view/user_list.xml
Executable file
10
res/view/user_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">
|
||||
<prefix id="avatar" icon="avatar_url" icon_type="url" url_size="s" border="circle"/>
|
||||
</field>
|
||||
<field name="login" expand="1"/>
|
||||
<field name="sessions"/>
|
||||
</tree>
|
||||
12
res/view/user_warning_form.xml
Executable file
12
res/view/user_warning_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="user"/>
|
||||
<field name="user"/>
|
||||
<newline/>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<label name="always"/>
|
||||
<field name="always"/>
|
||||
</form>
|
||||
8
res/view/user_warning_tree.xml
Executable file
8
res/view/user_warning_tree.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="user"/>
|
||||
<field name="name"/>
|
||||
<field name="always"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user