Files
public/mklab_base_indicators_extended/__manifest__.py

38 lines
1.2 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- coding: utf-8 -*-
{
'name': "Слои показателей - Смета",
'summary': """
Заготовленный блок показателей стоимостной сметы задач""",
'description': """
Модуль, добавляющий сквозные показатели, шаблоны показателей,
а также сводные отчеты по показателям в задачах проектов,
обеспечивая удобный и наглядный интерфейс для их анализа и редактирования.
""",
'author': "MK.Lab",
'website': "https://www.inf-centre.ru",
'category': 'Uncategorized',
'version': '19.0.2025.11.24',
'depends': ['base', 'mklab_project_task_indicators'],
'data': [
'security/ir.model.access.csv',
'data/data.xml',
'views/hg_templates.xml',
'views/hg_value.xml',
'views/project_task.xml',
'wizard/estimate_wizard.xml',
],
'demo': [
'demo/demo.xml',
],
'test': [
'tests/test_hg_templates.py',
'tests/test_estimate_wizard.py',
],
}