Initial import from Docker volume
This commit is contained in:
49
modules/lot/view/lot_form.xml
Executable file
49
modules/lot/view/lot_form.xml
Executable file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0"?>
|
||||
<form col="4">
|
||||
<label name="lot_name"/>
|
||||
<field name="lot_name"/>
|
||||
<label name="lot_parent"/>
|
||||
<field name="lot_parent"/>
|
||||
<label name="lot_qt"/>
|
||||
<field name="lot_qt"/>
|
||||
<label name="lot_unit"/>
|
||||
<field name="lot_unit"/>
|
||||
<newline/>
|
||||
<label name="lot_product"/>
|
||||
<field name="lot_product"/>
|
||||
<label name="lot_type"/>
|
||||
<field name="lot_type"/>
|
||||
<label name="lot_status"/>
|
||||
<field name="lot_status"/>
|
||||
<label name="lot_state"/>
|
||||
<field name="lot_state"/>
|
||||
<newline/>
|
||||
<label name="lot_quantity"/>
|
||||
<field name="lot_quantity"/>
|
||||
<label name="lot_gross_quantity"/>
|
||||
<field name="lot_gross_quantity"/>
|
||||
<newline/>
|
||||
<label name="lot_unit_line"/>
|
||||
<field name="lot_unit_line"/>
|
||||
<label name="lot_premium"/>
|
||||
<field name="lot_premium"/>
|
||||
<newline/>
|
||||
<label name="warrant_nb"/>
|
||||
<field name="warrant_nb"/>
|
||||
<label name="lot_role"/>
|
||||
<field name="lot_role"/>
|
||||
<newline/>
|
||||
<notebook colspan="4">
|
||||
<page string="General" id="general">
|
||||
<field name="lot_childs" colspan="4" mode="tree,form" view_ids="lot.lot_view_tree_sequence2,lot.lot_view_form"/>
|
||||
<field name="lot_hist" colspan="4"/>
|
||||
</page>
|
||||
<page string="Accounting" id="accounting">
|
||||
<field name="pivot" widget="html_viewer" height="600" colspan="4"/>
|
||||
</page>
|
||||
<page string="Split/Merge" id="split">
|
||||
<field name="split_operations" colspan="4" mode="tree" view_ids="lot.split_merge_tree_view"/>
|
||||
<field name="split_graph" widget="html_viewer" colspan="4"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
12
modules/lot/view/lot_graph.xml
Executable file
12
modules/lot/view/lot_graph.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. -->
|
||||
<graph type="pie">
|
||||
<x>
|
||||
<field name="lot_product"/>
|
||||
</x>
|
||||
<y>
|
||||
<field name="lot_price" string="USD Pprice"/>
|
||||
<field name="lot_quantity" string="Quantity sold Mt"/>
|
||||
</y>
|
||||
</graph>
|
||||
12
modules/lot/view/lot_graph2.xml
Executable file
12
modules/lot/view/lot_graph2.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. -->
|
||||
<graph type="vbar">
|
||||
<x>
|
||||
<field name="lot_product"/>
|
||||
</x>
|
||||
<y>
|
||||
<field name="lot_price" string="USD Price"/>
|
||||
<field name="lot_quantity" string="Quantity sold Mt"/>
|
||||
</y>
|
||||
</graph>
|
||||
12
modules/lot/view/lot_graph3.xml
Executable file
12
modules/lot/view/lot_graph3.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. -->
|
||||
<graph type="line">
|
||||
<x>
|
||||
<field name="lot_product"/>
|
||||
</x>
|
||||
<y>
|
||||
<field name="lot_price" string="USD Price"/>
|
||||
<field name="lot_quantity" string="Quantity sold Mt"/>
|
||||
</y>
|
||||
</graph>
|
||||
11
modules/lot/view/lot_qt_hist_form.xml
Executable file
11
modules/lot/view/lot_qt_hist_form.xml
Executable file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<form col="4">
|
||||
<label name="lot"/>
|
||||
<field name="lot"/>
|
||||
<label name="quantity_type"/>
|
||||
<field name="quantity_type"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="gross_quantity"/>
|
||||
<field name="gross_quantity"/>
|
||||
</form>
|
||||
6
modules/lot/view/lot_qt_hist_tree.xml
Executable file
6
modules/lot/view/lot_qt_hist_tree.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<tree editable="1">
|
||||
<field name="lot"/>
|
||||
<field name="quantity_type"/>
|
||||
<field name="quantity"/>
|
||||
<field name="gross_quantity"/>
|
||||
</tree>
|
||||
6
modules/lot/view/lot_qt_hist_tree_sequence.xml
Executable file
6
modules/lot/view/lot_qt_hist_tree_sequence.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<tree editable="1">
|
||||
<field name="lot"/>
|
||||
<field name="quantity_type"/>
|
||||
<field name="quantity"/>
|
||||
<field name="gross_quantity"/>
|
||||
</tree>
|
||||
4
modules/lot/view/lot_qt_tree.xml
Executable file
4
modules/lot/view/lot_qt_tree.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="quantity_type"/>
|
||||
<field name="quantity"/>
|
||||
</tree>
|
||||
8
modules/lot/view/lot_qt_tree_sequence.xml
Executable file
8
modules/lot/view/lot_qt_tree_sequence.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<tree>
|
||||
<field name="lot_p"/>
|
||||
<field name="lot_quantity"/>
|
||||
<field name="lot_unit"/>
|
||||
<field name="lot_av"/>
|
||||
<field name="lot_status"/>
|
||||
<field name="lot_s"/>
|
||||
</tree>
|
||||
4
modules/lot/view/lot_qt_type_tree.xml
Executable file
4
modules/lot/view/lot_qt_type_tree.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
<field name="sequence"/>
|
||||
</tree>
|
||||
4
modules/lot/view/lot_qt_type_tree_sequence.xml
Executable file
4
modules/lot/view/lot_qt_type_tree_sequence.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
<field name="sequence"/>
|
||||
</tree>
|
||||
12
modules/lot/view/lot_tree.xml
Executable file
12
modules/lot/view/lot_tree.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree>
|
||||
<field name="id"/>
|
||||
<field name="line"/>
|
||||
<field name="sale_line"/>
|
||||
<field name="lot_type"/>
|
||||
<field name="lot_status"/>
|
||||
<field name="lot_quantity"/>
|
||||
<field name="lot_unit"/>
|
||||
<field name="lot_gross_quantity"/>
|
||||
<field name="lot_parent"/>
|
||||
</tree>
|
||||
19
modules/lot/view/lot_tree_sequence.xml
Executable file
19
modules/lot/view/lot_tree_sequence.xml
Executable file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree sequence="sequence" editable="0">
|
||||
<field name="lot_name" />
|
||||
<field name="lot_type" />
|
||||
<field name="lot_qt"/>
|
||||
<field name="lot_unit"/>
|
||||
<field name="lot_product"/>
|
||||
<field name="lot_shipment_origin"/>
|
||||
<field name="lot_quantity"/>
|
||||
<field name="lot_gross_quantity"/>
|
||||
<field name="lot_unit_line"/>
|
||||
<field name="lot_premium" width="80"/>
|
||||
<field name="lot_premium_sup" width="80"/>
|
||||
<field name="lot_price_ct_symbol_premium"/>
|
||||
<field name="lot_price"/>
|
||||
<field name="lot_price_ct_symbol"/>
|
||||
<field name="lot_type" width="80" optional="1"/>
|
||||
<field name="lot_status" width="80" optional="1"/>
|
||||
</tree>
|
||||
8
modules/lot/view/lot_tree_sequence2.xml
Executable file
8
modules/lot/view/lot_tree_sequence2.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree sequence="sequence" editable="1">
|
||||
<field name="id" width="80"/>
|
||||
<field name="lot_qt" width="80"/>
|
||||
<field name="lot_unit" width="80"/>
|
||||
<field name="lot_quantity" symbol="r_lot_unit_line" width="80"/>
|
||||
<field name="lot_gross_quantity" symbol="r_lot_unit_line" width="80"/>
|
||||
</tree>
|
||||
13
modules/lot/view/lot_tree_sequence3.xml
Executable file
13
modules/lot/view/lot_tree_sequence3.xml
Executable file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree sequence="sequence" editable="1">
|
||||
<field name="lot_himself" width="80"/>
|
||||
<field name="lot_qt" width="80"/>
|
||||
<field name="lot_product" width="80"/>
|
||||
<field name="lot_type" width="80" optional="1"/>
|
||||
<field name="lot_status" width="80" optional="1"/>
|
||||
<field name="lot_quantity" width="80"/>
|
||||
<field name="lot_unit" width="80"/>
|
||||
<field name="lot_gross_quantity" width="80"/>
|
||||
<field name="lot_premium_sale" width="80"/>
|
||||
<field name="lot_price_sale" width="80"/>
|
||||
</tree>
|
||||
8
modules/lot/view/lot_tree_sequence4.xml
Executable file
8
modules/lot/view/lot_tree_sequence4.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree sequence="sequence" editable="0">
|
||||
<field name="lot_name" width="80"/>
|
||||
<field name="lot_qt" width="80"/>
|
||||
<field name="lot_unit" width="80"/>
|
||||
<field name="lot_quantity_sale" symbol="r_lot_unit_line" width="80"/>
|
||||
<field name="lot_gross_quantity_sale" symbol="r_lot_unit_line" width="80"/>
|
||||
</tree>
|
||||
4
modules/lot/view/merge_start.xml
Normal file
4
modules/lot/view/merge_start.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<form>
|
||||
<label name="confirm"/>
|
||||
<field name="confirm"/>
|
||||
</form>
|
||||
5
modules/lot/view/split_line_tree.xml
Normal file
5
modules/lot/view/split_line_tree.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
<field name="lot_qt"/>
|
||||
<field name="weight"/>
|
||||
</tree>
|
||||
7
modules/lot/view/split_merge_tree.xml
Normal file
7
modules/lot/view/split_merge_tree.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<tree>
|
||||
<field name="operation"/>
|
||||
<field name="target_lot"/>
|
||||
<field name="lot_qt"/>
|
||||
<field name="quantity"/>
|
||||
<field name="operation_date"/>
|
||||
</tree>
|
||||
9
modules/lot/view/split_start.xml
Normal file
9
modules/lot/view/split_start.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<form col="2">
|
||||
<label name="mode"/>
|
||||
<field name="mode"/>
|
||||
<label name="parts"/>
|
||||
<field name="parts"/>
|
||||
<label name="create_remainder"/>
|
||||
<field name="create_remainder"/>
|
||||
<field name="lines" colspan="2"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user