[IMP] report_py3o: Add external dependencies

This commit is contained in:
Enric Tobella
2022-04-19 11:22:43 +02:00
committed by Olga Marco
parent 1a776c19ad
commit d4642fc7b3

View File

@@ -10,7 +10,10 @@
"author": "XCG Consulting," "ACSONE SA/NV," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/reporting-engine",
"depends": ["web"],
"external_dependencies": {"python": ["py3o.template", "py3o.formats", "PyPDF2"]},
"external_dependencies": {
"python": ["py3o.template", "py3o.formats", "PyPDF2"],
"deb": ["libreoffice"],
},
"data": [
"security/ir.model.access.csv",
"views/menu.xml",