Files
public/l10n_ru_contract_purchase/__manifest__.py

20 lines
752 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
'name': 'Российская локализация - Договоры Закупки',
'summary': """
Создание договоров, их видов и печать. Адаптация под модуль закупок
""",
'description': """
Создание договоров с клиентами и поставщиками. Адаптация под модуль закупок.
""",
'version': '19.0.1.0.0',
'sequence': 0,
'author': 'MK.Lab',
'website': 'https://www.inf-centre.ru/',
'depends': ['l10n_ru_contract_account', 'purchase'],
'data': [
'views/contract_customer_account_views.xml',
'views/purchase_order_views.xml',
],
'installable': True,
}