TIP: You can type at any time to perform a new search.
MRP Request Workcenter Cycle
mrp_request_workcenter_cycle · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Manufacturing
- Folder size
- 0.23 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture/mrp_request_workcenter_cycle
- Last tracking update
- 2026-08-07 07:31:54
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Holger Brunn, David Beal, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_product_form_view_bom_button |
product.product | form | Inherits mrp.product_product_form_view_bom_button | |
view_mrp_production_request_form |
mrp.production.request | form | Inherits mrp_production_request.view_mrp_production_request_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (4)
-
auto_product_qtyFloatcompute='_compute_auto_product_qty'compute_sudo=Truedigits=dp.get_precision('Product Unit of Measure')store=True -
qty_by_workcenter_idsOne2many → mrp.request.workcentercomodel_name='mrp.request.workcenter'inverse_name='request_id'string='Workcenters cycles number' -
target_quantityFloatdigits=dp.get_precision('Product Unit of Measure')help='This is your initial quantity defined before any cycle adjustement.' -
workcenter_lines_countIntegercompute='_compute_workcenter_lines_count'help='Technical field: size of qty_by_workcenter_ids field'
-
button_create_mo_by_workcenter(self) -
populate_qty_by_workcenter(self)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (4)
-
product_qtyFloatstring='Products by cycle' -
request_idMany2one → mrp.production.requestcomodel_name='mrp.production.request'string='Production Request' -
workcenter_cycle_noFloatdefault='1'help='A cycle is complete ended process for the machine.\nMultiple cycles are several machines of the same kind in parallel or the same machine used several times.'string='Cycles' -
workcenter_idMany2one → mrp.workcentercomodel_name='mrp.workcenter'required=Truestring='Workcenter'
No public methods.
New fields (1)
-
qty_by_workcenter_idsOne2many → product.workcenter.quantitycomodel_name='product.workcenter.quantity'groups='mrp_production_request.group_mrp_production_request_user'inverse_name='product_id'string='Capacity by workcenter'
No public methods.
New fields (4)
-
product_idMany2one → product.productcomodel_name='product.product'string='Product' -
product_qtyFloatdefault=1help='Quantity of the product that the workcenter use in a cycle.' -
workcenter_cycle_noFloatdefault=1help='Default number of cycles for the workcenter set for Manufacturing Request of this product.\n'string='Cycle Number' -
workcenter_idMany2one → mrp.workcentercomodel_name='mrp.workcenter'string='Workcenter'
No public methods.