partner_contact_birthdate
⧉ View on GitHubPurpose
Allow contact records to store a birthdate and expose a computed age for clearer handling in Odoo.
Features
- res.partner: Adds a date-based birthdate field for individual partner records.
- res.partner: Computes a read-only age value from the stored birthdate using the current date.
- res.partner form view: Displays birthdate and age on the personal information page, hiding age until a birthdate is set.