-
-
Notifications
You must be signed in to change notification settings - Fork 363
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] delivery_line_qty_delivered #576
[14.0][ADD] delivery_line_qty_delivered #576
Conversation
c6ecf45
to
d457042
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.
The dependencies seems to cause a non deterministic result
8b2f92a
to
2e57b42
Compare
I removed the dependency. |
97cc9c6
to
db17f17
Compare
/ocabot rebase |
Congratulations, PR rebased to 14.0. |
db17f17
to
70bf70f
Compare
@mt-software-de I would try to install all the modules installed before this one (see log details) and see which one is modifying standard behavior. |
Thxs, Unfortunately I have to do that. |
70bf70f
to
91d0b50
Compare
Changes the Delivered Quantity (qty_delivered) of a delivery sale.order.line if one other sale.order.line is delivered the qty_deliverd of the delvivery line is changed to its Quantity (product_uom_qty)
91d0b50
to
c279fa6
Compare
This was now moved to OCA/sale-workflow#2717 |
This modules changes the Delivered Quantity (qty_delivered) of a delivery sale.order.line
if one other sale.order.line is delivered
the qty_delivered of the delivery line is changed to its Quantity (product_uom_qty)
cc @jbaudoux