2018-11-08 17:16:01 +05:00
|
|
|
{
|
2021-05-21 04:25:00 +04:00
|
|
|
"name": "DOCX report",
|
2019-12-17 09:53:47 +05:00
|
|
|
"summary": """
|
2021-05-21 04:25:00 +04:00
|
|
|
Print docx report from docx template""",
|
|
|
|
"description": """""",
|
2019-12-17 09:53:47 +05:00
|
|
|
"author": "RYDLAB",
|
|
|
|
"website": "http://rydlab.ru",
|
2021-05-21 04:25:00 +04:00
|
|
|
"category": "Technical",
|
|
|
|
"version": "0.0.1",
|
2021-07-16 19:57:13 +04:00
|
|
|
"depends": ["base", "web"],
|
|
|
|
"external_dependencies": {"python": ["docxcompose", "docxtpl"]},
|
2019-12-17 09:53:47 +05:00
|
|
|
"data": [
|
2021-07-16 19:57:13 +04:00
|
|
|
"views/assets.xml",
|
2021-05-21 04:25:00 +04:00
|
|
|
"views/ir_actions_report_views.xml",
|
2018-11-08 17:16:01 +05:00
|
|
|
],
|
|
|
|
}
|