L10n_ru/l10n_ru_base/__manifest__.py

30 lines
1.2 KiB
Python
Raw 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.

# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Российская локализация - Базовый",
"author": "MK.Lab,RuDoo",
"website": "https://inf-centre.ru/",
"icon": "/account/static/description/l10n.png",
"countries": ["ru"],
"version": "17.0.2.0.0",
"description": """
Российская локализация
========================
Российская локализация предоставляет основные отчеты и печатные формы.
Данный модуль позволяет включать/выключать модули поставки "Российская локализация".
Для активации модулей:
- Перейдите в меню 'Настройки'.
- В боковом меню выберите 'Основные настройки'.
- Найдите блок "Настройте модули Российской локализации".
- Включите необходимые модули.
""",
"category": "Accounting/Localizations",
"depends": ["base_setup"],
"data": [
"views/res_config_settings_views.xml",
],
"license": "LGPL-3",
}