Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bealdav committed Aug 30, 2024
1 parent 982f9f9 commit e95490c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion hr_timesheet_sheet_quick_add/models/users.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from odoo import _, fields, models

TASK_DAYS_HELP=_("Horizon from which we search for the tasks on which we have entered timesheets")
TASK_DAYS_HELP = _(
"Horizon from which we search for the tasks on which we have entered timesheets"
)


class ResUsers(models.Model):
Expand Down
2 changes: 1 addition & 1 deletion hr_timesheet_sheet_quick_add/views/users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<field name="inherit_id" ref="base.view_users_form_simple_modif" />
<field name="arch" type="xml">
<field name="email" position="after">
<field name="last_tasks_days"/>
<field name="last_tasks_days" />
</field>
</field>
</record>
Expand Down

0 comments on commit e95490c

Please sign in to comment.