add barcode_generator_partner from OCA/stock-logistics-barcode/pull/536

This commit is contained in:
Luis 2025-03-03 10:16:19 +01:00
parent 8d39b937a8
commit 7c8d1e4342
27 changed files with 1581 additions and 16 deletions

View file

@ -0,0 +1,21 @@
This module expands Odoo functionality, allowing user to generate barcode
depending on a given barcode rule for Partners.
For example, a typical pattern for partners is "042........." that means
that:
* the EAN13 code will begin by '042'
* followed by 0 digits (named Barcode Base in this module)
* a 13 digit control
With this module, it is possible to:
* Assign a pattern (barcode.rule) to a res.partner
* Define a Barcode base:
* manually, if the base of the barcode must be set by a user. (typically an
internal code defined in your company)
* automaticaly by a sequence, if you want to let Odoo to increment a
sequence. (typical case of a customer number incrementation)
* Generate a barcode, based on the defined pattern and the barcode base