Merge PR #750 into 13.0

Signed-off-by moylop260
pull/754/head
OCA-git-bot 2023-04-12 01:43:09 +00:00
commit 9a18f9ebe9
5 changed files with 1 additions and 12 deletions

View File

@ -11,7 +11,7 @@
"website": "https://github.com/OCA/reporting-engine",
"depends": ["web"],
"external_dependencies": {
"python": ["py3o.template", "py3o.formats", "PyPDF2"],
"python": ["py3o.template", "py3o.formats"],
"deb": ["libreoffice"],
},
"data": [

View File

@ -16,5 +16,4 @@
],
"demo": ["demo/report.xml"],
"installable": True,
"external_dependencies": {"python": ["PyPDF2"]},
}

View File

@ -9,7 +9,6 @@
"version": "13.0.1.1.0",
"development_status": "Production/Stable",
"license": "AGPL-3",
"external_dependencies": {"python": ["xlsxwriter", "xlrd"]},
"depends": ["base", "web"],
"data": ["views/webclient_templates.xml"],
"demo": ["demo/report.xml"],

View File

@ -20,10 +20,5 @@
"demo/report.xml", # register report in the system
"demo/demo_report.xml", # report body definition
],
"external_dependencies": {
"python": [ # Python third party libraries required for module
"lxml" # XML and HTML with Python
]
},
"post_init_hook": "post_init_hook",
}

View File

@ -1,9 +1,5 @@
# generated from manifests external_dependencies
cryptography
endesive
lxml
py3o.formats
py3o.template
PyPDF2
xlrd
xlsxwriter