first commit
This commit is contained in:
12
modules/dashboard/view/action_form.xml
Normal file
12
modules/dashboard/view/action_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="user"/>
|
||||
<field name="user"/>
|
||||
<newline/>
|
||||
<label name="act_window"/>
|
||||
<field name="act_window" widget="selection"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
</form>
|
||||
8
modules/dashboard/view/action_tree.xml
Normal file
8
modules/dashboard/view/action_tree.xml
Normal 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="sequence"/>
|
||||
<field name="act_window"/>
|
||||
</tree>
|
||||
6
modules/dashboard/view/action_tree_sequence.xml
Normal file
6
modules/dashboard/view/action_tree_sequence.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 sequence="sequence">
|
||||
<field name="act_window" expand="1"/>
|
||||
</tree>
|
||||
5
modules/dashboard/view/dashboard.xml
Normal file
5
modules/dashboard/view/dashboard.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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. -->
|
||||
<board>
|
||||
</board>
|
||||
13
modules/dashboard/view/user_form.xml
Normal file
13
modules/dashboard/view/user_form.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook" position="inside">
|
||||
<page string="Dashboard" id="dashboard" col="2">
|
||||
<label name="dashboard_layout"/>
|
||||
<field name="dashboard_layout"/>
|
||||
<field name="dashboard_actions" colspan="2"
|
||||
view_ids="dashboard.action_view_tree_sequence"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
13
modules/dashboard/view/user_form_preferences.xml
Normal file
13
modules/dashboard/view/user_form_preferences.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook" position="inside">
|
||||
<page string="Dashboard" id="dashboard" col="2">
|
||||
<label name="dashboard_layout"/>
|
||||
<field name="dashboard_layout"/>
|
||||
<field name="dashboard_actions" colspan="2"
|
||||
view_ids="dashboard.action_view_tree_sequence"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user