Multi barcode from supplier pricelist

product_multi_barcode_supplierinfo
REPOSITORY
REPOSITORYOCA/stock-logistics-barcode
GIT
GIThttps://github.com/OCA/stock-logistics-barcode.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-barcode/tree/14.0/product_multi_barcode_supplierinfo
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYProduct Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Eric Antones, oca-ci, mariadforgeflow
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-barcode
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-barcode:
    - product_supplierinfo_barcode
    - product_multi_barcode
odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_form_view_multi_barcode product.template.form.multi.barcode product.template field Inherits product_multi_barcode.product_template_form_view_multi_barcode
Models touched (2)

New fields (2)
  • product_variant_count Integer
    related='product_tmpl_id.product_variant_count' args: 'Variant Count'
  • supplier_id Many2one → res.partner
    comodel_name='res.partner' readonly=True
Public methods (0)

No public methods.

New fields (2)
  • barcode Char
    compute='_compute_barcode_name' inverse='_inverse_barcode_field' readonly=False store=True
  • barcode_id Many2one → product.barcode
    comodel_name='product.barcode'
Public methods (3)
  • check_barcode(self)
    @api.constrains('barcode')
  • unlink(self)
  • unlink_product_barcode(self)