details: https://code.tryton.org/tryton/commit/ebb9b6ac6341
branch: default
user: Cédric Krier <[email protected]>
date: Fri Oct 31 11:45:54 2025 +0100
description:
Replace party on account statement origin
Closes #14282
diffstat:
modules/account_statement/party.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (9 lines):
diff -r ecfa1fa3eabf -r ebb9b6ac6341 modules/account_statement/party.py
--- a/modules/account_statement/party.py Fri Oct 31 11:57:19 2025 +0100
+++ b/modules/account_statement/party.py Fri Oct 31 11:45:54 2025 +0100
@@ -10,4 +10,5 @@
def fields_to_replace(cls):
return super().fields_to_replace() + [
('account.statement.line', 'party'),
+ ('account.statement.origin', 'party'),
]