Product barcode generator

product_barcode_generator
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/8.0/product_barcode_generator
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYStock Management
LICENSE
LICENSEGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Julius Network Solutions
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Julius Network Solutions
COMMITTERS
COMMITTERSLeonardo Pistone, Stéphane Bidoul (ACSONE), OCA Transbot, Damien Crier, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.julius.fr/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
sequence_add_barcode_sequence_view ir.sequence.form ir.sequence field Inherits base.sequence_view
view_company_ean_form res.company.form res.company page Inherits base.view_company_form
view_product_category_simple_ean_form product.category.form product.category field Inherits product.product_category_form_view
view_product_simple_ean_form product.product.form product.product field Inherits product.product_normal_form_view
Models touched (4)

New fields (1)
  • barcode_sequence Boolean
    default=False string='Barcode Sequence'
Public methods (0)

No public methods.

New fields (1)
  • ean_sequence_id Many2one → ir.sequence
    string='Ean sequence' args: 'ir.sequence'
Public methods (0)

No public methods.

New fields (2)
  • ean13 Char
    copy=False
  • ean_sequence_id Many2one → ir.sequence
    string='Ean sequence' args: 'ir.sequence'
Public methods (1)
  • generate_ean13(self)
    @api.one

New fields (1)
  • ean_sequence_id Many2one → ir.sequence
    string='Ean sequence' args: 'ir.sequence'
Public methods (0)

No public methods.