mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_py3o: Add external dependencies
This commit is contained in:
committed by
Olga Marco
parent
1a776c19ad
commit
d4642fc7b3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user