diff --git a/setup/logging_json/odoo_addons/__init__.py b/setup/logging_json/odoo_addons/__init__.py new file mode 100644 index 000000000..de40ea7ca --- /dev/null +++ b/setup/logging_json/odoo_addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/logging_json/odoo_addons/logging_json b/setup/logging_json/odoo_addons/logging_json new file mode 120000 index 000000000..a35646571 --- /dev/null +++ b/setup/logging_json/odoo_addons/logging_json @@ -0,0 +1 @@ +../../../logging_json \ No newline at end of file diff --git a/setup/logging_json/setup.py b/setup/logging_json/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/logging_json/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)