mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[ADD] setup.py
This commit is contained in:
1
setup/crm_rma_location/odoo/__init__.py
Normal file
1
setup/crm_rma_location/odoo/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
1
setup/crm_rma_location/odoo/addons/__init__.py
Normal file
1
setup/crm_rma_location/odoo/addons/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
1
setup/crm_rma_location/odoo/addons/crm_rma_location
Symbolic link
1
setup/crm_rma_location/odoo/addons/crm_rma_location
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../crm_rma_location
|
||||||
6
setup/crm_rma_location/setup.py
Normal file
6
setup/crm_rma_location/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
1
setup/product_warranty/odoo/__init__.py
Normal file
1
setup/product_warranty/odoo/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
1
setup/product_warranty/odoo/addons/__init__.py
Normal file
1
setup/product_warranty/odoo/addons/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
1
setup/product_warranty/odoo/addons/product_warranty
Symbolic link
1
setup/product_warranty/odoo/addons/product_warranty
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../product_warranty
|
||||||
6
setup/product_warranty/setup.py
Normal file
6
setup/product_warranty/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user