commit
9a18f9ebe9
|
@ -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": [
|
||||
|
|
|
@ -16,5 +16,4 @@
|
|||
],
|
||||
"demo": ["demo/report.xml"],
|
||||
"installable": True,
|
||||
"external_dependencies": {"python": ["PyPDF2"]},
|
||||
}
|
||||
|
|
|
@ -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"],
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# generated from manifests external_dependencies
|
||||
cryptography
|
||||
endesive
|
||||
lxml
|
||||
py3o.formats
|
||||
py3o.template
|
||||
PyPDF2
|
||||
xlrd
|
||||
xlsxwriter
|
||||
|
|
Loading…
Reference in New Issue