v 10.0 v 11.0 v 12.0 Third Party 1937
Download for v 11.0 Deploy on Odoo.sh
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
LicenseLGPL-3
Websitehttps://cybrosys.com/
Versions 10.0 11.0 12.0
You bought this module and need support? Click here!
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
LicenseLGPL-3
Websitehttps://cybrosys.com/
Versions 10.0 11.0 12.0

Draft Manufacturing Order

Draft Manufacturing Order

Cybrosys Technologies
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.

cybrosys technologies

Our Services

Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers

Our Industries

Odoo Industry

Trading

Easily procure and sell your products.

Odoo Industry

Manufacturing

Plan, track and schedule your operations.

Odoo Industry

Restaurant

Run your bar or restaurant methodical.

Odoo Industry

POS

Easy configuring and convivial selling.

Odoo Industry

E-commerce & Website

Mobile friendly, awe-inspiring product pages.

Odoo Industry

Hotel Management

An all-inclusive hotel management application.

Odoo Industry

Education

A Collaborative platform for educational management.

Odoo Industry

Service Management

Keep track of services and invoice accordingly.

Email us Contact Us Request Customization

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
product_uom_id problem
by
Tony Reyelts
on 5/2/19, 12:50 PM

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
by
Thorsten klahm
on 2/20/19, 6:43 PM

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
by
Burhan Vakharia
on 1/8/19, 3:11 AM

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.


by
Cybrosys Technologies
on 6/26/18, 12:26 AM Author

@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
by
Faisal
on 6/24/18, 3:01 AM

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.