trytond-patches/issue11986.diff

27 lines
1.4 KiB
Diff

diff --git a/modules/account/view/move_line_tree.xml b/modules/account/view/move_line_tree.xml
index 81b1e99ba7..9088732cc2 100644
--- a/tryton/modules/account/view/move_line_tree.xml
+++ b/tryton/modules/account/view/move_line_tree.xml
@@ -11,6 +11,8 @@ this repository contains the full copyright notices and license terms. -->
<field name="party" expand="1"/>
<field name="debit" sum="Debit"/>
<field name="credit" sum="Credit"/>
+ <field name="amount_second_currency" symbol="" optional="1"/>
+ <field name="second_currency" optional="1"/>
<field name="delegated_amount" optional="0"/>
<field name="tax_lines" optional="1"/>
<field name="description" expand="1" optional="1"/>
diff --git a/modules/account/view/move_line_tree_move.xml b/modules/account/view/move_line_tree_move.xml
index 3c167a6b6d..1d741d8a23 100644
--- a/tryton/modules/account/view/move_line_tree_move.xml
+++ b/tryton/modules/account/view/move_line_tree_move.xml
@@ -7,6 +7,8 @@ this repository contains the full copyright notices and license terms. -->
<field name="party" expand="1"/>
<field name="debit" sum="Debit"/>
<field name="credit" sum="Credit"/>
+ <field name="amount_second_currency" symbol="" optional="1"/>
+ <field name="second_currency" optional="1"/>
<field name="tax_lines" optional="1"/>
<field name="description" expand="1" optional="1"/>
<field name="reconciliation" optional="1"/>