Skip to content

[19.0] [MIG] hr_personal_equipment_request: Migration to 19.0#1530

Open
BhaveshHeliconia wants to merge 36 commits into
OCA:19.0from
HeliconiaIO:19.0-mig-hr_personal_equipment_request
Open

[19.0] [MIG] hr_personal_equipment_request: Migration to 19.0#1530
BhaveshHeliconia wants to merge 36 commits into
OCA:19.0from
HeliconiaIO:19.0-mig-hr_personal_equipment_request

Conversation

@BhaveshHeliconia
Copy link
Copy Markdown
Contributor

No description provided.

@percevaq
Copy link
Copy Markdown

percevaq commented Feb 2, 2026

LGTM

@BhaveshHeliconia
Copy link
Copy Markdown
Contributor Author

@percevaq Thanks for reviewing the PR. However, comments alone don’t mark the PR as approved. To approve it, please go to the Files changed tab, click the green Review changes button, select Approve if everything looks fine, and then submit. That’s the process to approve a PR.

Copy link
Copy Markdown
Contributor

@alexey-pelykh alexey-pelykh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the migration! Code review looks clean — the allocation workflow states, security rules, and views all carry over properly to 19.0. LGTM

albariera and others added 24 commits March 13, 2026 09:43
Currently translated at 98.7% (81 of 82 strings)

Translation: hr-14.0/hr-14.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_personal_equipment_request/es/
Currently translated at 98.7% (81 of 82 strings)

Translation: hr-14.0/hr-14.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_personal_equipment_request/es/
Currently translated at 98.7% (81 of 82 strings)

Translation: hr-14.0/hr-14.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_personal_equipment_request/es/
Currently translated at 98.7% (81 of 82 strings)

Translation: hr-14.0/hr-14.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-14-0/hr-14-0-hr_personal_equipment_request/es/
Currently translated at 30.0% (24 of 80 strings)

Translation: hr-15.0/hr-15.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-15-0/hr-15-0-hr_personal_equipment_request/pt_BR/
Currently translated at 100.0% (75 of 75 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/it/
Currently translated at 100.0% (75 of 75 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/it/
Currently translated at 100.0% (75 of 75 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/it/
Currently translated at 98.6% (75 of 76 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/it/
Currently translated at 100.0% (76 of 76 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/it/
Currently translated at 100.0% (76 of 76 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/it/
Ivorra78 and others added 11 commits March 13, 2026 09:43
Currently translated at 100.0% (76 of 76 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/es/
Currently translated at 100.0% (76 of 76 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/it/
Currently translated at 100.0% (76 of 76 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/it/
Currently translated at 100.0% (76 of 76 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/es/
Currently translated at 100.0% (76 of 76 strings)

Translation: hr-16.0/hr-16.0-hr_personal_equipment_request
Translate-URL: https://translation.odoo-community.org/projects/hr-16-0/hr-16-0-hr_personal_equipment_request/es/
@BhaveshHeliconia BhaveshHeliconia force-pushed the 19.0-mig-hr_personal_equipment_request branch from 9f7c1e5 to 35de3dd Compare March 13, 2026 04:13
Copy link
Copy Markdown

@WesleyOliveira98 WesleyOliveira98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@marcelsavegnago marcelsavegnago left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcelsavegnago
Copy link
Copy Markdown
Member

ping @etobella

}
}

domain = []
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this domain could be handled directly inside the view. that would be cleaner....

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have refactored the dynamic domain filtering for product_uom_id following Odoo 19.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but onchange are not required, it is better to use compute and handle the domain directly in the view

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I've replaced the onchange method with a stored, editable compute field and updated the unit tests.

@BhaveshHeliconia BhaveshHeliconia force-pushed the 19.0-mig-hr_personal_equipment_request branch from 35de3dd to fbbbe90 Compare June 2, 2026 04:10
@OCA-git-bot OCA-git-bot added series:19.0 mod:hr_personal_equipment_request Module hr_personal_equipment_request labels Jun 2, 2026
@BhaveshHeliconia BhaveshHeliconia force-pushed the 19.0-mig-hr_personal_equipment_request branch from fbbbe90 to c060a42 Compare June 2, 2026 07:12
@BhaveshHeliconia BhaveshHeliconia requested a review from etobella June 3, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.