Repository
OCA/stock-logistics-barcode · module folder · Try on Runboat
Module version
1.0.1
Category
Product Management
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/stock-logistics-barcode
Last tracking update
2026-08-07 07:47:41
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Eric Antones, Weblate, OCA-git-bot, oca-ci, mariadforgeflow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_template_form_view_multi_barcode product.template.form.multi.barcode product.template form Inherits product_multi_barcode.product_template_form_view_multi_barcode
HTTP endpoints (0)

No HTTP endpoints found for this module.

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)