[ADD] hr_holidays_public_project_timesheet_holidays - #261
Conversation
vvrossem
left a comment
There was a problem hiding this comment.
I'd prepend # Copyright 2026 Camptocamp SA to .py files
ivantodorovich
left a comment
There was a problem hiding this comment.
LG
Since it's already approved, could you squash the fixup commits so they don't get merged like this by mistake 🙏🏻 ?
| employees_by_partner = defaultdict(lambda: self.env["hr.employee"]) | ||
| for employee in employees: | ||
| employees_by_partner[employee.address_id.id] |= employee |
There was a problem hiding this comment.
| employees_by_partner = defaultdict(lambda: self.env["hr.employee"]) | |
| for employee in employees: | |
| employees_by_partner[employee.address_id.id] |= employee | |
| employees_by_partner = employees.grouped("address_id") |
💡 tip: not blocking, just sharing
|
This PR has the |
Glue module between hr_holidays_public and project_timesheet_holidays
5e03861 to
83761cd
Compare
|
/ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
@gurneyalex The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
@gurneyalex The merge process could not be finalized, because command |
Glue module between hr_holidays_public and project_timesheet_holidays