Public release from ruodoo-project: 19.0 - 2026-05-10 21:19:01 UTC
This commit is contained in:
36
mklab_project_task_indicators/__manifest__.py
Normal file
36
mklab_project_task_indicators/__manifest__.py
Normal 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',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user