mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Merge pull request #526 from acsone/10.0-mig-help_online-lmi
[10.0] [MIG] help_online
This commit is contained in:
1
setup/help_online/odoo/__init__.py
Normal file
1
setup/help_online/odoo/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
1
setup/help_online/odoo/addons/__init__.py
Normal file
1
setup/help_online/odoo/addons/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
1
setup/help_online/odoo/addons/help_online
Symbolic link
1
setup/help_online/odoo/addons/help_online
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../help_online
|
||||
6
setup/help_online/setup.py
Normal file
6
setup/help_online/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