changeset d65cd7806696 in modules/account_statement:default
details: 
https://hg.tryton.org/modules/account_statement?cmd=changeset&node=d65cd7806696
description:
        Add missing comment about migration
diffstat:

 statement.py |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r a263a17897fb -r d65cd7806696 statement.py
--- a/statement.py      Mon May 02 17:12:12 2022 +0200
+++ b/statement.py      Sat May 07 11:12:25 2022 +0200
@@ -793,6 +793,8 @@
 
         table_h = cls.__table_handler__(module)
         cursor = Transaction().connection.cursor()
+
+        # Migration from 6.2: replace invoice by related_to
         if table_h.column_exist('invoice'):
             cursor.execute(*table.update(
                     [table.related_to],

Reply via email to