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 IDNameModelTypeStatus
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_name Char
    compute='_compute_certification_branding_fields' help='Company name to be used in the certification report. If left blank, the company name will be used.' readonly=False store=True args: 'Certification - Company Name'
  • certification_logo_512 Image
    compute='_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=512 max_width=512 readonly=False store=True string='Certification - Logo'
Public methods (0)

No public methods.