[19.0][MIG] hr_timesheet_portal: Migration to 19.0#878
Open
[19.0][MIG] hr_timesheet_portal: Migration to 19.0#878
Conversation
Currently translated at 100.0% (4 of 4 strings) Translation: timesheet-12.0/timesheet-12.0-hr_timesheet_portal Translate-URL: https://translation.odoo-community.org/projects/timesheet-12-0/timesheet-12-0-hr_timesheet_portal/it/
Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
Add USAGE.md and screenshots to improve documentation. Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
…syntax - Add inheritance from group_hr_timesheet_portal to base.group_system. - Update security XML and record rules to Odoo 18 Command syntax. Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
- Migrate group categorization to res.groups.privilege model - Update res.users field reference from groups_id to group_ids - Update domain syntax to Odoo 19 format - Fix template xpath expressions to match upstream changes - Update documentation to reflect new UI configuration options Signed-off-by: Manuel Fombuena <mfombuena@innovara.tech>
alexey-pelykh
approved these changes
Feb 28, 2026
Contributor
alexey-pelykh
left a comment
There was a problem hiding this comment.
Nice, clean 19.0 migration. CI all green. LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR migrates
hr_timesheet_portalto 19.0.Changes Made
Security Model Updates:
category_idfield onres.groupsto the newres.groups.privilegemodel, which is the standard approach in Odoo 19.0Field and Domain Updates:
group_idsinstead of the removedgroups_idfield onres.users%(...)sto%(...)dfor XML ID reference formatting=tointo query the Many2many relationshipTemplate Fixes:
show_portal_timesheetscondition to match upstream template changes inhr_timesheet.portal_my_taskDocumentation Updates:
These changes ensure the module functions correctly in Odoo 19.0 while maintaining backward compatibility in behavior and user experience.
@hbrunn @CRogos @yannoliv @BhaveshHeliconia your feedback would be really appreciated as always.