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.

74 lines
2.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 Helper
  6. ==============
  7. The purpose of this module is to gather generic partner methods.
  8. It avoids to grow up excessively the number of modules in Odoo
  9. for small features.
  10. Description
  11. -----------
  12. Add specific helper methods to deal with partners:
  13. * _get_split_address():
  14. This method allows to get a number of street fields according to
  15. your choice. 2 fields by default in Odoo with 128 width chars.
  16. In some countries you have constraints on width of street fields and you
  17. should use 3 or 4 shorter fields.
  18. You also need of this feature to avoid headache with overflow printing task
  19. Usage
  20. =====
  21. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  22. :alt: Try me on Runbot
  23. :target: https://runbot.odoo-community.org/runbot/134/10.0
  24. Bug Tracker
  25. ===========
  26. Bugs are tracked on `GitHub Issues <https://github.com/OCA/
  27. partner_contact/issues>`_.
  28. In case of trouble, please check there if your issue has already been reported.
  29. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
  30. partner_contact/issues/new?body=module:%20
  31. base_location%0Aversion:%20
  32. 10.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  33. Credits
  34. =======
  35. Credits
  36. =======
  37. Images
  38. ------
  39. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  40. Contributors
  41. ------------
  42. * Sébastien BEAU <sebastien.beau@akretion.com>
  43. * David BEAL <david.beal@akretion.com>
  44. * Angel Moya <angel.moya@pesol.es>
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit https://odoo-community.org.