ec1d5e9c59[7.0] mark all unported modules as not installable
Alexandre Fayolle
2013-01-18 15:26:01 +0100
4dda5e993e[MRG] Fix by florent.x on server_environment: drop the hack for the GTK client, because for 6.1 the web client is the blessed target. (lp:c2c-addons/6.1 rev 116)
@
2012-10-23 17:28:56 +0200
c02a34d230[MRG] from upstream (lp:c2c-addons/6.1 rev 45.1.4)
@
2012-03-05 10:05:30 +0100
c8fc742ebc[FIX] drop the hack for the GTK client, because for 6.1 the web client is the blessed target. (lp:c2c-addons/6.1 rev 40.2.1)
Florent Xicluna
2012-03-05 13:26:35 +0100
d7aae07d59OCA Transbot updated translations from Transifex
OCA Transbot
2015-10-26 06:58:47 -0400
143f62d886[FIX] auditlog: Duplicate logging * Update _patch_methods and _revert_methods in auditlog.rule model to properly track whether a method has already been patched for logging purposes. This prevents duplicate logs from being produced in various cases (e.g. when a logging rule is created as part of a module install)
Oleg Bulkin
2017-02-15 18:35:00 -0800
a901e473b9[FIX] Request id no longer exists after concurrency rollback
Stefan Rijnhart
2017-01-16 12:44:14 +0100
381fd42db7[MIG] auditlog: Migrated to 10.0
Frédéric Garbely
2017-01-20 09:04:39 +0100
0e13036186auditlog - Migrate 'AuditlogRule.create' and 'AuditlogRule.write' methods to the new API
sebalix
2016-11-14 15:12:24 +0100
00098d3f56auditlog - Auto-vacuum logs, HTTP requests and HTTP user sessions
sebalix
2016-02-13 16:03:36 +0100
bfc808298bauditlog - Bump version number
sebalix
2016-02-13 16:35:24 +0100
20d7b1b900auditlog - Field 'type' renamed to 'log_type'
sebalix
2016-02-13 14:12:46 +0100
d9adcbeed4auditlog - Ability to choose the log type on the rule: Full log (complete but slow) and Fast log (data input only, faster)
sebalix
2016-02-01 12:19:15 +0100
22667fb4bcturn off prefetching when reding values
Holger Brunn
2015-11-26 14:30:12 +0100
0e0911c633[FIX] Module 'auditlog' - No log for internal processing (e.g. 'read' calls produced by auditlog, either to scan records data or to fetch informations from 'ir.model'/'ir.model.fields' data models if rules are defined on them)
sebalix
2015-04-19 11:26:03 +0200
41ef8154a4[ADD] German translation for auditlog
Martin Schmid
2015-04-19 10:09:28 +0200
6dfc38f474[FIX] Module 'auditlog' - Unit tests, do not create users with the 'notify_email' field
sebalix
2015-04-08 11:43:26 +0200
73b70d7a9d[FIX] Module 'auditlog' - Support 'read' calls with one ID or a list of IDs
sebalix
2015-04-02 12:31:38 +0200
5c4194188d[FIX] Module 'auditlog' - Replace 'try/except statement by 'isinstance()' + Add missing field in unit test + Remove a list comprehension
sebalix
2015-04-02 11:01:34 +0200
cebaedb8d9[IMP] Module 'auditlog' - Performing logs on 'read' operations + Some bugfixes to log inherited fields and dummy fields such as 'in_group_X' in 'res.users' model + Unit tests updated
sebalix
2015-04-01 14:59:28 +0200
e62696870fAdd OCA as author of OCA addons
Alexandre Fayolle
2015-03-02 17:28:09 +0100
74ac1ff15d[FIX] Module 'auditlog' - When updating a resource, filter IDs on 2many fields to prevent a 'name_get()' call on potential deleted resources
sebalix
2015-02-09 14:36:07 +0100
c2ffbdce8f[IMP] Module 'auditlog' - Add a test regarding a resource deleted through a (2, ID) tuple on a write operation
sebalix
2015-02-09 12:09:07 +0100
f221f62bde[FIX] Module 'auditlog' - Data dictionaries of fields and models are put in the cache instead of recordsets (a recordset contains a reference on the database cursor which is closed after each RPC query)
sebalix
2015-02-04 17:01:35 +0100
688647c138[IMP] Module 'auditlog' - Added a second test using cached data generated during the first test
sebalix
2015-02-04 15:21:03 +0100
9af1957d73[IMP] Module 'auditlog' - Model 'auditlog.log.line', 'field_name' and 'field_description' fields changed into related fields
sebalix
2015-02-04 15:08:38 +0100
9b7a5edcbe[IMP] Module 'auditlog' - Autoremove 'auditlog.log.line' records when a field is deleted (e.g. migration)
sebalix
2015-02-04 12:51:39 +0100
80917cf160[IMP] Module 'auditlog' - README.rst updated (inform that the audittrail data - if any - are migrated during the installation)
sebalix
2015-02-02 10:49:18 +0100
a5aeb5effc[FIX] Module 'auditlog' - Remove 'active' field from __openerp__.py
sebalix
2015-02-02 10:42:33 +0100
38beab7104[IMP] use a model for test that is not influenced by the mail module
Holger Brunn
2015-02-01 17:27:40 +0100
66ab1810b0[FIX] Module 'auditlog' - local variable 'ir_model' is assigned to but never used
sebalix
2015-01-30 11:18:25 +0100