TIP: You can type at any time to perform a new search.
Survey Certification Branding
survey_certification_branding · OCA/survey
- Repository
- OCA/survey · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.19 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/survey
- Last tracking update
- 2026-08-07 08:09:33
- Authors
- Odoo Community Association (OCA), Binhex
- Maintainers
- Odoo Community Association (OCA), Binhex
- Committers
- Weblate, OCA-git-bot, oca-ci, r.perez
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extends the functionality of survey to support customization of certification reports. Specifically, it enables: - Overriding the company name displayed on the certificate. - Setting a custom logo for each certification. By default, Odoo pulls this information from the company settings, but this addon makes it editable at the survey level. It’s designed with minimal scope for easier integration and maintenance.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
certification_report_view_classic |
certification_report_view_classic | ir.ui.view | qweb | Inherits survey.certification_report_view_classic |
certification_report_view_modern |
certification_report_view_modern | ir.ui.view | qweb | Inherits survey.certification_report_view_modern |
survey_survey_view_form |
survey.survey | form | Inherits survey.survey_survey_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
certification_company_nameCharcompute='_compute_certification_branding_fields'help='Company name to be used in the certification report. If left blank, the company name will be used.'readonly=Falsestore=True args: 'Certification - Company Name' -
certification_logo_512Imagecompute='_compute_certification_branding_fields'help='Logo to be used in the certification report. It will be resized to a maximum of 512x512 pixels. If left blank, the company logo will be used.'max_height=512max_width=512readonly=Falsestore=Truestring='Certification - Logo'
No public methods.