docx_report_generation/__manifest__.py

18 lines
457 B
Python
Raw Normal View History

2018-11-08 17:16:01 +05:00
# -*- coding: utf-8 -*-
{
"name": "DOCX report",
2019-12-17 09:53:47 +05:00
"summary": """
Print docx report from docx template""",
"description": """""",
2019-12-17 09:53:47 +05:00
"author": "RYDLAB",
"website": "http://rydlab.ru",
"category": "Technical",
"version": "0.0.1",
"depends": ["base"],
2021-05-06 18:53:42 +05:00
"external_dependencies": {"python": ["docxtpl", "num2words"]},
2019-12-17 09:53:47 +05:00
"data": [
2020-01-14 11:30:22 +05:00
"data/assets_extension.xml",
"views/ir_actions_report_views.xml",
2018-11-08 17:16:01 +05:00
],
}