-
-
Notifications
You must be signed in to change notification settings - Fork 385
[18.0] [MIG] delivery_postlogistics: Migration to 18.0 #974
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
[18.0] [MIG] delivery_postlogistics: Migration to 18.0 #974
Conversation
Superseeds #940 |
98eb1c9
to
4d44284
Compare
hello @StephaneMangin
|
/ocabot migration delivery_postlogistics |
delivery_postlogistics/tests/fixtures/cassettes/test_token_error.yaml
Outdated
Show resolved
Hide resolved
delivery_postlogistics/tests/fixtures/cassettes/test_store_label.yaml
Outdated
Show resolved
Hide resolved
delivery_postlogistics/tests/fixtures/cassettes/test_store_label.yaml
Outdated
Show resolved
Hide resolved
delivery_postlogistics/tests/fixtures/cassettes/test_missing_language.yaml
Outdated
Show resolved
Hide resolved
delivery_postlogistics/tests/fixtures/cassettes/test_missing_language.yaml
Outdated
Show resolved
Hide resolved
Yes it is transitional, because these values are added in a dependency. Updating... |
3fe8f87
to
78c780f
Compare
0f171db
to
894894d
Compare
e9dc13c
to
0b24d58
Compare
"external_dependencies": { | ||
"python": [ | ||
"openupgradelib", | ||
"vcrpy", |
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.
@yankinmax vcrpy IS NOT a dep. It's needed only for tests.
Also, please try to respect the commit msg guidelines.
I'm fixing these issues now and merge. I'm also dropping the change on the index.html file.
TIP for devs: export SKIP=oca-gen-addon-readme
to disable pre-commit readme update.
@leemannd commit msg issue applies to you as well 😉
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.
Hello @simahawk, I've added vcrpy, because another PR build was failing without this dependency.
I'll check the commit message guideline. I thought I was respecting it.
Thanks for your help on this.
I'm also removing the fix for test dep because it came from the other PR for postlogistics. 10676c6 |
Avoid loss when several unchained modules implements new behaviors in it.
Package type should be required attribute to be sent to the PostLogistics API.
fb1f316
to
849b999
Compare
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
@simahawk your merge command was aborted due to failed check(s), which you can inspect on this commit of 18.0-ocabot-merge-pr-974-by-simahawk-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
@simahawk your merge command was aborted due to failed check(s), which you can inspect on this commit of 18.0-ocabot-merge-pr-974-by-simahawk-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
Sounds like there's an issue w/ a PO file. @leemannd or @bizzappdev (as you are working on #941 ) would you be able to check what's wrong? |
@simahawk yes sure we will check soon |
… updated stock picking.
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at ce999a8. Thanks a lot for contributing to OCA. ❤️ |
Includes:
postlogistics_send_shipping
requirements (Using ECO default shipping pricing)Depends on:
Due to some modules overrding the web service and as this implementation doesn't allow to properly chain modules (that could not be chained). An API refactoring has occur to allow to override from the picking instead of the webservice (some prepare methods)