Initial import from Docker volume
This commit is contained in:
12
modules/dashboard/view/action_form.xml
Executable file
12
modules/dashboard/view/action_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="act_window"/>
|
||||
<field name="act_window" widget="selection"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
</form>
|
||||
8
modules/dashboard/view/action_tree.xml
Executable file
8
modules/dashboard/view/action_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="sequence"/>
|
||||
<field name="act_window"/>
|
||||
</tree>
|
||||
6
modules/dashboard/view/action_tree_sequence.xml
Executable file
6
modules/dashboard/view/action_tree_sequence.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 sequence="sequence">
|
||||
<field name="act_window" expand="1"/>
|
||||
</tree>
|
||||
5
modules/dashboard/view/dashboard.xml
Executable file
5
modules/dashboard/view/dashboard.xml
Executable 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>
|
||||
56
modules/dashboard/view/dashboard_form.xml
Executable file
56
modules/dashboard/view/dashboard_form.xml
Executable file
@@ -0,0 +1,56 @@
|
||||
<?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="3">
|
||||
<link icon="tryton-shipment-in" name="dashboard.act_shipment_form" col="1"/>
|
||||
<link icon="tryton-purchase" name="dashboard.act_purchase_form" col="3"/>
|
||||
<newline/>
|
||||
<link icon="tryton-sale" name="dashboard.act_sale_form" col="2"/>
|
||||
<newline/>
|
||||
<link icon="tryton-price" name="dashboard.act_payment_form" col="1"/>
|
||||
<link icon="tryton-product" name="dashboard.act_allocation_form" col="3"/>
|
||||
<newline/>
|
||||
<link icon="tryton-account" name="dashboard.act_invoice_form" col="2"/>
|
||||
</form> -->
|
||||
<form>
|
||||
<group col="3">
|
||||
<group>
|
||||
<link icon="tradon-shipment-in" name="dashboard.act_shipment_form"/>
|
||||
</group>
|
||||
<group/>
|
||||
<group>
|
||||
<link icon="tradon-purchase" name="dashboard.act_purchase_form"/>
|
||||
</group>
|
||||
</group>
|
||||
<newline/>
|
||||
<group col="3">
|
||||
<group/>
|
||||
<group>
|
||||
<link icon="tradon-sale" name="dashboard.act_sale_form"/>
|
||||
</group>
|
||||
<group/>
|
||||
</group>
|
||||
<newline/>
|
||||
<group col="3">
|
||||
<group>
|
||||
<link icon="tradon-account" name="dashboard.act_invoice_form"/>
|
||||
</group>
|
||||
<group/>
|
||||
<group>
|
||||
<link icon="tradon-price" name="dashboard.act_payment_form"/>
|
||||
</group>
|
||||
</group>
|
||||
<newline/>
|
||||
<group col="3">
|
||||
<group/>
|
||||
<group>
|
||||
<link icon="tradon-allocation" name="dashboard.act_allocation_form"/>
|
||||
</group>
|
||||
<group/>
|
||||
</group>
|
||||
<newline/>
|
||||
<group col="3">
|
||||
<field name="stock" mode="tree" view_ids="purchase_trade.lot_view_tree_sequence" colspan="3"/>
|
||||
</group>
|
||||
</form>
|
||||
|
||||
13
modules/dashboard/view/user_form.xml
Executable file
13
modules/dashboard/view/user_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. -->
|
||||
<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
Executable file
13
modules/dashboard/view/user_form_preferences.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. -->
|
||||
<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