[MIG] account_statement_import_ofx to v16

This commit is contained in:
Alexis de Lattre
2023-03-06 22:58:45 +01:00
parent 2af126e9bf
commit 155a7e3734
6 changed files with 15 additions and 4 deletions

View File

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