-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
[14.0][ADD] sale_coupon_free_shipping_default_product #236
[14.0][ADD] sale_coupon_free_shipping_default_product #236
Conversation
560b8a1
to
f48404f
Compare
"website": "https://github.com/OCA/sale-promotion", | ||
"license": "LGPL-3", | ||
"installable": True, | ||
"depends": ["sale_management", "stock", "coupon"], |
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.
Hi, thank you for your contribution @Chionne27.
Small change, i think there are unnecessary module dependencies. Could you please check?
I think that the only one needed is coupon
"depends": ["sale_management", "stock", "coupon"], | |
"depends": ["coupon"], |
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.
Oh thank you for the suggestion. Let me know if everything is ok
f48404f
to
b9f2e02
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.
Code review LGTM.
@Chionne27 Adding some test would be nice!
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 ok!
b9f2e02
to
51e08cc
Compare
51e08cc
to
4d1cbc1
Compare
Thank you @toita86 for the suggestion. Tests done |
Hi @pedrobaeza , this is the first OCA module from @Chionne27 :) What do you think? |
Sorry, the functional scope right now is out of what I can check, but merging being a new module and not detecting something weird in dependencies: /ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
@pedrobaeza thank you |
Congratulations, your PR was merged at b5caf02. Thanks a lot for contributing to OCA. ❤️ |
No description provided.