bemade-addons/project_task_date_deadline_cascade_update/__manifest__.py

21 lines
615 B
Python
Raw Normal View History

2025-02-05 13:14:42 -05:00
{
'name': 'Project Task Date Deadline Cascade Update',
'version': '17.0.0.1',
'category': 'Project',
'summary': 'Automatically update child task deadlines when parent task deadline changes.',
'description': """
This module ensures that when a parent task's deadline is updated, all child tasks' deadlines are automatically updated to match.
""",
2025-02-06 10:19:48 -05:00
'author': 'Bemade',
'license': 'LGPL-3',
'website': 'https://www.bemade.org',
2025-02-05 16:13:34 -05:00
'depends': [
'project',
'project_enterprise'
],
2025-02-05 13:14:42 -05:00
'data': [
],
'installable': True,
'auto_install': False,
}