diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 0494789..2628693 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20200925.0 \ No newline at end of file +12.0.20201005.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 5a62b8a..41cb948 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -14,6 +14,7 @@ setuptools.setup( 'odoo12-addon-account_bank_statement_import_ofx', 'odoo12-addon-account_bank_statement_import_online', 'odoo12-addon-account_bank_statement_import_online_paypal', + 'odoo12-addon-account_bank_statement_import_online_qonto', 'odoo12-addon-account_bank_statement_import_online_transferwise', 'odoo12-addon-account_bank_statement_import_paypal', 'odoo12-addon-account_bank_statement_import_split', diff --git a/setup/account_bank_statement_import_online_qonto/odoo/addons/account_bank_statement_import_online_qonto b/setup/account_bank_statement_import_online_qonto/odoo/addons/account_bank_statement_import_online_qonto new file mode 120000 index 0000000..7928bb9 --- /dev/null +++ b/setup/account_bank_statement_import_online_qonto/odoo/addons/account_bank_statement_import_online_qonto @@ -0,0 +1 @@ +../../../../account_bank_statement_import_online_qonto \ No newline at end of file diff --git a/setup/account_bank_statement_import_online_qonto/setup.py b/setup/account_bank_statement_import_online_qonto/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/account_bank_statement_import_online_qonto/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)