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.

80 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Module name
  4. ===========
  5. This module was written to extend the functionality of Odoo to support setting
  6. a birthdate using a date format and allow you to benefit of a clearer API and
  7. UI.
  8. Installation
  9. ============
  10. To install this module, you need to:
  11. * Ensure that the current contents of the *birthdate* field in the
  12. *res.partner* model in your database are empty or in a format easily readable
  13. by the python function strptime_ in case you want this module to
  14. automatically convert those to the new format.
  15. * Install the OCA repository `partner-contact`_.
  16. * Update your modules list.
  17. * Search and install this module.
  18. Configuration
  19. =============
  20. No configuration is needed.
  21. Usage
  22. =====
  23. To use this module, you need to:
  24. * Edit or create a partner.
  25. * Ensure it is **not** a company.
  26. * Go to the *Personal Information* sheet.
  27. * Set the birthdate there.
  28. For further information, please visit:
  29. * https://www.odoo.com/forum/help-1
  30. * https://github.com/OCA/partner-contact/
  31. Known issues / Roadmap
  32. ======================
  33. * If you have data in your *res.partner* records' *birthdate* field that cannot
  34. be converted to date by Pyhton's strptime_ function, those records will have
  35. an empty *birthdate_date* after install.
  36. Credits
  37. =======
  38. Contributors
  39. ------------
  40. * EL Hadji DEM <elhadji.dem@savoirfairelinux.com>
  41. * Jairo Llopis <j.llopis@grupoesoc.es>
  42. * Matjaž Mozetič <m.mozetic@matmoz.si>
  43. * Rudolf Schnapka <schnapkar@golive-saar.de>
  44. * Denis Leemann <denis.leemann@camptocamp.com>
  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 http://odoo-community.org.
  55. .. _partner-contact: https://github.com/OCA/partner-contact/
  56. .. _strptime: https://docs.python.org/2/library/datetime.html#datetime.datetime.strptime