mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
[ADD] setup.py
This commit is contained in:
parent
15f970f641
commit
8229aad930
@ -1 +1 @@
|
|||||||
10.0.20190605.0
|
10.0.20191001.0
|
@ -9,6 +9,7 @@ setuptools.setup(
|
|||||||
version=version,
|
version=version,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'odoo10-addon-attachment_attach_non_editable',
|
'odoo10-addon-attachment_attach_non_editable',
|
||||||
|
'odoo10-addon-attachment_preview',
|
||||||
'odoo10-addon-document_page',
|
'odoo10-addon-document_page',
|
||||||
'odoo10-addon-document_page_approval',
|
'odoo10-addon-document_page_approval',
|
||||||
'odoo10-addon-document_page_partner_id',
|
'odoo10-addon-document_page_partner_id',
|
||||||
|
1
setup/attachment_preview/odoo/__init__.py
Normal file
1
setup/attachment_preview/odoo/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
1
setup/attachment_preview/odoo/addons/__init__.py
Normal file
1
setup/attachment_preview/odoo/addons/__init__.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
1
setup/attachment_preview/odoo/addons/attachment_preview
Symbolic link
1
setup/attachment_preview/odoo/addons/attachment_preview
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../../../../attachment_preview
|
6
setup/attachment_preview/setup.py
Normal file
6
setup/attachment_preview/setup.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user