Repository
OCA/stock-weighing · module folder · Try on Runboat
Module version
1.0.0
Category
Inventory
Folder size
0.03 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
This module extends functionality of stock_weighing and add a product 
brand logo (see more *product_brand* module) to stock weighing kanban view.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_weighing_brand_view_move_weight_kanban_view stock.move kanban Inherits stock_weighing.view_move_weight_kanban_view
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 (2)

New fields (2)
  • logo Binary
    related='product_id.product_brand_id.logo'
  • product_brand Char
    related='product_id.product_brand_id.name'
Public methods (0)

No public methods.

New fields (3)
  • product_brand Char
    related='product_id.product_brand_id.name'
  • product_brand_has_logo Boolean
    compute='_compute_product_brand_has_logo'
  • product_brand_logo Binary
    related='product_id.product_brand_id.logo'
Public methods (0)

No public methods.