trytond-patches/account_payment_view.diff

14 lines
567 B
Diff
Raw Normal View History

2019-10-22 14:56:39 +02:00
diff -r 9070eb9cb2e2 view/move_line_list.xml
2023-01-04 16:09:24 +01:00
--- a/tryton/modules/account_payment/view/move_line_list.xml Wed Oct 16 21:18:12 2019 +0200
+++ b/tryton/modules/account_payment/view/move_line_list.xml Tue Oct 22 14:43:33 2019 +0200
2019-10-22 14:56:39 +02:00
@@ -3,7 +3,7 @@
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="move"/>
- <field name="origin"/>
+ <field name="move_origin"/>
<field name="description" expand="1"/>
<field name="party" expand="1"/>
<field name="maturity_date"/>
2019-11-20 10:06:24 +01:00
<field name="bank_account"/>