[MIG] hr_payroll_timesheet: to Odoo 15.0

This commit is contained in:
Jared Kipe
2021-10-07 09:48:54 -07:00
parent 3617188ff8
commit 14ce451d2e
4 changed files with 3 additions and 22 deletions

View File

@@ -10,6 +10,6 @@ def ts_payroll_pre_init_hook(cr):
from installing.
"""
cr.execute("UPDATE hr_work_entry_type "
"SET code = 'TS_OT-PRE-INSTALL-14' "
"SET code = 'TS_OT-PRE-INSTALL-15' "
"WHERE code = 'TS_OT';"
)