Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.18 MB
License
LGPL-3
Application
Yes
Auto-installable
No
Website
https://github.com/OCA/web
Last tracking update
2026-08-07 08:09:11
Authors
Odoo Community Association (OCA), Tecnativa, TAKOBI
Maintainers
Odoo Community Association (OCA), Tecnativa, TAKOBI
Committers
Michele, Weblate, oca-ci
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
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
web_layout_pwa Web layout PWA ir.ui.view qweb Inherits web.webclient_bootstrap
HTTP endpoints (3)
Route(s)HandlerAuthTypeMethodsFlags
/web_pwa_oca/manifest.webmanifest PWA.pwa_manifest public http ALL
/service-worker.js PWA.render_service_worker public http ALL
/service-worker.js ServiceWorker.render_service_worker public http ALL
Models touched (1)

New fields (5)
  • pwa_background_color Char
    args: 'Background Color'
  • pwa_icon Binary
    readonly=False args: 'Icon'
  • pwa_name Char
    help='Name of the Progressive Web Application' args: 'Progressive Web App Name'
  • pwa_short_name Char
    help='Short Name of the Progressive Web Application' args: 'Progressive Web App Short Name'
  • pwa_theme_color Char
    args: 'Theme Color'
Public methods (2)
  • get_values(self)
    @api.model
  • set_values(self)
    @api.model

Loading…

Loading…

Loading…

Loading…