You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
  2. :alt: License: LGPL-3
  3. ====================
  4. Sequence Check Digit
  5. ====================
  6. This module was written to configure check digits on sequences added on the end.
  7. It is useful as a control of the number on visual validation.
  8. It is useful when some manual checks are required or on integrations.
  9. The implemented codes can avoid modification of one character and flip of
  10. two consecutive characters.
  11. Configuration
  12. =============
  13. * Access sequences and configurate the model to use.
  14. * The model will check if the format of prefix, suffix and number is valid
  15. * Implemented algorithms
  16. * Luhn: [0-9]*
  17. * Damm: [0-9]*
  18. * Verhoeff: [0-9]*
  19. * ISO 7064 Mod 11, 2: [0-9]*
  20. * ISO 7064 Mod 11, 10: [0-9]*
  21. * ISO 7064 Mod 37, 2: [0-9A-Z]*
  22. * ISO 7064 Mod 37, 36: [0-9A-Z]*
  23. * ISO 7064 Mod 97, 10: [0-9A-Z]*
  24. Usage
  25. =====
  26. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  27. :alt: Try me on Runbot
  28. :target: https://runbot.odoo-community.org/runbot/149/9.0
  29. Bug Tracker
  30. ===========
  31. Bugs are tracked on `GitHub Issues
  32. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  33. check there if your issue has already been reported. If you spotted it first,
  34. help us smash it by providing detailed and welcomed feedback.
  35. Credits
  36. =======
  37. Images
  38. ------
  39. * Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
  40. Contributors
  41. ------------
  42. * Enric Tobella <etobella@creublanca.es>
  43. * Thomas Binsfeld <thomas.binsfeld@acsone.eu> (https://www.acsone.eu/)
  44. Do not contact contributors directly about support or help with technical issues.
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit https://odoo-community.org.