Initial import from Docker volume
This commit is contained in:
4
modules/price/view/area_form.xml
Executable file
4
modules/price/view/area_form.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
</form>
|
||||
3
modules/price/view/area_tree.xml
Executable file
3
modules/price/view/area_tree.xml
Executable file
@@ -0,0 +1,3 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
</tree>
|
||||
3
modules/price/view/area_tree_sequence.xml
Executable file
3
modules/price/view/area_tree_sequence.xml
Executable file
@@ -0,0 +1,3 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
</tree>
|
||||
6
modules/price/view/calendar_form.xml
Executable file
6
modules/price/view/calendar_form.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
<field name="calendar_line" mode="tree,form,calendar" colspan="4"
|
||||
view_ids="price.calendar_line_view_tree_sequence,price.calendar_line_view_form,price.calendar_line_view_calendar"/>
|
||||
</form>
|
||||
8
modules/price/view/calendar_line_calendar.xml
Executable file
8
modules/price/view/calendar_line_calendar.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. -->
|
||||
<calendar
|
||||
dtstart="price_date"
|
||||
dtend="price_date">
|
||||
<field name="price_state"/>
|
||||
</calendar>
|
||||
6
modules/price/view/calendar_line_form.xml
Executable file
6
modules/price/view/calendar_line_form.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<form>
|
||||
<label name="price_date"/>
|
||||
<field name="price_date"/>
|
||||
<label name="price_state"/>
|
||||
<field name="price_state"/>
|
||||
</form>
|
||||
4
modules/price/view/calendar_line_tree.xml
Executable file
4
modules/price/view/calendar_line_tree.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="price_date"/>
|
||||
<field name="price_state"/>
|
||||
</tree>
|
||||
4
modules/price/view/calendar_line_tree_sequence.xml
Executable file
4
modules/price/view/calendar_line_tree_sequence.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="price_date"/>
|
||||
<field name="price_state"/>
|
||||
</tree>
|
||||
3
modules/price/view/calendar_tree.xml
Executable file
3
modules/price/view/calendar_tree.xml
Executable file
@@ -0,0 +1,3 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
</tree>
|
||||
3
modules/price/view/calendar_tree_sequence.xml
Executable file
3
modules/price/view/calendar_tree_sequence.xml
Executable file
@@ -0,0 +1,3 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
</tree>
|
||||
6
modules/price/view/composite_form.xml
Executable file
6
modules/price/view/composite_form.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<form>
|
||||
<label name="price_add"/>
|
||||
<field name="price_add"/>
|
||||
<label name="ratio"/>
|
||||
<field name="ratio"/>
|
||||
</form>
|
||||
4
modules/price/view/composite_tree.xml
Executable file
4
modules/price/view/composite_tree.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="price_add"/>
|
||||
<field name="ratio"/>
|
||||
</tree>
|
||||
4
modules/price/view/composite_tree_sequence.xml
Executable file
4
modules/price/view/composite_tree_sequence.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="price_add"/>
|
||||
<field name="ratio"/>
|
||||
</tree>
|
||||
14
modules/price/view/cron_form.xml
Executable file
14
modules/price/view/cron_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>
|
||||
<label name="frequency"/>
|
||||
<group id="frequency" col="-1">
|
||||
<field name="frequency"/>
|
||||
</group>
|
||||
<label name="last_update"/>
|
||||
<group id="run">
|
||||
<field name="last_update"/>
|
||||
<button name="run"/>
|
||||
</group>
|
||||
</form>
|
||||
7
modules/price/view/cron_list.xml
Executable file
7
modules/price/view/cron_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="frequency"/>
|
||||
<field name="last_update"/>
|
||||
</tree>
|
||||
4
modules/price/view/fixtype_form.xml
Executable file
4
modules/price/view/fixtype_form.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<form>
|
||||
<label name="name"/>
|
||||
<field name="name"/>
|
||||
</form>
|
||||
3
modules/price/view/fixtype_tree.xml
Executable file
3
modules/price/view/fixtype_tree.xml
Executable file
@@ -0,0 +1,3 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
</tree>
|
||||
3
modules/price/view/fixtype_tree_sequence.xml
Executable file
3
modules/price/view/fixtype_tree_sequence.xml
Executable file
@@ -0,0 +1,3 @@
|
||||
<tree>
|
||||
<field name="name"/>
|
||||
</tree>
|
||||
40
modules/price/view/price_form.xml
Executable file
40
modules/price/view/price_form.xml
Executable file
@@ -0,0 +1,40 @@
|
||||
<form>
|
||||
<group id="price_header">
|
||||
<label name="price_index"/>
|
||||
<field name="price_index"/>
|
||||
<label name="price_desc"/>
|
||||
<field name="price_desc"/>
|
||||
<label name="price_period"/>
|
||||
<field name="price_period"/>
|
||||
<label name="price_curve_type"/>
|
||||
<field name="price_curve_type"/>
|
||||
<label name="price_type"/>
|
||||
<field name="price_type"/>
|
||||
<label name="price_unit"/>
|
||||
<field name="price_unit"/>
|
||||
<label name="price_currency"/>
|
||||
<field name="price_currency"/>
|
||||
<label name="price_area"/>
|
||||
<field name="price_area"/>
|
||||
<label name="price_calendar"/>
|
||||
<field name="price_calendar"/>
|
||||
<label name="price_ct_size"/>
|
||||
<field name="price_ct_size"/>
|
||||
</group>
|
||||
<notebook>
|
||||
<page string="Prices Values" id="price_value">
|
||||
<!-- <field name="price_values" mode="graph,tree" colspan="4"
|
||||
view_ids="price.price_value_view_graph,price.price_value_view_tree_sequence"/> -->
|
||||
<field name="price_values" mode="tree,graph" colspan="4"
|
||||
view_ids="price.price_value_view_tree_sequence,price.price_value_view_graph"/>
|
||||
</page>
|
||||
<page string="Composites" id="composites">
|
||||
<field name="price_composite" mode="tree,form" colspan="4"
|
||||
view_ids="price.composite_view_tree_sequence,price.composite_view_form"/>
|
||||
</page>
|
||||
<page string="Products" id="products">
|
||||
<field name="price_product" mode="tree,form" colspan="4"
|
||||
view_ids="price.product_view_tree_sequence,price.product_view_form"/>
|
||||
</page>
|
||||
</notebook>
|
||||
</form>
|
||||
6
modules/price/view/price_report_context_form.xml
Executable file
6
modules/price/view/price_report_context_form.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<form>
|
||||
<label name="dt"/>
|
||||
<field name="dt"/>
|
||||
<label name="user"/>
|
||||
<field name="user"/>
|
||||
</form>
|
||||
6
modules/price/view/price_report_context_form2.xml
Executable file
6
modules/price/view/price_report_context_form2.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<form>
|
||||
<label name="dtfrom"/>
|
||||
<field name="dtfrom"/>
|
||||
<label name="dtto"/>
|
||||
<field name="dtto"/>
|
||||
</form>
|
||||
9
modules/price/view/price_report_list.xml
Executable file
9
modules/price/view/price_report_list.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree>
|
||||
<field name="r_price_index"/>
|
||||
<field name="r_price_desc"/>
|
||||
<field name="r_price_date"/>
|
||||
<field name="r_price_value"/>
|
||||
<field name="r_low_price"/>
|
||||
<field name="r_high_price"/>
|
||||
</tree>
|
||||
24
modules/price/view/price_report_list2.xml
Executable file
24
modules/price/view/price_report_list2.xml
Executable file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree>
|
||||
<field name="r_price_date"/>
|
||||
<field name="r_naphta_fob_low"/>
|
||||
<field name="r_naphta_fob_high"/>
|
||||
<field name="r_naphta_fob_mid"/>
|
||||
<field name="r_jet_fob_low"/>
|
||||
<field name="r_jet_fob_high"/>
|
||||
<field name="r_jet_fob_mid"/>
|
||||
<field name="r_naphta_cif_low"/>
|
||||
<field name="r_naphta_cif_high"/>
|
||||
<field name="r_naphta_cif_mid"/>
|
||||
<field name="r_jet_cif_low"/>
|
||||
<field name="r_jet_cif_high"/>
|
||||
<field name="r_jet_cif_mid"/>
|
||||
<field name="r_eur_fob_low"/>
|
||||
<field name="r_eur_fob_high"/>
|
||||
<field name="r_eur_fob_mid"/>
|
||||
<field name="r_gaz_cif_low"/>
|
||||
<field name="r_gaz_cif_high"/>
|
||||
<field name="r_gaz_cif_mid"/>
|
||||
<field name="r_brent_1"/>
|
||||
<field name="r_brent_2"/>
|
||||
</tree>
|
||||
9
modules/price/view/price_tree.xml
Executable file
9
modules/price/view/price_tree.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<tree>
|
||||
<field name="price_index"/>
|
||||
<field name="price_desc"/>
|
||||
<field name="price_type"/>
|
||||
<field name="price_curve_type"/>
|
||||
<field name="price_unit"/>
|
||||
<field name="price_currency"/>
|
||||
<field name="price_area"/>
|
||||
</tree>
|
||||
8
modules/price/view/price_tree_sequence.xml
Executable file
8
modules/price/view/price_tree_sequence.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<tree>
|
||||
<field name="price_desc"/>
|
||||
<field name="price_type"/>
|
||||
<field name="price_curve_type"/>
|
||||
<field name="price_unit"/>
|
||||
<field name="price_currency"/>
|
||||
<field name="price_area"/>
|
||||
</tree>
|
||||
17
modules/price/view/price_value_form.xml
Executable file
17
modules/price/view/price_value_form.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<form>
|
||||
<group id="price_value_header">
|
||||
<label name="price_index"/>
|
||||
<field name="price_index"/>
|
||||
<label name="price_date"/>
|
||||
<field name="price_date"/>
|
||||
<label name="price_value"/>
|
||||
<field name="price_value"/>
|
||||
<label name="open_price"/>
|
||||
<field name="open_price"/>
|
||||
<label name="low_price"/>
|
||||
<field name="low_price"/>
|
||||
<label name="high_price"/>
|
||||
<field name="high_price"/>
|
||||
</group>
|
||||
</form>
|
||||
14
modules/price/view/price_value_graph.xml
Executable file
14
modules/price/view/price_value_graph.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. -->
|
||||
<graph type="line">
|
||||
<x>
|
||||
<field name="price_date"/>
|
||||
</x>
|
||||
<y>
|
||||
<field name="price_value" fill="1" empty="0"/>
|
||||
<field name="open_price" fill="1" empty="0"/>
|
||||
<field name="low_price" fill="1" empty="0"/>
|
||||
<field name="high_price" fill="1" empty="0"/>
|
||||
</y>
|
||||
</graph>
|
||||
9
modules/price/view/price_value_tree.xml
Executable file
9
modules/price/view/price_value_tree.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree>
|
||||
<field name="price_index"/>
|
||||
<field name="price_date"/>
|
||||
<field name="price_value"/>
|
||||
<field name="open_price"/>
|
||||
<field name="low_price"/>
|
||||
<field name="high_price"/>
|
||||
</tree>
|
||||
9
modules/price/view/price_value_tree_sequence.xml
Executable file
9
modules/price/view/price_value_tree_sequence.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<tree editable="1">
|
||||
<field name="price_index"/>
|
||||
<field name="price_date"/>
|
||||
<field name="price_value"/>
|
||||
<field name="open_price"/>
|
||||
<field name="low_price"/>
|
||||
<field name="high_price"/>
|
||||
</tree>
|
||||
6
modules/price/view/product_form.xml
Executable file
6
modules/price/view/product_form.xml
Executable file
@@ -0,0 +1,6 @@
|
||||
<form>
|
||||
<label name="price"/>
|
||||
<field name="price"/>
|
||||
<label name="product"/>
|
||||
<field name="product"/>
|
||||
</form>
|
||||
4
modules/price/view/product_tree.xml
Executable file
4
modules/price/view/product_tree.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="price"/>
|
||||
<field name="product"/>
|
||||
</tree>
|
||||
4
modules/price/view/product_tree_sequence.xml
Executable file
4
modules/price/view/product_tree_sequence.xml
Executable file
@@ -0,0 +1,4 @@
|
||||
<tree>
|
||||
<field name="price"/>
|
||||
<field name="product"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user