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.

66 lines
1.9 KiB

  1. Contacts Management
  2. ===================
  3. This module was written to extend the contact management functionality. It
  4. allows you to:
  5. - set several job positions in different companies per contact,
  6. - set some extra informations like birthdate and nationality.
  7. Usage
  8. =====
  9. New tabs 'Other Positions' and 'Personal Information' are available on the
  10. contact form.
  11. For further information, please visit:
  12. * https://www.odoo.com/forum/help-1
  13. Known issues / Roadmap
  14. ======================
  15. .. warning::
  16. **DEPRECATED!!**
  17. This module is deprecated and **will be removed in Odoo 9.0**.
  18. Its functionality has been split in 3 separate modules:
  19. - partner_contact_birthdate_
  20. - partner_contact_in_several_companies_
  21. - partner_contact_nationality_
  22. You should consider using those instead.
  23. Credits
  24. =======
  25. Contributors
  26. ------------
  27. * Xavier ALT <xal@openerp.com> (original author)
  28. * EL HADJI DEM <elhadji.dem@savoirfairelinux.com>
  29. * TheCloneMaster <the.clone.master@gmail.com>
  30. * Sandy Carter <sandy.carter@savoirfairelinux.com>
  31. * Rudolf Schnapka <rs@techno-flex.de>
  32. * Sebastien Alix <sebastien.alix@osiell.com>
  33. * Jairo Llopis <j.llopis@grupoesoc.es>
  34. Maintainer
  35. ----------
  36. .. image:: http://odoo-community.org/logo.png
  37. :alt: Odoo Community Association
  38. :target: http://odoo-community.org
  39. This module is maintained by the OCA.
  40. 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.
  41. To contribute to this module, please visit http://odoo-community.org.
  42. .. _partner_contact_birthdate: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_birthdate
  43. .. _partner_contact_in_several_companies: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_in_several_companies
  44. .. _partner_contact_nationality: https://github.com/OCA/partner-contact/tree/8.0/partner_contact_nationality