mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-08-22 19:59:50 +00:00
fix: kwhtmltopdf_asset setup (#396)
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
# addons listed in this file are ignored by
|
|
||||||
# setuptools-odoo-make-default (one addon per line)
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
To learn more about this directory, please visit
|
|
||||||
https://pypi.python.org/pypi/setuptools-odoo
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../kwkhtmltopdf_assets
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user