| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/6.1/mrp_split_units |
| VERSION | |
| VERSION | 0.1 |
| CATEGORY | |
| CATEGORY | Generic Modules/Others |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Leonardo Pistone, Sandy Carter |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:04:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - procurement - base - process - product - decimal_precision - stock - account - base_setup - analytic - board - edi - email_template - base_tools - resource - purchase |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | MRP Split one line into many lines with quantity one each in a production order. This module adds a button in each line of the Products to Finish and Finished Products to automatically split one line with integer quantity into many lines, each with quantity 1. After the split, the module performs a "poor man's refresh" (i.e. manually reloads the page) as a workaround for the bug lp:1083253. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_lot_attribute_view |
mrp.production.lot.attribute.form | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
No new fields.
Public methods (3)split_units(self, cr, uid, ids, context=None)
split_units_finished(self, cr, uid, ids, context=None)
split_units_to_finish(self, cr, uid, ids, context=None)