Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC

This commit is contained in:
CI Publish Bot
2026-05-10 21:19:11 +00:00
commit cbf9e6e6d6
1213 changed files with 183945 additions and 0 deletions

View File

@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-
{
'name': "Слои показателей для задач проектов",
'summary': """
Слои показателей для задач модуля project""",
'description': """
Слои показателей для задач модуля project
""",
'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.14',
# any module necessary for this one to work correctly
'depends': ['base', 'mklab_base_indicators', 'project'],
# always loaded
'data': [
'views/project_task_views.xml',
'reports/action.xml',
'reports/template.xml'
],
'demo': [
'demo/demo.xml',
],
'test': [
'tests/test_project_task.py',
],
}