Public release from ruodoo-project: 19.0 - 2026-09-20 21:17:41 UTC

This commit is contained in:
CI Publish Bot
2026-09-20 21:17:50 +00:00
commit ebd298dbf0
1234 changed files with 187334 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
# -*- coding: utf-8 -*-
{
'name': "Слои показателей - Базовый модуль",
'summary': """
Базовые компоненты реализации слоев показателей""",
'description': """
Базовые компоненты реализации слоев показателей
""",
'author': "MK.Lab",
'website': "https://www.inf-centre.ru",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/16.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
'category': 'Uncategorized',
'version': '19.0.2025.11.17',
'license': 'LGPL-3',
# any module necessary for this one to work correctly
'depends': ['base'],
# always loaded
'data': [
'security/res_groups.xml',
'security/ir.model.access.csv',
'views/views.xml',
],
'demo': [
'demo/demo.xml',
],
'test': [
'tests/test_hg_index_code.py',
'tests/test_hg_node.py',
'tests/test_hg_index.py',
'tests/test_hg_value.py',
'tests/test_hg_link.py',
'tests/test_hg_mixin.py',
],
}