mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
fix: kwhtmltopdf_asset setup (#396)
This commit is contained in:
co-authored by
GitHub
parent
91e8999b5c
commit
05d111f7c1
@@ -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