diff --git a/setup/account_statement_import_online_paypal/odoo/addons/account_statement_import_online_paypal b/setup/account_statement_import_online_paypal/odoo/addons/account_statement_import_online_paypal new file mode 120000 index 00000000..9ff5d2fb --- /dev/null +++ b/setup/account_statement_import_online_paypal/odoo/addons/account_statement_import_online_paypal @@ -0,0 +1 @@ +../../../../account_statement_import_online_paypal \ No newline at end of file diff --git a/setup/account_statement_import_online_paypal/setup.py b/setup/account_statement_import_online_paypal/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/account_statement_import_online_paypal/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)