[MOV] account_statement_import_move_line: Copied from account_bank_statement_import_move_line

It was renamed already in v14, so it must be this new name here, but it
was incorrectly migrated and merged. For keeping compatibility, a copy
is done instead.
This commit is contained in:
Pedro M. Baeza
2024-04-05 18:37:36 +02:00
parent 075510d16b
commit 83c64b3622
29 changed files with 2654 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)