From 8b299431b72b7196a146a53f15fe23a46f5de702 Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 17 Oct 2023 10:29:34 +0200 Subject: [PATCH] [IMP] account_statement_import_online_paypal: pre-commit stuff --- .../odoo/addons/account_statement_import_online_paypal | 1 + setup/account_statement_import_online_paypal/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/account_statement_import_online_paypal/odoo/addons/account_statement_import_online_paypal create mode 100644 setup/account_statement_import_online_paypal/setup.py 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, +)