-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
[16.0][BC] base_delivery_carrier_label: remove _set_a_default_package #853
[16.0][BC] base_delivery_carrier_label: remove _set_a_default_package #853
Conversation
This functionality adds a burden on other modules tests like (delivery_package_fee or delivery_package_number). In some context, you want to require a package to always explicitly created. This functionality is also now implemented in delivery_automatic_package.
@rousseldenis please have a look. It remplace #643 |
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 please port this to 17
@hparfr Could you fix also roulier module here ? |
@rousseldenis is it possible to |
I think so |
Because, base_delivery_carrier_label do not create packs automatically anymore, we have to create a pack in delivery_roulier_tests Delivery roulier still can't work without pack. Also, add myself as a maintainer of the module.
@rousseldenis |
@rousseldenis is it ok for you to merge this PR ? |
@rousseldenis I'm waiting your feedback here. |
/ocabot merge major |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 025b059. Thanks a lot for contributing to OCA. ❤️ |
This functionality adds a burden on other modules tests like (delivery_package_fee or delivery_package_number).
In some contexts, you want to require a package to be always explicitly created.
This functionality is also now implemented in
delivery_automatic_package
module.To be merged with
major
EDIT:
Contains and replace:
This PR remove set_a_default_package from base_delivery_carrier_label.Tests are red because it needs some changes in delivery_roulier #855
And tests in #855 are also red because it needs this PR.