Skip to content

Commit

Permalink
[16.0][MIG] website_analytics_matomo
Browse files Browse the repository at this point in the history
  • Loading branch information
astirpe committed Jul 3, 2023
1 parent 3d5ed94 commit ef7886e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions setup/website_analytics_matomo/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
2 changes: 1 addition & 1 deletion website_analytics_matomo/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Matomo analytics",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Onestein,Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Website",
Expand Down
3 changes: 3 additions & 0 deletions website_analytics_matomo/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This module allows to simply configure your odoo website for using Matomo_.

.. _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.

0 comments on commit ef7886e

Please sign in to comment.