Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Unported addons
---------------
addon | version | summary
--- | --- | ---
[website_analytics_piwik](website_analytics_piwik/) | 8.0.1.0.0 (unported) | Track website users using piwik
[website_analytics_piwik](website_analytics_piwik/) | 9.0.1.0.0 | Track website users using piwik
[website_backend_views](website_backend_views/) | 8.0.1.0.0 (unported) | Hook backend views into your website frontend
[website_blog_facebook_comment](website_blog_facebook_comment/) | 8.0.1.0.0 (unported) | Add Facebook comments on blog posts
[website_blog_mgmt](website_blog_mgmt/) | 8.0.1.0.0 (unported) | Website blog Management
Expand Down
4 changes: 2 additions & 2 deletions website_analytics_piwik/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
{
"name": "Piwik analytics",
"version": "8.0.1.0.0",
"version": "9.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Website",
Expand All @@ -34,6 +34,6 @@
'views/templates.xml',
],
"auto_install": False,
'installable': False,
'installable': True,
"application": False,
}