Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
29
report_py3o/__manifest__.py
Normal file
29
report_py3o/__manifest__.py
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2013 XCG Consulting (http://odoo.consulting)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Py3o Report Engine",
|
||||
"summary": "Reporting engine based on Libreoffice (ODT -> ODT, "
|
||||
"ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)",
|
||||
"version": "18.0.1.0.1",
|
||||
"category": "Reporting",
|
||||
"license": "AGPL-3",
|
||||
"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"],
|
||||
"deb": ["libreoffice"],
|
||||
},
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"report_py3o/static/src/js/py3oactionservice.esm.js",
|
||||
],
|
||||
},
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/py3o_template.xml",
|
||||
"views/ir_actions_report.xml",
|
||||
"demo/report_py3o.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user