52 lines
1.4 KiB
Python
52 lines
1.4 KiB
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Russia - Documents",
|
|
|
|
'summary': "Первичные документы",
|
|
|
|
'description': """
|
|
The module for print documents in accordance laws of Russia.
|
|
============================================================
|
|
Возможности:
|
|
* Товарная накладная (ТОРГ-12)
|
|
* Счет на оплату
|
|
* Счет-фактура
|
|
* Акт выполненных работ
|
|
* Вывод подписей и печати
|
|
""",
|
|
|
|
'author': "CodUP and MKLab",
|
|
'website': "https://inf-centre.ru",
|
|
|
|
'license': 'AGPL-3',
|
|
'category': 'Localization',
|
|
'version': '17.0.2024.06.28',
|
|
|
|
'depends': ['base','sale','account','sale_stock','uom'],
|
|
|
|
'external_dependencies': {'python' : ['pytils']},
|
|
|
|
'data': [
|
|
'views/account_invoice_view.xml',
|
|
'views/res_partner_view.xml',
|
|
'views/res_company_view.xml',
|
|
'views/res_users_view.xml',
|
|
'views/res_bank_view.xml',
|
|
'views/uom.xml',
|
|
'views/tax.xml',
|
|
'views/product.xml',
|
|
'views/l10n_ru_doc_data.xml',
|
|
'report/l10n_ru_doc_report.xml',
|
|
'report/report_order.xml',
|
|
'report/report_invoice.xml',
|
|
'report/report_bill.xml',
|
|
'report/report_act.xml',
|
|
'report/report_upd.xml',
|
|
'report/report_updn.xml',
|
|
],
|
|
|
|
'demo': [
|
|
'demo/l10n_ru_doc_demo.xml',
|
|
],
|
|
}
|