details: https://code.tryton.org/tryton/commit/dcb697c1777e
branch: default
user: Cédric Krier <[email protected]>
date: Thu Feb 05 15:40:29 2026 +0100
description:
Add optional account to the list of payable/receivable lines
Closes #14582
diffstat:
modules/account/view/move_line_list_payable_receivable.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r b96790c6ef3d -r dcb697c1777e
modules/account/view/move_line_list_payable_receivable.xml
--- a/modules/account/view/move_line_list_payable_receivable.xml Thu Feb
19 17:06:41 2026 +0100
+++ b/modules/account/view/move_line_list_payable_receivable.xml Thu Feb
05 15:40:29 2026 +0100
@@ -7,6 +7,7 @@
<field name="party"/>
<field name="amount"/>
<field name="payable_receivable_balance" string="Balance"/>
+ <field name="account" optional="1"/>
<field name="move" optional="1"/>
<field name="move_origin" optional="1"/>
<field name="origin" optional="1"/>