manufacture
manufacture copied to clipboard
[14.0][MIG] mrp_production_request
This PR is an alternative to #625, I'm not against the refactoring proposal but I don't have time to refactor all modules that depends on this one at the moment. The refactoring could be done in a second PR.
- I've added more tests to ensure that the migration does not break the existing workflow.
- The list view has been updated to the 14.0 design
- A basic kanban view has been added.
Hi @ypapouin thanks for this PR! I tested it but looks doesn't work "trigger manufacture request" please check this video
@elvise, you are right. The problem happens when the mrp_sale_info
module is installed.
It shows up that the current implementation was invalid (by removing fields from a static list).
An exception is raised when running the scheduler (but silenced because the scheduler run in parallel).
Its working now, but please note that since MTO rule is not enabled, you have to create a « minimum stock rule » and the product must have a BoM (even empty). (This restriction could be removed in another PR since a BoM is no more necessary for a production order)
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.
@ypapouin thanks for your work! i’m testing your PR and why not add an action in rule ?
for complex operations it will be more scalable…
@elvise, replacing the boolean option with a route should be possible but I would prefer having this module migrated first.
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.