Adds a check digit on sequences
Project description
This module was written to configure check digits on sequences added on the end. It is useful as a control of the number on visual validation.
It is useful when some manual checks are required or on integrations. The implemented codes can avoid modification of one character and flip of two consecutive characters.
Table of contents
Usage
Access sequences and configurate the model to use.
The model will check if the format of prefix, suffix and number is valid
- Implemented algorithms
Luhn: [0-9]*
Damm: [0-9]*
Verhoeff: [0-9]*
ISO 7064 Mod 11, 2: [0-9]*
ISO 7064 Mod 11, 10: [0-9]*
ISO 7064 Mod 37, 2: [0-9A-Z]*
ISO 7064 Mod 37, 36: [0-9A-Z]*
ISO 7064 Mod 97, 10: [0-9A-Z]*
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Enric Tobella <etobella@creublanca.es>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/server-ux project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo13_addon_sequence_check_digit-13.0.1.0.1.dev5-py3-none-any.whl
.
File metadata
- Download URL: odoo13_addon_sequence_check_digit-13.0.1.0.1.dev5-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d802d77dcf14a38abc38817340a15f4a3c707d834790b7ac5a7297173cd3f1a6 |
|
MD5 | dc36222b6fe69d45d7d026b6e12851b5 |
|
BLAKE2b-256 | 2bad8d89231fd4c612b4246d455b11d06adaafccd22ba71dd77406e6f46b0aa3 |