Files
public/ruodoo_setup_all/__manifest__.py

26 lines
753 B
Python

# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Базовый модуль для автоматическое установки необходимых модулей",
"author": "MK.Lab",
"website": "https://inf-centre.ru/",
"version": "17.0.1.0.0",
"depends": [
"account_bank_statement_1c_import",
"base_tier_validation",
"base_user_role",
"l10n_ru_doc",
"l10n_ru_act_rev",
"l10n_ru_advance_payments",
"l10n_ru_attorney",
"l10n_ru_contract",
"l10n_ru_upd_xml",
"translation_helper",
"crm",
"project",
"point_of_sale"
],
'post_init_hook': 'post_init_hook',
"license": "LGPL-3",
}