details: https://code.tryton.org/tryton/commit/e0c9a39ae757
branch: default
user: Cédric Krier <[email protected]>
date: Wed Mar 11 15:20:41 2026 +0100
description:
Show account parties in ledgers when they contain lines
diffstat:
modules/account/account.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 59ab78218582 -r e0c9a39ae757 modules/account/account.xml
--- a/modules/account/account.xml Wed Mar 11 15:59:05 2026 +0100
+++ b/modules/account/account.xml Wed Mar 11 15:20:41 2026 +0100
@@ -683,6 +683,7 @@
name="domain"
eval="[('account', 'in', Eval('active_ids', []))]"
pyson="1"/>
+ <field name="search_value" eval="[('line_count', '!=', 0)]"
pyson="1"/>
</record>
<record model="ir.action.act_window.view"
id="act_general_ledger_account_party_form_view1">
<field name="sequence" eval="10"/>