mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
[ADD] setup.py
This commit is contained in:
parent
887dd4b3d2
commit
3bd81f71dd
@ -1 +1 @@
|
|||||||
12.0.20200701.0
|
12.0.20200715.0
|
@ -8,6 +8,7 @@ setuptools.setup(
|
|||||||
description="Meta package for oca-knowledge Odoo addons",
|
description="Meta package for oca-knowledge Odoo addons",
|
||||||
version=version,
|
version=version,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
'odoo12-addon-attachment_preview',
|
||||||
'odoo12-addon-document_page',
|
'odoo12-addon-document_page',
|
||||||
'odoo12-addon-document_page_approval',
|
'odoo12-addon-document_page_approval',
|
||||||
'odoo12-addon-document_page_group',
|
'odoo12-addon-document_page_group',
|
||||||
|
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