Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Certificate
Entity: certificate.certificate
Description: Certificate
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Boolean | - | ||
| company_id | Company | Many-to-One | res.company | |
| content | Certificate | Binary | - | |
| content_format | Original certificate format | Selection | - | _compute_pem_certificate |
| country_code | Char | company_id.country_code | ||
| date_end | Expiration date | Datetime | - | _compute_pem_certificate |
| date_start | Available date | Datetime | - | _compute_pem_certificate |
| is_valid | Valid | Boolean | - | _compute_is_valid |
| issuer_cert_id | Issuer Certificate | Many-to-One | certificate.certificate | _compute_issuer_cert_id |
| loading_error | Loading error | Text | - | _compute_pem_certificate |
| name | Name | Char | - | |
| pem_certificate | Certificate in PEM format | Binary | - | _compute_pem_certificate |
| pkcs12_password | Certificate Password | Char | - | |
| private_key_id | Private Key | Many-to-One | certificate.key | _compute_private_key |
| public_key_id | Public Key | Many-to-One | certificate.key | |
| scope | Certificate scope | Selection | - | |
| serial_number | Serial number | Char | - | _compute_pem_certificate |
| subject_common_name | Subject Name | Char | - | _compute_pem_certificate |
