Show brand logo in Weighing assistant

stock_weighing_brand
REPOSITORY
REPOSITORYOCA/stock-weighing
GIT
GIThttps://github.com/OCA/stock-weighing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-weighing/tree/18.0/stock_weighing_brand
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYInventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Andrii9090-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/stock-weighing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/brand:
    - product_brand
OCA/stock-weighing:
    - stock_weighing
OCA/web:
    - web_quick_start_screen
    - 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
    - html_editor
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - analytic
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits stock_weighing.view_move_weight_kanban_view
weighing_wizard_form_view weighing.wizard xpath Inherits stock_weighing.weighing_wizard_form_view
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.