Added account field in account move line payable and receivable view

This commit is contained in:
Sergi Carol 2017-06-22 15:55:11 +02:00
parent 52fbd5bafb
commit 49ad535108
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -r ab31ba9a37d6 trytond/trytond/modules/account/view/move_line_list_payable_receivable.xml
--- a/trytond/trytond/modules/account/view/move_line_list_payable_receivable.xml Sat Dec 17 17:31:12 2016 +0100
+++ b/trytond/trytond/modules/account/view/move_line_list_payable_receivable.xml Thu Jun 22 15:29:02 2017 +0200
@@ -3,6 +3,7 @@
this repository contains the full copyright notices and license terms. -->
<tree string="Account Move Lines">
<field name="date"/>
+ <field name="account"/>
<field name="party"/>
<field name="amount"/>
<field name="amount_currency"/>

1
series
View File

@ -47,6 +47,7 @@ issue5543-stock_lot.diff
issue5828-product.diff
commission-issue6322-issue6501.diff
sepa_sequence_type.diff
add_account_in_move_line_payable_receivable.diff
locale.diff