Add monitoring_log_requests

Addons that logs requests for usage analysis
This commit is contained in:
Guewen Baconnier
2016-08-31 16:08:28 +02:00
parent 8e3f231cea
commit c6c18194e4
5 changed files with 104 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
# Copyright 2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
{'name': 'Monitoring: Requests Logging',
'version': '9.0.1.0.0',
'author': 'Camptocamp',
'license': 'AGPL-3',
'category': 'category',
'depends': ['base'],
'website': 'http://www.camptocamp.com',
'data': [],
'installable': True,
}