Repository
OCA/website · module folder · Try on Runboat
Module version
1.1.1
Category
Website
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/website
Last tracking update
2026-08-07 07:57:07
Authors
Odoo Community Association (OCA), Odoo S.A., ForgeFlow
Maintainers
Odoo Community Association (OCA), Odoo S.A., ForgeFlow
Committers
Lois Rilo, Weblate, OCA-git-bot, oca-ci, Wytze Jan Riedstra, jinye
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
404_plausible Plausible 404 ir.ui.view qweb Inherits http_routing.404
layout layout ir.ui.view qweb Inherits website.layout
view_website_config_settings res.config.settings form Inherits website.res_config_settings_view_form
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/website/fetch_dashboard_data WebsitePlausibleBackend.fetch_dashboard_data user json ALL
Models touched (2)

New fields (3)
  • has_plausible_shared_key Boolean
    compute='_compute_has_plausible_shared_key' inverse='_inverse_has_plausible_shared_key' args: 'Plausible Analytics'
  • plausible_shared_key Char
    readonly=False related='website_id.plausible_shared_key' args: 'Plausible auth Key'
  • plausible_site Char
    readonly=False related='website_id.plausible_site' args: 'Plausible Site (e.g. domain.com)'
Public methods (0)

No public methods.

New fields (2)
  • plausible_shared_key Char
  • plausible_site Char
Public methods (0)

No public methods.

Loading…