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.

63 lines
1.7 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. * other_method():
  20. Bug Tracker
  21. ===========
  22. Bugs are tracked on `GitHub Issues
  23. <https://github.com/OCA/partner_contact/issues>`_. In case of trouble, please
  24. check there if your issue has already been reported. If you spotted it first,
  25. help us smash it by providing detailed and welcomed feedback.
  26. Images
  27. ------
  28. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  29. Contributors
  30. ------------
  31. * Sébastien BEAU <sebastien.beau@akretion.com>
  32. * David BEAL <david.beal@akretion.com>
  33. Maintainer
  34. ----------
  35. .. image:: https://odoo-community.org/logo.png
  36. :alt: Odoo Community Association
  37. :target: https://odoo-community.org
  38. This module is maintained by the OCA.
  39. OCA, or the Odoo Community Association, is a nonprofit organization whose
  40. mission is to support the collaborative development of Odoo features and
  41. promote its widespread use.
  42. To contribute to this module, please visit https://odoo-community.org.