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

[FIX] mrp: fix workorder capacity #39857

Closed
wants to merge 1 commit into from

Conversation

Whenrow
Copy link
Contributor

@Whenrow Whenrow commented Nov 6, 2019

Planning a production for a product tracked by serial number will set 1 as
quantity on all workorders.

This will implies to loose the info regarding the capacity and always planning only one batch
of production even if the production quantity exceed the workcenter capacity

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@C3POdoo C3POdoo added the RD research & development, internal work label Nov 6, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Nov 6, 2019
@Whenrow Whenrow requested a review from amoyaux November 6, 2019 12:22
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Nov 13, 2019
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Nov 13, 2019
Planning the workorders depends on the quantity to produce of those workorder
This will create as much as production batch needed regarding the workcenter
capacity.

This method is good except in case of product tracked by serial number. In that
case the quantity to produce on the workorders is force to 1 regardless of
the quantity to produce on the production
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Nov 13, 2019
@amoyaux
Copy link
Contributor

amoyaux commented Nov 13, 2019

robodoo r+

@robodoo robodoo added r+ 👌 CI 🤖 Robodoo has seen passing statuses labels Nov 13, 2019
@robodoo robodoo closed this in 3c4133d Nov 13, 2019
@robodoo
Copy link
Contributor

robodoo commented Nov 13, 2019

Merged at 3c4133d, thanks!

@fw-bot fw-bot deleted the 13.0-qty-to-produce-whe branch November 27, 2019 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants