-
-
Notifications
You must be signed in to change notification settings - Fork 366
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][MIG] delivery_purchase: Migration to version 16.0 #755
Conversation
Hi @glitchov The problem are with test test_put_in_pack_from_pick_with_wizard and test_put_in_pack_from_pick_without_wizard.
After this, in both test when is trying to get pick_move = ship_move.move_orig_ids[0], move_orig_ids got a list index out of range,could you please check it? Thanks!! @pedrobaeza do yo have any idea where this issue came from? |
Is the same problem without having this module? |
Check now, if I comment both test it is working, so the problem is this improvement added on stock_picking_delivery_link 9c37fc2 |
No, that's not the proof. Your module may be impacting on the other. You have to make a dummy PR without noticeable changes to see if CI is red. If it's green, then the module being added here is impacting the other. |
33f63fd
to
8f205c6
Compare
Can you continue with this migration? |
8f205c6
to
512478d
Compare
aa153f6
to
512478d
Compare
/ocabot migration delivery_purchase |
e655420
to
bae852d
Compare
bae852d
to
77b9904
Compare
Co-authored-by: Pedro M. Baeza <pedro.baeza@gmail.com> Co-authored-by: cubells <vicent@vcubells.net> [UPD] Update delivery_purchase.pot
Auto-create (delivery) order lines when picking are marked as done TT45656
…rchase order header In v13 it already appeared in the header, and in v14 by mistake it had been moved to the "Other information" tab because that was where the company_id field was currently located. The carrier price is now hidden if there is no carrier set (to avoid confusion). TT45656
If we have a delivery price of 10 on the order, it is expected to show 10 on the picking (without needing to be set to that amount when set the picking as done). TT45656
…n tests of other modules TT45656
TT46563 Co-authored-by: carolinafernandez-tecnativa
77b9904
to
33acd53
Compare
@victoralmau @carolinafernandez-tecnativa the other patch seems still not enough |
Avoid test errors if the purchase module is installed Related to OCA@9924c78 Similar to OCA@3cce9bb TT46563
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.
/ocabot merge nobump
This PR has the |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 79dc451. Thanks a lot for contributing to OCA. ❤️ |
@Tecnativa
TT46563
@pedrobaeza @victoralmau