diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index c4577f5a..aa35eaac 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20200326.0 \ No newline at end of file +12.0.20200330.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 31f81381..e932d411 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -12,6 +12,7 @@ setuptools.setup( 'odoo12-addon-account_bank_statement_import_move_line', '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_transferwise', 'odoo12-addon-account_bank_statement_import_paypal', 'odoo12-addon-account_bank_statement_import_split', diff --git a/setup/account_bank_statement_import_online_paypal/odoo/addons/account_bank_statement_import_online_paypal b/setup/account_bank_statement_import_online_paypal/odoo/addons/account_bank_statement_import_online_paypal new file mode 120000 index 00000000..10d27dd0 --- /dev/null +++ b/setup/account_bank_statement_import_online_paypal/odoo/addons/account_bank_statement_import_online_paypal @@ -0,0 +1 @@ +../../../../account_bank_statement_import_online_paypal \ No newline at end of file diff --git a/setup/account_bank_statement_import_online_paypal/setup.py b/setup/account_bank_statement_import_online_paypal/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/account_bank_statement_import_online_paypal/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)