-
-
Notifications
You must be signed in to change notification settings - Fork 715
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
[17.0][IMP] product_main_supplierinfo: replace _get_sellers
by std _get_filtered_sellers
method
#1812
[17.0][IMP] product_main_supplierinfo: replace _get_sellers
by std _get_filtered_sellers
method
#1812
Conversation
e55e12a
to
c0e47f7
Compare
_get_sellers
by std _get_filtered_sellers
method_get_sellers
by std _get_filtered_sellers
method
c0e47f7
to
d797363
Compare
Hi @xaviedoanhduy , thanks for the followup! I took your commit to replace mine here (to preserve co-authorship). |
Seems promising! |
…ed_sellers' Co-authored-by: Do Anh Duy <[email protected]>
d797363
to
b76052f
Compare
hi @sebalix, changed according to your suggestion. |
@xaviedoanhduy thank you for the update, it looks good. I cannot review my own PR but I approve your changes. |
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at d4582ae. Thanks a lot for contributing to OCA. ❤️ |
Starting from v15, Odoo proposes the
_get_filtered_sellers
method that could be re-used to get sellers.