Weighing assistant in batch pickings

stock_picking_batch_weighing
REPOSITORY
REPOSITORYOCA/stock-weighing
GIT
GIThttps://github.com/OCA/stock-weighing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-weighing/tree/15.0/stock_picking_batch_weighing
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYInventory
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, sergio-teruel, OCA-git-bot, David, 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
    - stock_picking_batch
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
We can go to the weighing operations from an action button in the batch picking form.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_batch_form stock.picking.batch div Inherits stock_picking_batch.stock_picking_batch_form
stock_picking_batch_kanban stock.picking.batch field Inherits stock_picking_batch.stock_picking_batch_kanban
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • action_stock_batch_picking_weighing(self)
    @api.model
    Used in the start screen

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)
    Weight operations for this picking

New fields (0)

No new fields.

Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-weighing
PULL REQUEST
PULL REQUEST[18.0][MIG] stock_picking_batch_weighing: Migration to 18.0 (#56)