This module was written to extend the functionality of Odoo to support setting a birthdate using a date format and allow you to benefit of a clearer API and UI.
To install this module, you need to:
- Ensure that the current contents of the birthdate field in the res.partner model in your database are empty or in a format easily readable by the python function strptime in case you want this module to automatically convert those to the new format.
- Install the OCA repository partner-contact.
- Update your modules list.
- Search and install this module.
No configuration is needed.
To use this module, you need to:
- Edit or create a partner.
- Ensure it is not a company.
- Go to the Personal Information sheet.
- Set the birthdate there.
For further information, please visit:
- If you have data in your res.partner records' birthdate field that cannot be converted to date by Pyhton's strptime function, those records will have an empty birthdate_date after install.
- EL Hadji DEM <[email protected]>
- Jairo Llopis <[email protected]>
- Matjaž Mozetič <[email protected]>
- Rudolf Schnapka <[email protected]>
- Denis Leemann <[email protected]>
This module is maintained by the OCA.
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.
To contribute to this module, please visit http://odoo-community.org.