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.

115 lines
3.3 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. * etc
  16. Installation
  17. ============
  18. No specific installation step required
  19. Configuration
  20. =============
  21. Configure all ID types you need in Sales > Configuration > Contacts > 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. Place of Issuance:
  40. The place where the ID has been issued. For example the country for passports and visa
  41. Valid from:
  42. Issued date. For example, date when person approved his driving exam, 21/10/2009
  43. Valid until:
  44. Expiration date. For example, date when person needs to renew his driver license, 21/10/2019
  45. Status:
  46. ID status. For example new/to renew/expired
  47. Notes:
  48. Any further information related with this ID. For example, vehicle types this person can drive
  49. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  50. :alt: Try me on Runbot
  51. :target: https://runbot.odoo-community.org/runbot/134/10.0
  52. Known issues / Roadmap
  53. ======================
  54. * If you want to search a partner by ID you will use advance search form.
  55. You can't search by issuer, valid dates, category or notes.
  56. Bug Tracker
  57. ===========
  58. Bugs are tracked on `GitHub Issues
  59. <https://github.com/OCA/partner_contact/issues>`_. In case of trouble, please
  60. check there if your issue has already been reported. If you spotted it first,
  61. help us smashing it by providing a detailed and welcomed `feedback
  62. <https://github.com/OCA/
  63. partner_contact/issues/new?body=module:%20
  64. partner_identifiers%0Aversion:%20
  65. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  66. Credits
  67. =======
  68. Contributors
  69. ------------
  70. * Antonio Espinosa <antonio.espinosa@tecnativa.com>
  71. * Ferdinand Gassauer <office@chrcar.at>
  72. * Gerhard Könighofer <gerhard.koenighofer@swing-system.com>
  73. * Laurent Mignon <laurent.mignon@acsone.eu>
  74. * Jairo Llopis <jairo.llopis@tecnativa.com>
  75. Maintainer
  76. ----------
  77. .. image:: https://odoo-community.org/logo.png
  78. :alt: Odoo Community Association
  79. :target: https://odoo-community.org
  80. This module is maintained by the OCA.
  81. OCA, or the Odoo Community Association, is a nonprofit organization whose
  82. mission is to support the collaborative development of Odoo features and
  83. promote its widespread use.
  84. To contribute to this module, please visit https://odoo-community.org.