mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
report_py3o_fusion_server: add deb external dependencies
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user