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

[17.0] module: description #166376

Closed
1 of 4 tasks
beljjvalentin opened this issue May 22, 2024 · 1 comment
Closed
1 of 4 tasks

[17.0] module: description #166376

beljjvalentin opened this issue May 22, 2024 · 1 comment

Comments

@beljjvalentin
Copy link

Odoo Version

  • 15.0
  • 16.0
  • 17.0
  • Other (specify)

Steps to Reproduce

Create a Manufacturing Order using predefined Bill of Materials with one or more components.
Save Manufacturing Order with product Quantity to produce bigger than 1
Go to Actions -> Split
Introduce the amount of pieces to split into, select a number that will divide the order into whole parts
Confirm the Split operation

Current behavior:
Manufacturing Order Quantity will be split correctly, however components amount will be split two times instead of 1.
For example order of 108 products split into 9 pieces will produce 9 backorders with quantity of 12, but the amount of components required in each backorder will be split into quantities of 1.33
Screenshot 2024-05-22 104947

Expected behavior:
Manufacturing Order Quantity and Component Quantity are split using same math operations during split operation.
108 products split into 9 pieces will produce backorders with quantity of 12 and amount of components required in each backorder will be 12

Log Output

No response

Support Ticket

No response

@beljjvalentin
Copy link
Author

This issue is resolved in the newest Odoo 17 version. Everything resolved after an update.

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

No branches or pull requests

1 participant