Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Inventory Management (stock) • Discuss (mail) |
Lines of code | 102 |
Technical Name |
mrp_production_draft |
License | LGPL-3 |
Website | https://cybrosys.com/ |
Versions | 10.0 11.0 12.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Inventory Management (stock) • Discuss (mail) |
Lines of code | 102 |
Technical Name |
mrp_production_draft |
License | LGPL-3 |
Website | https://cybrosys.com/ |
Versions | 10.0 11.0 12.0 |
Draft Manufacturing Order
Draft Manufacturing Order
Cybrosys Technologies

Overview
Provides a new state 'Draft' as default. So that users can manage a manufacturing order more easily.
Configuration
No additional configuration is required.
Features
Newly Created Manufacturing Orders Will Be In 'Draft' State.
User Can Change The Product, Quantity, etc.. On This State.
A New Button 'Confirm' Is Added To Confirm The Manufacturing Order.
Sequence Number Will Not Be Generated Until Confirmation Of Manufacturing Order.
Screenshots
Default in odoo, there is only the confirmed state as default. You cannot edit if the order is confirmed.

Provides a new state 'Draft' as default. So that users can manage a manufacturing order more easily.

Change in the warning mesage if you try to edit the confirmed manufacturing order.

Our Services

Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers
Our Industries

Trading
Easily procure and sell your products.

Manufacturing
Plan, track and schedule your operations.

Restaurant
Run your bar or restaurant methodical.

POS
Easy configuring and convivial selling.

E-commerce & Website
Mobile friendly, awe-inspiring product pages.

Hotel Management
An all-inclusive hotel management application.

Education
A Collaborative platform for educational management.

Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedproduct_uom_id problem
We are seeing a similar problem with product_uom_id. After installing mrp_production_draft to our v11 test environment, we get this error when trying to create a manufacturing order: Odoo Server Error - Validation Error The operation cannot be completed, probably due to the following: - deletion: you may be trying to delete a record while other records still reference it - creation/update: a mandatory field is not correctly set [object with reference: product_uom_id - product.uom.id]
product_uom_id NOT NULL constraint violated
I installed this module and tryed to create a new MO which results in above error. It seems that the form view has a directive for that field product_uom_id that prevents loading it. In debug mode and looking at "fields view get" I see modifiers="{'invisible':true,'readonly': ['state','not in',['confirmed']], 'required':true}" and I guess that if state=='draft' the field is readonly and hence not loaded when creating new records. But I cannot see where the above modifiers come from. They are not in the views of this module. Could somebody help?
Please be careful
If you are using reordering rules in your system, do not use this module, as the system will keep creating new MOs. - https://prnt.sc/m4cmwv Reason - The forecasted quantities does not take draft MO in consideration.
@Faisal Yes, exactly... This is an attempt to allow the users to edit the MO in case of any faults.
Its good but doesn't work with auto MO generation
We used this module and after fixing some bugs it works what it says but later we had to uninstall it as it doesn't work with automatic MO creation of child part/sub-assemblies because that work with confirmed work orders only. So anyone using it and expecting auto MO creation (specially with MPS) then please note that it will not work.