Repository
OCA/stock-weighing · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory
Folder size
0.05 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
Carlos Roca, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Meausure the weight remotely from the weighing assistant.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
weighing_wizard_form_view weighing.wizard form Inherits stock_weighing.weighing_wizard_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • measure_device_id Many2one → remote.measure.device
    comodel_name='remote.measure.device' default=<expr> readonly=True
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom' compute='_compute_uom_id'
  • weight_with_widget Float
    readonly=False related='weight' string='Weight With Widget'
Public methods (0)

No public methods.

Loading…