Weighing assistant in batch pickings

mrp_weighing
REPOSITORY
REPOSITORYOCA/stock-weighing
GIT
GIThttps://github.com/OCA/stock-weighing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-weighing/tree/18.0/mrp_weighing
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYMRP
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Andrii9090-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/stock-weighing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-weighing:
    - stock_weighing
OCA/web:
    - web_quick_start_screen
    - web_filter_header_button
    - web_widget_numeric_step
    - web_ir_actions_act_multi
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - mrp
    - sale_mrp
    - sale_stock
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
    - stock_account
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Weighing production finished moves

Possibility of closing a Manufacturing Order from Inventory Operations

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production div Inherits mrp.mrp_production_form_view
mrp_production_kanban mrp.production field Inherits mrp.mrp_production_kanban_view
mrp_production_view_move_weight_kanban_view stock.move field Inherits stock_weighing.view_move_weight_kanban_view
mrp_production_view_picking_type_form stock.picking.type field Inherits stock.view_picking_type_form
weighing_wizard_form_view_inherit weighing.wizard field Inherits stock_weighing.weighing_wizard_form_view
Models touched (8)

New fields (2)
  • has_weighing_operations Boolean
    compute='_compute_has_weighing_operations'
  • weighing_operations Boolean
    related='picking_type_id.weighing_operations'
Public methods (1)
  • action_weighing_operations(self)
    Weighing operations for this production order

New fields (0)

No new fields.

Public methods (1)
  • run_action(self)

New fields (1)
  • is_has_production Boolean
    compute='_compute_is_has_production'
Public methods (2)
  • action_add_move_line(self)
  • action_mrp_production_weighing(self)
    @api.model
    Used in the start screen

New fields (1)
  • selected_quant_id Many2one → stock.quant
    comodel_name='stock.quant' readonly=True
Public methods (1)
  • action_reset_weights(self)

New fields (1)
  • close_production Boolean
    readonly=True related='picking_type_id.close_production'
Public methods (1)
  • button_validate(self)

New fields (1)
  • close_production Boolean
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • name_get(self)

New fields (4)
  • component_available_stock_quant_ids Many2many → stock.quant
    comodel_name='stock.quant' compute='_compute_component_available_stock_quant_ids'
  • component_quant_id Many2one → stock.quant
    comodel_name='stock.quant' domain="[('id', 'in', component_available_stock_quant_ids)]" string='Select component lot'
  • is_production Boolean
    compute='_compute_is_production' store=True
  • lot_id Many2one
    compute='_compute_lot_id' readonly=False store=True
Public methods (2)
  • add_operation_and_record(self)
  • record_weight(self)
REPOSITORY
REPOSITORYOCA/stock-weighing
GIT
GIThttps://github.com/OCA/stock-weighing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-weighing/tree/15.0/mrp_weighing
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYMRP
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Carlos Dauden, sergio-teruel, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-weighing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:00:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-weighing:
    - stock_weighing
OCA/web:
    - web_filter_header_button
    - web_widget_numeric_step
    - web_ir_actions_act_multi
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - mrp
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Weighing production finished moves

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_production_form_view mrp.production div Inherits mrp.mrp_production_form_view
Models touched (5)

New fields (2)
  • has_weighing_operations Boolean
    compute='_compute_has_weighing_operations'
  • weighing_operations Boolean
    related='picking_type_id.weighing_operations'
Public methods (1)
  • action_weighing_operations(self)
    Weighing operations for this production order

New fields (0)

No new fields.

Public methods (2)
  • action_add_move_line(self)
  • action_mrp_production_weighing(self)
    @api.model
    Used in the start screen

New fields (0)

No new fields.

Public methods (1)
  • action_reset_weights(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • record_weight(self)