Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:22:59
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, JasminSForgeFlow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to create fixed planned orders using a grid view.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
mrp_planned_order_wizard_view_form mrp.planned.order.wizard.form mrp.planned.order.wizard form New
stock_mrp_planned_order_sheet_view_form mrp.planned.order.sheet.form mrp.planned.order.sheet form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (5)
  • date_end Date
    readonly=True string='Date to'
  • date_range_type_id Many2one → date.range.type
    comodel_name='date.range.type' readonly=True string='Date Range Type'
  • date_start Date
    readonly=True string='Date From'
  • line_ids Many2many → mrp.planned.order.sheet.line
    comodel_name='mrp.planned.order.sheet.line' string='Items'
  • product_mrp_area_ids Many2many → product.mrp.area
    comodel_name='product.mrp.area' string='Product Parameters'
Public methods (1)
  • button_validate(self)

New fields (6)
  • date_range_id Many2one → date.range
    comodel_name='date.range' string='Date Range'
  • mrp_planned_order_ids Many2many → mrp.planned.order
    comodel_name='mrp.planned.order'
  • product_mrp_area_id Many2one → product.mrp.area
    comodel_name='product.mrp.area' string='Product Parameters'
  • product_qty Float
    digits='Product UoM' string='Quantity'
  • value_x Char
    string='Period'
  • value_y Char
    string='Product'
Public methods (0)

No public methods.

New fields (4)
  • date_end Date
    required=True string='Date To'
  • date_range_type_id Many2one → date.range.type
    comodel_name='date.range.type' required=True string='Date Range Type'
  • date_start Date
    required=True string='Date From'
  • product_mrp_area_ids Many2many → product.mrp.area
    comodel_name='product.mrp.area' required=True string='Product Parameters'
Public methods (1)
  • create_sheet(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
56 days ago
Last activity
27 days ago
Repository
OCA/manufacture
Pull request
[18.0][MIG]mrp_planned_order_matrix (#1819)