TIP: You can type at any time to perform a new search.
Web Pwa Customize
web_pwa_customize · OCA/web
- 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
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/web/manifest.webmanifest |
WebManifest.webmanifest |
public | http | GET | sudo |
Models touched (1)
New fields (4)
-
pwa_background_colorCharconfig_parameter='pwa.manifest.background_color' args: 'Background Color' -
pwa_iconBinaryreadonly=False args: 'Icon' -
pwa_short_nameCharconfig_parameter='pwa.manifest.short_name' args: 'Web App Short Name' -
pwa_theme_colorCharconfig_parameter='pwa.manifest.theme_color' args: 'Theme Color'
-
default_get(self, fields)@api.model -
get_values(self)@api.model -
set_values(self)@api.model
Loading…
Loading…