37 lines
1020 B
Python
37 lines
1020 B
Python
# -*- 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',
|
|
],
|
|
}
|