| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/maintenance |
| GIT | |
| GIT | https://github.com/OCA/maintenance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/maintenance/tree/19.0/maintenance_equipment_certification |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Trey (www.trey.es) |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Trey (www.trey.es) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, JasminSForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/maintenance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - maintenance - base - base_setup - web - bus - web_tour - html_editor |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Allows you to store a record of the certifications associated with a piece of equipment. Additionally, a daily cron job can notify responsible users when certificates are about to expire. Notifications are sent via email. You can configure reminder rules to control how many days before expiration each notification is sent, and enable or disable the feature from **Settings > Maintenance**. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
certificate_reminder_rule_view_list |
maintenance.certificate.reminder.rule.list | maintenance.certificate.reminder.rule | list | New |
hr_equipment_view_form |
maintenance.equipment | xpath | Inherits maintenance.hr_equipment_view_form | |
maintenance_equipment_certificate_view_form |
maintenance.equipment.certificate.form | maintenance.equipment.certificate | form | New |
maintenance_equipment_certificate_view_list |
maintenance.equipment.certificate.list | maintenance.equipment.certificate | list | New |
maintenance_equipment_certificate_view_search |
maintenance.equipment.certificate.search | maintenance.equipment.certificate | search | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.maintenance.equipment.certification | res.config.settings | xpath | Inherits maintenance.res_config_settings_view_form |
days_before
Integer
help='How many days before the renewal date to schedule the reminder.'
required=True
string='Days Before Expiration'
name
Char
required=True
string='Rule Name'
No public methods.
certificate_ids
One2many → maintenance.equipment.certificate
comodel_name='maintenance.equipment.certificate'
context={'active_test': False}
inverse_name='equipment_id'
string='Certificates'
No public methods.
active
Boolean
default=True
certificate_file
Binary
attachment=True
string='Certificate'
certificate_filename
Char
string='Certificate file name'
certificate_number
Char
date
Date
equipment_id
Many2one → maintenance.equipment
comodel_name='maintenance.equipment'
expiration_notify_count
Integer
copy=False
default=0
string='Notifications Sent'
name
Char
notes
Text
renewal_date
Date
write(self, vals)
cert_expiration_notify_enabled
Boolean
config_parameter='maintenance_equipment_certification.expiration_notify_enabled'
help='Send an email notification when a certificate is about to expire.'
string='Certificate Expiration Alert'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/maintenance |
| GIT | |
| GIT | https://github.com/OCA/maintenance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/maintenance/tree/16.0/maintenance_equipment_certification |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Trey (www.trey.es) |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Trey (www.trey.es) |
| COMMITTERS | |
| COMMITTERS | cubells, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/maintenance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - maintenance - base - base_setup - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_equipment_view_form |
maintenance.equipment | xpath | Inherits maintenance.hr_equipment_view_form |
certificate_ids
One2many → maintenance.equipment.certificate
comodel_name='maintenance.equipment.certificate'
inverse_name='equipment_id'
string='Certificates'
No public methods.
certificate_file
Binary
attachment=True
string='Certificate'
certificate_filename
Char
string='Certificate file name'
date
Date
equipment_id
Many2one → maintenance.equipment
comodel_name='maintenance.equipment'
name
Char
notes
Text
No public methods.