Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC

This commit is contained in:
CI Publish Bot
2026-05-31 21:19:21 +00:00
commit aa4214c195
1213 changed files with 183945 additions and 0 deletions

View File

@ -0,0 +1,31 @@
{
"name": "DOCX report generation",
"summary": """Printing reports in docx format from docx templates.""",
"description": """
Adds generation reports from .docx templates like standard Odoo reports
with qweb templates. Standard Odoo reports also available.
For generating .pdf from .docx external service the "Gotenberg" is used,
and it required module for integration with this service: "gotenberg".
If integration module "gotenberg" is absent, or service itself unreachable
there will be only reports in docx format.
This is the beta version, bugs may be present.
""",
"author": "RYDLAB",
"website": "https://rydlab.ru",
"category": "Technical",
"version": "19.0.2025.11.11",
"license": "LGPL-3",
"depends": ["base", "web", "custom_report_field"],
"external_dependencies": {"python": ["docxcompose", "docxtpl", "bs4"]},
"data": [
"views/ir_actions_report_views.xml",
],
"assets": {
"web.assets_backend": [
"docx_report_generation/static/src/css/mimetypes.css",
"docx_report_generation/static/src/js/action_manager_report.js",
],
},
"images": ["static/description/banner.jpg"],
}