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.

109 lines
3.2 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==============================
  5. Partner Identification Numbers
  6. ==============================
  7. This module allows to manage all sort of identification numbers
  8. and certificates which are assigned to a partner (company or individual)
  9. and vary from country to country.
  10. * Commercial register
  11. * VAT ID
  12. * Fiscal ID's
  13. * Membership numbers
  14. * Driver license
  15. * ...
  16. Installation
  17. ============
  18. No specific installation step required
  19. Configuration
  20. =============
  21. Configure all ID types you need in Sales > Configuration > Address Book > Partner ID Categories.
  22. For example, we create a category 'Driver License':
  23. Name:
  24. Name of this ID type. For example, 'Driver License'
  25. Code:
  26. Code, abbreviation or acronym of this ID type. For example, 'driver_license'
  27. Python validation code:
  28. Optional python code called to validate ID numbers of this ID type.
  29. Usage
  30. =====
  31. In partner form you will see another tab called 'ID Numbers'. You can add
  32. any IDs to this partner, defining:
  33. Category:
  34. ID type defined in configuration. For example, Driver License
  35. ID Number:
  36. The ID itself. For example, Driver License number of this person
  37. Issued by:
  38. Another partner, who issued this ID. For example, Traffic National Institution
  39. Valid from:
  40. Issued date. For example, date when person approved his driving exam, 21/10/2009
  41. Valid until:
  42. Expiration date. For example, date when person needs to renew his driver license, 21/10/2019
  43. Notes:
  44. Any further information related with this ID. For example, vehicle types this person can drive
  45. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  46. :alt: Try me on Runbot
  47. :target: https://runbot.odoo-community.org/runbot/134/9.0
  48. Known issues / Roadmap
  49. ======================
  50. * If you want to search a partner by ID you will use advance search form.
  51. You can't search by issuer, valid dates, category or notes.
  52. Bug Tracker
  53. ===========
  54. Bugs are tracked on `GitHub Issues
  55. <https://github.com/OCA/partner_contact/issues>`_. In case of trouble, please
  56. check there if your issue has already been reported. If you spotted it first,
  57. help us smashing it by providing a detailed and welcomed `feedback
  58. <https://github.com/OCA/
  59. partner_contact/issues/new?body=module:%20
  60. partner_identifiers%0Aversion:%20
  61. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  62. Credits
  63. =======
  64. Contributors
  65. ------------
  66. * Antonio Espinosa <antonioea@antiun.com>
  67. * Ferdinand Gassauer <office@chrcar.at>
  68. * Gerhard Könighofer <gerhard.koenighofer@swing-system.com>
  69. * Laurent Mignon <laurent.mignon@acsone.eu>
  70. * Yajo <Yajo@users.noreply.github.com>
  71. Maintainer
  72. ----------
  73. .. image:: https://odoo-community.org/logo.png
  74. :alt: Odoo Community Association
  75. :target: https://odoo-community.org
  76. This module is maintained by the OCA.
  77. OCA, or the Odoo Community Association, is a nonprofit organization whose
  78. mission is to support the collaborative development of Odoo features and
  79. promote its widespread use.
  80. To contribute to this module, please visit https://odoo-community.org.