bemade_fsm: propagate assignees to false by default.
This commit is contained in:
parent
95d2ce5274
commit
81cfdfa39d
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
########################################################################################
|
########################################################################################
|
||||||
{
|
{
|
||||||
'name': 'Improved Field Service Management',
|
'name': 'Improved Field Service Management',
|
||||||
'version': '15.0.1.0.5',
|
'version': '15.0.1.0.6',
|
||||||
'summary': 'Adds functionality necessary for managing field service operations at Durpro.',
|
'summary': 'Adds functionality necessary for managing field service operations at Durpro.',
|
||||||
'description': 'Adds functionality necessary for managing field service operations at Durpro.',
|
'description': 'Adds functionality necessary for managing field service operations at Durpro.',
|
||||||
'category': 'Services/Field Service',
|
'category': 'Services/Field Service',
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@ class Task(models.Model):
|
||||||
propagate_assignment = fields.Boolean(
|
propagate_assignment = fields.Boolean(
|
||||||
string='Propagate Assignment',
|
string='Propagate Assignment',
|
||||||
help='Propagate assignment of this task to all subtasks.',
|
help='Propagate assignment of this task to all subtasks.',
|
||||||
default=True,
|
default=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
@api.model_create_multi
|
@api.model_create_multi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue