add barcode_generator_partner from OCA/stock-logistics-barcode/pull/536
This commit is contained in:
parent
8d39b937a8
commit
7c8d1e4342
27 changed files with 1581 additions and 16 deletions
21
barcode_generator_partner/readme/DESCRIPTION.rst
Normal file
21
barcode_generator_partner/readme/DESCRIPTION.rst
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue