report_py3o_fusion_server: add deb external dependencies

pull/696/head
Stéphane Bidoul 2022-02-21 17:25:49 +01:00 committed by Alexis de Lattre
parent 6bcb90a54d
commit 1186fe4ed7
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/reporting-engine",
"depends": ["report_py3o"],
"external_dependencies": {"python": ["py3o.template", "py3o.formats"]},
"external_dependencies": {
"python": ["py3o.template", "py3o.formats"],
"deb": ["libreoffice"],
},
"demo": ["demo/report_py3o.xml", "demo/py3o_pdf_options.xml"],
"data": [
"views/ir_actions_report.xml",