-
-
Notifications
You must be signed in to change notification settings - Fork 61
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][IMP]product_attribute_set: Improve write on category #125
[13.0][IMP]product_attribute_set: Improve write on category #125
Conversation
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 👍🏼 , not sure why precommit fails, seems to be something with the configuration. Maybe
odoo-pim/.pre-commit-config.yaml
Line 108 in 25b1276
- repo: https://gitlab.com/pycqa/flake8 |
0230046
to
65b17f5
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.
Functional review 👍 Code also LGTM!
65b17f5
to
9b9e96d
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Hi @rousseldenis can we reopen this and get it merged? It's a minor improvement 😄 |
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.
Seems great. It should be great to add tests in this module.
Sure, I'll add them and let you know when it is ready to merge ! |
Adds the option of writing on many categories at the same time.
9b9e96d
to
03e40ea
Compare
@rousseldenis done! 👍🏽 |
This PR has the |
@GuillemCForgeFlow Have you seen that this has been adressed differently in v14 ? |
I see, but what I'm improving here also is writing on multiple products with one call (not done in v14). Not only the fact that the write method accepts a multi-record call. If you both agree, maybe we should merge this and forward port these changes to the following versions. WDYT? |
It looks like the ideal solution, indeed |
/ocabot merge minor |
@GuillemCForgeFlow You take care of forwardports ? |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 8616b9a. Thanks a lot for contributing to OCA. ❤️ |
Sure! |
Adds the option of writing on many categories at the same time.
cc @ForgeFlow