diff --git a/beesdoo_shift/data/mail_template.xml b/beesdoo_shift/data/mail_template.xml index e9711e9..09fb296 100644 --- a/beesdoo_shift/data/mail_template.xml +++ b/beesdoo_shift/data/mail_template.xml @@ -40,7 +40,7 @@

Your status have been updated to "${object.worker_id.state}".

If you have any question regarding this non-attendance, feel free to contact us.

-
+

Sustainably yours,

${object.worker_id.company_id.name}.

diff --git a/beesdoo_shift/models/res_config.py b/beesdoo_shift/models/res_config.py index 576b8ee..fa2695c 100644 --- a/beesdoo_shift/models/res_config.py +++ b/beesdoo_shift/models/res_config.py @@ -13,7 +13,7 @@ class ShiftConfigSettings(models.TransientModel): default_task_type_id = fields.Many2one( "beesdoo.shift.type", string="Default Task Type", - help="Default task type for shifts added on an attendance sheet.", + help="Default task type for attendance sheet pre-filling.", ) @api.multi diff --git a/beesdoo_shift/views/attendance_sheet_admin.xml b/beesdoo_shift/views/attendance_sheet_admin.xml index 6fc6df2..143d1ac 100644 --- a/beesdoo_shift/views/attendance_sheet_admin.xml +++ b/beesdoo_shift/views/attendance_sheet_admin.xml @@ -1,14 +1,4 @@ -