diff --git a/setup/pos_margin/odoo/__init__.py b/setup/pos_margin/odoo/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/pos_margin/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/pos_margin/odoo/addons/__init__.py b/setup/pos_margin/odoo/addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/pos_margin/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/pos_margin/odoo/addons/pos_margin b/setup/pos_margin/odoo/addons/pos_margin new file mode 120000 index 00000000..01766f65 --- /dev/null +++ b/setup/pos_margin/odoo/addons/pos_margin @@ -0,0 +1 @@ +../../../../pos_margin \ No newline at end of file diff --git a/setup/pos_margin/setup.py b/setup/pos_margin/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/pos_margin/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)