Repository
OCA/website · module folder · Try on Runboat
Module version
1.0.0
Category
Website
Folder size
0.35 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/website
Last tracking update
2026-08-11 11:13:01
Authors
Odoo Community Association (OCA), Onestein, Therp BV
Maintainers
Odoo Community Association (OCA), Onestein, Therp BV
Committers
Anjeel Haria, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module allows to simply configure your odoo website for using
[Matomo](http://matomo.org).

If your website is a webshop, also consider to install the OCA module
website_sale_analytics_matomo to enable full Ecommerce reporting with
Matomo Analytics.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
layout layout ir.ui.view qweb Inherits website.layout
res_config_settings_view_form res.config.settings form Inherits website.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (6)
  • has_matomo_analytics Boolean
    readonly=False related='website_id.has_matomo_analytics' args: 'Matomo Analytics'
  • matomo_analytics_host Char
    readonly=False related='website_id.matomo_analytics_host'
  • matomo_analytics_id Char
    readonly=False related='website_id.matomo_analytics_id'
  • matomo_enable_heartbeat Boolean
    readonly=False related='website_id.matomo_enable_heartbeat'
  • matomo_enable_userid Boolean
    readonly=False related='website_id.matomo_enable_userid'
  • matomo_heartbeat_timer Integer
    readonly=False related='website_id.matomo_heartbeat_timer'
Public methods (0)

No public methods.

New fields (8)
  • has_matomo_analytics Boolean
    args: 'Matomo Analytics'
  • matomo_analytics_host Char
    help='The host/path your Matomo installation is accessible by on the internet.' args: 'Matomo host'
  • matomo_analytics_host_url Char
    compute='_compute_matomo_analytics_host_url' store=True string='Matomo host URL'
  • matomo_analytics_id Char
    default='1' help='The ID Matomo uses to identify the website' args: 'Matomo website ID'
  • matomo_enable_heartbeat Boolean
  • matomo_enable_userid Boolean
  • matomo_get_userid Char
    compute='_compute_matomo_userid'
  • matomo_heartbeat_timer Integer
    default=15 help='How many seconds a tab needs to be active to be counted as viewed.'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…