TIP: You can type at any time to perform a new search.
Certificate
certificate · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1
- Category
- Hidden/Tools
- Folder size
- 0.96 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-15 22:44:21
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Raphael Collet, Odoo Translation Bot, Julien Castiaux, Alvaro Fuentes, Tiffany Chang (tic), Gorash, Dylan Kiss (dyki), Paolo Gatti, Antoine Boonen, Julien Alardot (jual), Vivek Pathak, Xavier Bol (xbo), sesn-odoo, mega, Louis Gobert, Krzysztof Magusiak (krma), Basioni (basm), cahu, MostafaTwfiq
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_edi_proxy_client, l10n_co_electronic_invoice_self, l10n_es_edi_facturae, l10n_es_edi_sii, l10n_es_edi_tbai, l10n_es_edi_verifactu, l10n_pl_edi, l10n_sa_edi
- Description
Code Analysis ⓘ
Views touched (7)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
certificate_certificate_view_form |
certificate.certificate.form | certificate.certificate | form | New |
certificate_certificate_view_list |
certificate.certificate.list | certificate.certificate | list | New |
certificate_certificate_view_search |
certificate.certificate.search | certificate.certificate | search | New |
certificate_key_view_form |
certificate.key.form | certificate.key | form | New |
certificate_key_view_list |
certificate.key.list | certificate.key | list | New |
certificate_key_view_search |
certificate.key.search | certificate.key | search | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.certificate | res.config.settings | form | Inherits base.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (18)
-
activeBooleandefault=Truehelp='Set active to false to archive the certificate'name='Active' -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>ondelete='cascade'required=Truestring='Company' -
contentBinaryreadonly=Falserequired=Truestring='Certificate' -
content_formatSelectioncompute='_compute_pem_certificate'selection=[('der', 'DER'), ('pem', 'PEM'), ('pkcs12', 'PKCS12')]store=Truestring='Original certificate format' -
country_codeChardepends=['company_id']related='company_id.country_code' -
date_endDatetimecompute='_compute_pem_certificate'help='The date on which the certificate expires'store=Truestring='Expiration date' -
date_startDatetimecompute='_compute_pem_certificate'help='The date on which the certificate starts to be valid'store=Truestring='Available date' -
is_validBooleancompute='_compute_is_valid'search='_search_is_valid'string='Valid' -
issuer_cert_idMany2one → certificate.certificatecheck_company=Truecomodel_name='certificate.certificate'compute='_compute_issuer_cert_id'string='Issuer Certificate' -
loading_errorTextcompute='_compute_pem_certificate'store=Truestring='Loading error' -
nameCharstring='Name' -
pem_certificateBinarycompute='_compute_pem_certificate'store=Truestring='Certificate in PEM format' -
pkcs12_passwordCharhelp='Password to decrypt the PKS file.'string='Certificate Password' -
private_key_idMany2one → certificate.keycheck_company=Truecomodel_name='certificate.key'compute='_compute_private_key'domain=[('public', '=', False)]readonly=Falsestore=Truestring='Private Key' -
public_key_idMany2one → certificate.keycheck_company=Truecomodel_name='certificate.key'domain=[('public', '=', True)]help='Used to set a public key in case the one self-contained in the certificate is erroneus.\n When a public key is set this way, it will be used instead of the one in the certificate.\n 'string='Public Key' -
scopeSelectionselection=[('general', 'General')]string='Certificate scope' -
serial_numberCharcompute='_compute_pem_certificate'help='The serial number to add to electronic documents'store=Truestring='Serial number' -
subject_common_nameCharcompute='_compute_pem_certificate'store=Truestring='Subject Name'
-
create(self, vals_list)@api.model_create_multi -
write(self, vals)
New fields (8)
-
activeBooleandefault=Truehelp='Set active to false to archive the key.'name='Active' -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>ondelete='cascade'required=Truestring='Company' -
contentBinaryrequired=Truestring='Key file' -
loading_errorTextcompute='_compute_pem_key'store=Truestring='Loading error' -
nameChardefault='New key'string='Name' -
passwordCharstring='Private key password' -
pem_keyBinarycompute='_compute_pem_key'store=Truestring='Key bytes in PEM format' -
publicBooleancompute='_compute_pem_key'store=Truestring='Public/Private key'
No public methods.
Loading…