Skip to content
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] [FIX] pos_sale_order_delivery: Handle multi move_line_ids in deliver_all #56

Open
wants to merge 1 commit into
base: 14.0
Choose a base branch
from

Conversation

paradoxxxzero
Copy link
Contributor

To prevent UserError: Cannot set the done quantity from this stock move, work directly with the move lines. in https://github.com/odoo/odoo/blob/14.0/addons/stock/models/stock_move.py#L363-L368

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #56 (7036690) into 14.0 (a01df20) will decrease coverage by 0.27%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             14.0      #56      +/-   ##
==========================================
- Coverage   88.51%   88.24%   -0.27%     
==========================================
  Files          51       51              
  Lines         984      987       +3     
  Branches      153      155       +2     
==========================================
  Hits          871      871              
- Misses         98      101       +3     
  Partials       15       15              
Impacted Files Coverage Δ
pos_sale_order_delivery/models/sale_order.py 75.60% <0.00%> (-5.97%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants