TIP: You can type at any time to perform a new search.
Show brand logo in Weighing assistant
stock_weighing_brand · OCA/stock-weighing
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
logoBinaryrelated='product_id.product_brand_id.logo' -
product_brandCharrelated='product_id.product_brand_id.name'
No public methods.
New fields (3)
-
product_brandCharrelated='product_id.product_brand_id.name' -
product_brand_has_logoBooleancompute='_compute_product_brand_has_logo' -
product_brand_logoBinaryrelated='product_id.product_brand_id.logo'
No public methods.