[ADD] setup.py

This commit is contained in:
OCA-git-bot 2020-07-15 08:13:09 +00:00
parent 887dd4b3d2
commit 3bd81f71dd
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20200701.0
12.0.20200715.0

View File

@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-knowledge Odoo addons",
version=version,
install_requires=[
'odoo12-addon-attachment_preview',
'odoo12-addon-document_page',
'odoo12-addon-document_page_approval',
'odoo12-addon-document_page_group',

View File

@ -0,0 +1 @@
../../../../attachment_preview

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)