@ -40,7 +40,7 @@
<br/><br/>Your status have been updated to "${object.worker_id.state}".
<br/><br/>If you have any question regarding this non-attendance, feel free to contact us.
</p>
</br>
<br/>
<p>Sustainably yours,</p>
<p>${object.worker_id.company_id.name}.</p>
@ -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
@ -1,14 +1,4 @@
<odoo>
<!--
<record model="ir.ui.view" id="sheet_view_search">
<field name="name">Attendance Sheet Search</field>
<field name="model">beesdoo.shift.sheet</field>
<field name="arch" type="xml">
<search>
</search>
</field>
</record>
-->
<act_window id="action_sheet_admin_non_validated"
name="Non-validated sheets"