29 lines
948 B
XML
Executable File
29 lines
948 B
XML
Executable File
<?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="r_lot"/>
|
|
<field name="r_shipment_in" optional="1"/>
|
|
<field name="r_type"/>
|
|
<field name="r_reference"/>
|
|
<field name="r_counterparty"/>
|
|
<field name="r_state"/>
|
|
<field name="r_price"/>
|
|
<field name="r_quantity" symbol="r_unit"/>
|
|
<field name="r_amount"
|
|
sum="1"
|
|
sum_previous="r_amount_prev"
|
|
sum_variation="1"/>
|
|
<field name="r_amount_prev" optional="1"/>
|
|
<field name="r_strategy"/>
|
|
<field name="r_mtm_curve"/>
|
|
<field name="r_mtm_price"
|
|
widget="variation"
|
|
variation_previous="r_mtm_price_prev"
|
|
variation_group_by="r_mtm_curve"
|
|
variation_summary="1"/>
|
|
<field name="r_mtm_price_prev" optional="1"/>
|
|
<field name="r_mtm" optional="0" sum="1"/>
|
|
</tree>
|
|
|