Initial import from Docker volume

This commit is contained in:
root
2025-12-26 13:11:43 +00:00
commit 4998dc066a
13336 changed files with 1767801 additions and 0 deletions

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="user"/>
<field name="user"/>
<newline/>
<label name="act_window"/>
<field name="act_window" widget="selection"/>
<label name="sequence"/>
<field name="sequence"/>
</form>

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

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 sequence="sequence">
<field name="act_window" expand="1"/>
</tree>

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

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

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

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