-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
[7.0] sale_exception_nostock tests fail #37
Labels
Comments
I've used git bisect to find which commit in OCB causes the failure. It turns out it is 5d795c4 which changed the date of a delivery order generated by a SO from |
I'll try to come up with a version of the test working in both branches. |
Thanks for investigating it! |
I close this thanks to OCA/sale-workflow#40 |
mistotebe
pushed a commit
to credativUK/OCB
that referenced
this issue
Oct 14, 2016
[ADD] Product v8 migration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See OCA/sale-workflow#22 (comment)
sale_exception_nostock
OCB tests fail withIncorrect state manual instead of draft
.When the test 'Then I confirm the the 26th of March firesteel order' confirms SO
so_1
prod_for_virtual_qty['virtual_available']
is 11000 andline.product_uom_qty
is 10000. So, no exception is raised and the order is confirmed. The test fails because it expects the exception --> the order should stay draft.future_orders_are_affected
,prod_for_virtual_qty['virtual_available']
is 500 andline.product_uom_qty
is 10000. So, the exception is raised and the order stays draft --> the test doesn't failDid not investigate further, so I don't know who is right between OCB and odoo about the
virtual_available
amountThe text was updated successfully, but these errors were encountered: