docx_report_generation/__manifest__.py

24 lines
728 B
Python
Raw Normal View History

2018-11-08 17:16:01 +05:00
# -*- coding: utf-8 -*-
{
2019-12-17 09:53:47 +05:00
"name": "client_contracts",
"summary": """
2019-11-12 16:16:14 +05:00
Print forms for contracts with clients""",
2019-12-17 09:53:47 +05:00
"description": """
2018-11-08 17:16:01 +05:00
Module for storing and creating print forms for contracts with clients
""",
2019-12-17 09:53:47 +05:00
"author": "RYDLAB",
"website": "http://rydlab.ru",
"category": "Invoicing & Payments",
"version": "0.1.1",
"depends": ["base", "contacts", "l10n_ru_doc", "sale",],
"data": [
"security/ir.model.access.csv",
"views/res_partner_contract.xml",
2019-12-17 13:17:58 +05:00
"views/res_partner_contract_annex.xml",
2019-12-17 09:53:47 +05:00
"views/res_partner.xml",
"wizard/res_partner_contract_wizard.xml",
"data/fields_default.xml",
"data/payment_terms.xml",
2018-11-08 17:16:01 +05:00
],
}