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.

82 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. Split street name and number
  6. ============================
  7. This module introduces separate fields for street name and street number.
  8. Changes to the Odoo datamodel
  9. =============================
  10. - Introduce two new fields for street name and number
  11. - Keep 'Street' field as a function field to return street name + number
  12. - Data written to the 'Street' field will be parsed into street name and number
  13. if possible. This will be performed upon installation of the module for
  14. existing partners.
  15. Compatibility
  16. =============
  17. This module is compatible with Odoo 10.0.
  18. Installation
  19. ============
  20. Upon installation, the module will do a simple migration of existing values in
  21. the street column to split up the street name and number.
  22. Usage
  23. =====
  24. To use this module, you need to:
  25. #. Open a partner form
  26. #. Fill fields street name and number
  27. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  28. :alt: Try me on Runbot
  29. :target: https://runbot.odoo-community.org/runbot/134/10.0
  30. Known issues / Roadmap
  31. ======================
  32. * Add more unit tests
  33. Bug Tracker
  34. ===========
  35. Bugs are tracked on `GitHub Issues
  36. <https://github.com/OCA/partner-contact/issues>`_. In case of trouble, please
  37. check there if your issue has already been reported. If you spotted it first,
  38. help us smashing it by providing a detailed and welcomed feedback.
  39. Credits
  40. =======
  41. Contributors
  42. ------------
  43. * Stefan Rijnhart <stefan@therp.nl>
  44. * Ronald Portier <ronald@therp.nl>
  45. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  46. * Andrea Stirpe <a.stirpe@onestein.nl>
  47. Icon
  48. ----
  49. * Based on https://openclipart.org/detail/149575/brass-plaques-tags.
  50. Maintainer
  51. ----------
  52. .. image:: http://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: http://odoo-community.org
  55. This module is maintained by the OCA.
  56. 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.
  57. To contribute to this module, please visit http://odoo-community.org.