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.

54 lines
1.5 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License
  3. Split street name and number
  4. ============================
  5. This module introduces separate fields for street name and street number.
  6. Changes to the Odoo datamodel
  7. =============================
  8. - Introduce two new fields for street name and number
  9. - Keep 'Street' field as a function field to return street name + number
  10. - Data written to the 'Street' field will be parsed into street name and number
  11. if possible. This will be performed upon installation of the module for
  12. existing partners.
  13. Compatibility
  14. =============
  15. This module is compatible with OpenERP 8.0.
  16. Installation
  17. ============
  18. Upon installation, the module will do a simple migration of existing values in
  19. the street column to split up the street name and number.
  20. Credits
  21. =======
  22. Contributors
  23. ------------
  24. * Stefan Rijnhart <stefan@therp.nl>
  25. * Ronald Portier <ronald@therp.nl>
  26. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  27. Icon
  28. ----
  29. * Based on https://openclipart.org/detail/149575/brass-plaques-tags.
  30. Maintainer
  31. ----------
  32. .. image:: http://odoo-community.org/logo.png
  33. :alt: Odoo Community Association
  34. :target: http://odoo-community.org
  35. This module is maintained by the OCA.
  36. 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.
  37. To contribute to this module, please visit http://odoo-community.org.