Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
25
ruodoo_setup_all/__manifest__.py
Normal file
25
ruodoo_setup_all/__manifest__.py
Normal file
@ -0,0 +1,25 @@
|
||||
# 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",
|
||||
}
|
||||
Reference in New Issue
Block a user