Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
31
docx_report_generation/__manifest__.py
Normal file
31
docx_report_generation/__manifest__.py
Normal 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user