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