Commit Graph

6 Commits

Author SHA1 Message Date
Jared Kipe
14ce451d2e [MIG] hr_payroll_timesheet: to Odoo 15.0 2021-10-07 09:48:54 -07:00
Jared Kipe
3617188ff8 [FIX] hr_payroll_timesheet: Fixes for a database that has gone through multiple Odoo Upgrades
Init will run on install, even if the module existed in the prior version.  Because these init scripts are intended to clear (and maybe even re-name back on actual init of data), records we should be more generic with the intended name.

Additionally, if your database already had `hr_payroll_timesheet` based 'TS' work entry codes, then we cannot delete it if it is used on records like payslips (as a work type).  Delete the link to simply stop using the old record, but leave it behind to keep it working.
2021-10-07 16:42:26 +00:00
Jared Kipe
1289bbc5b0 [IMP] hr_payroll_timesheet: require hr_timesheet_work_type and use the timesheet's specififed work entry type 2021-10-07 16:42:25 +00:00
Jared Kipe
54747eefff [IMP] hr_payroll_timesheet: Migration script for 13 2021-10-07 16:42:25 +00:00
Jared Kipe
d1a849688f Initial commit of *new* hr_payroll_timesheet and hr_payroll_timesheet_old for 11.0 2021-10-07 16:42:25 +00:00
Jared Kipe
ca0bf33ee4 Adding all from 11.0 https://github.com/hibou-io/odoo-hr-payroll
hr_payroll_holidays
hr_payroll_input_name_report
hr_payroll_input_report
hr_payroll_payment
hr_payroll_timesheet
hr_payslip_line_date
l10n_us_fl_hr_payroll
l10n_us_hr_payroll
l10n_us_mo_hr_payroll
l10n_us_oh_hr_payroll
l10n_us_va_hr_payroll
2021-10-07 16:42:25 +00:00