Repository
OCA/stock-weighing · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-weighing
Last tracking update
2026-08-07 08:42:56
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Andrii9090-tecnativa
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
We can go to the weighing operations from an action button in the batch picking form and kanban views.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_batch_form stock.picking.batch form Inherits stock_picking_batch.stock_picking_batch_form
stock_picking_batch_kanban stock.picking.batch kanban Inherits stock_picking_batch.stock_picking_batch_kanban
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • run_action(self)

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

Loading…