Barcodes - EAN14

barcodes_ean14
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/10.0/barcodes_ean14
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), LasLabs
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), LasLabs
COMMITTERS
COMMITTERSOCA Transbot, Dave Lasley, oca-travis, OCA-git-bot, Tom Blauwendraat
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:54
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - barcodes
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
assets_backend barcodes_ean14 Assets ir.ui.view qweb Inherits web.assets_backend
qunit_suite barcodes_ean14 QUnit Assets ir.ui.view qweb Inherits web.qunit_suite
Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • check_encoding(self, barcode, encoding)
    It adds additional types to the core encodings
  • ean14_checksum(self, barcode)
    It performs EAN-14 checksum operation :param barcode: Barcode string to validate, including check digit :return: ``int`` representing calculated checksum

New fields (1)
  • encoding Selection
    selection_add=[('ean14', 'EAN-14')]
Public methods (0)

No public methods.