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.

101 lines
3.2 KiB

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