oca-website/odoo-bringout-oca-website-website_analytics_matomo/website_analytics_matomo/__manifest__.py
2025-08-29 15:43:06 +02:00

20 lines
556 B
Python

# Copyright 2015 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Matomo analytics",
"version": "16.0.1.0.0",
"author": "Onestein,Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Website",
"summary": "Track website users using matomo",
"website": "https://github.com/OCA/website",
"depends": [
"website",
],
"data": [
"views/res_config_settings.xml",
"views/templates.xml",
],
"installable": True,
}