details: https://code.tryton.org/tryton/commit/6b6b14e9a3d7
branch: 7.8
user: Cédric Krier <[email protected]>
date: Tue Jan 20 09:28:30 2026 +0100
description:
Fix module name for migration of account value in payment
Closes #14523
(grafted from fb4d27633ecada169cf9bf5ade6bbf549f2c19e8)
diffstat:
doc/migration.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r afeaa4e938ae -r 6b6b14e9a3d7 doc/migration.rst
--- a/doc/migration.rst Wed Mar 18 17:18:42 2026 +0100
+++ b/doc/migration.rst Tue Jan 20 09:28:30 2026 +0100
@@ -132,7 +132,7 @@
Before
~~~~~~
-* If ``account_payment`` module is activated, remove ``account`` if ``line`` is
+* If ``account_payment_clearing`` module is activated, remove ``account`` if
``line`` is
set:
.. code-block:: SQL