Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/web
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
OCA-git-bot, oca-ci, Anmol Garg
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to configure data for Progressive Web App: Short name, Background color, Theme color and Icon.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.pwa res.config.settings form Inherits base_setup.res_config_settings_view_form
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/web/manifest.webmanifest WebManifest.webmanifest public http GET sudo
Models touched (1)

New fields (4)
  • pwa_background_color Char
    config_parameter='pwa.manifest.background_color' args: 'Background Color'
  • pwa_icon Binary
    readonly=False args: 'Icon'
  • pwa_short_name Char
    config_parameter='pwa.manifest.short_name' args: 'Web App Short Name'
  • pwa_theme_color Char
    config_parameter='pwa.manifest.theme_color' args: 'Theme Color'
Public methods (3)
  • default_get(self, fields)
    @api.model
  • get_values(self)
    @api.model
  • set_values(self)
    @api.model

Loading…

Loading…