From d4642fc7b3fd5c268ba538815425fbd02403bf9d Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Tue, 19 Apr 2022 11:22:43 +0200 Subject: [PATCH] [IMP] report_py3o: Add external dependencies --- report_py3o/__manifest__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/report_py3o/__manifest__.py b/report_py3o/__manifest__.py index 5f35b7846..ddcbfc59b 100644 --- a/report_py3o/__manifest__.py +++ b/report_py3o/__manifest__.py @@ -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",