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.

72 lines
2.3 KiB

9 years ago
9 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Partner second lastname
  4. =======================
  5. This module was written to extend the functionality of ``partner_firstname`` to
  6. support having a second lastname for contact partners.
  7. In some countries, it's important to have a second last name for contacts.
  8. Contact partners will need to fulfill at least one of the name fields
  9. (*First name*, *First last name* or *Second last name*).
  10. Usage
  11. =====
  12. To use this module, you need to:
  13. * Edit any partner's form.
  14. * Make sure the partner is not a company.
  15. * Enter firstname and lastnames.
  16. If you directly enter the full name instead of entering the other fields
  17. separately (maybe from other form), this module will try to guess the best
  18. match for your input and split it between firstname, lastname and second
  19. lastname.
  20. If the name you enter is in the form *Firstname Lastname1 Lastname2*, it will
  21. be split as such. If you use a comma, it will understand it as *Lastname1
  22. Lastname2, Firstname*.
  23. If you can, always enter it manually please. Automatic guessing could fail for
  24. you easily in some corner cases.
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/134/8.0
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues
  31. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  32. check there if your issue has already been reported. If you spotted it first,
  33. help us smashing it by providing a detailed and welcomed feedback `here
  34. <https://github.com/OCA/partner-contact/issues/new?body=module:%20partner_second_lastname%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  35. Credits
  36. =======
  37. Contributors
  38. ------------
  39. * `Grupo ESOC <http://grupoesoc.es>`_:
  40. * `Jairo Llopis <mailto:j.llopis@grupoesoc.es>`_.
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit http://odoo-community.org.