Repository
OCA/manufacture · module folder · Try on Runboat
Module version
0.1
Category
Generic Modules/Others
Folder size
0.01 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com/
Last tracking update
2026-08-07 06:51:51
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Leonardo Pistone, Alexandre Fayolle, Sandy Carter
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
MRP Split one unit in a production order.

This module adds a button in each line of the Products to Finish and Finished
Products to directly split one unit of the product in a separate line.
After the split the page needs to be reloaded because of the bug lp:1083253.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_production_form_lot_attribute_view mrp.production.lot.attribute.form mrp.production form Inherits mrp.mrp_production_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • split_one(self, cr, uid, ids, context=None)
    Split the current move creating one with quantity one. Return action.
  • split_one_finished(self, cr, uid, ids, context=None)
    Split one unit from the finished products. Return action.
  • split_one_to_finish(self, cr, uid, ids, context=None)
    Split one unit from the products to finish. Return action.