
Generate Barcodes for Partners
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:
- Affect a pattern (barcode.rule) to a model
-
- 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).
- automatically by a sequence, if you want to let Cyllo increment a sequence (typical case of a customer number incrementation).
- Generate a barcode, based on the defined pattern and the barcode base
Key Features
- Barcode Generator
- Allowing user to generate barcode depending on a given barcode rule for any Model.
- Easily the user can configure Barcode Rule
Easy To Configure
This module very easy to configure. We can set barcode for different models
Easy To Generate
Barcode
This module helps to generate the barcode. We can generate barcode manually or automated
Configuration
To configure this module, see the ‘Configuration’ Section of the description of the module ‘barcodes_generator_abstract’

Usage
Go to a Customer/Contact form,
- Set a Barcode Rule
- Set a Barcode Base
- click on the button ‘Generate Barcode (Using Barcode Rule)’

- Set a Barcode Rule
- click on the button ‘Generate Base (Using Sequence)’
- click on the button ‘Generate Barcode (Using Barcode Rule)’

Depending Module
This module is depending on 'barcodes_generator_abstract' module.
GNU Affero General Public License v3.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you comply with the terms of the GNU Affero General Public License, version 3.0, available at https://www.gnu.org/licenses/agpl-3.0.html. You may develop software that uses the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those software under the terms of the GNU Affero General Public License, version 3.0. It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software without including the complete text of the GNU Affero General Public License, version 3.0, along with any applicable additional permissions. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.