Skip to content

Commit 965e604

Browse files
authored
Update res_config_settings.p.py
1 parent b3de75c commit 965e604

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

record_keeping_project/models/res_config_settings.p.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class RecordKeepingSettings(models.TransientModel):
3636

3737
task_default_automatic_matter_connection = fields.Boolean(
3838
string="Automatic Matter Connection",
39-
config_parameter="record_keeping.project_task_default_automatic_matter_>
40-
help='Automaticly creates a connection to a sale order matter on a proj>
39+
config_parameter="record_keeping.project_task_default_automatic_matter_connection",
40+
help='Automaticly creates a connection to a sale order matter on a project.',
4141
)
42+

0 commit comments

Comments
 (0)