-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[13.0] [MIG] fieldservice_skill #602
Conversation
Hi @max3903, @osi-scampbell, |
68a2371
to
10c7db9
Compare
10c7db9
to
fcf3b3d
Compare
@brian10048 I don't think we need a migration script because it has same model name "hr.skill" So we are safe. |
Closed my PR, I missed that this was already open. Same questions as before. The dependency hr_skill from OCA/hr has been changed to hr_skills from odoo/odoo. The old module had a color field on hr.skill model, while the new one does not. Does this need to be added back in? The Usage file indicates that the worker list on fsm.order will be filtered by worker skill (as well as location) but there's no functionality to filter by worker skill in the v12 module. Should this be added in? |
🚨 Red build! |
fcf3b3d
to
9b56182
Compare
@RLeeOSI I saw your PR at brian10048#16, but I wonder if we should modify the v12 behavior to instead open the Skill Type view as it provides a more complete overview of default skills configuration like I recently updated here. After looking at this more, I wonder if we should update the I don't mind making the changes, just want to make sure we are all on the same page first. @dreispt @murtuzasaleh Let me know what you guys think as well |
@brian10048 I agree, it looks like the Odoo module intends to use hr.skill.type as the main model for skills (hence why there's a menuitem for it and not hr.skill). @max3903 and @osi-scampbell your input here would be greatly appreciated, and on the earlier comment here |
Yes
Yes |
33e3057
to
7d51af5
Compare
@brian10048 Lint checks are failing. |
4ae4a1b
to
a885850
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. LG 👍
6d5d10e
to
5482402
Compare
@brian10048 Would you please fix this? |
5482402
to
087b2ed
Compare
Ready for final review @bodedra |
087b2ed
to
d9d4022
Compare
Adapted FSM Person Skills to mimic Odoo v13 behavior of Employee Skills. - Skill progress level instead of priority - Updated views on FSM Person form
d9d4022
to
fd662dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bodedra, we can thank Odoo for the design of the view. I just thought it should remain cohesive here! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It's really pretty. Congratulations.
This PR has the |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at a054c75. Thanks a lot for contributing to OCA. ❤️ |
Migrate fieldservice_skill to 13.0
For #354