20 Commits (868073fdce3f5629fa1ad203a94fed6723bd64e2)

Author SHA1 Message Date
sebalix 9e1cb23e62 [FIX] Module 'auditlog' - Support 'read' calls with one ID or a list of IDs 10 years ago
sebalix 36630e72bb [FIX] Module 'auditlog' - Replace 'try/except statement by 'isinstance()' + Add missing field in unit test + Remove a list comprehension 10 years ago
sebalix b8a905f2c8 [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 10 years ago
sebalix 80b55b1f00 [FIX] Module 'auditlog' - When updating a resource, filter IDs on 2many fields to prevent a 'name_get()' call on potential deleted resources 10 years ago
sebalix b50bdcce46 [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) 10 years ago
sebalix d18631bb05 [IMP] Module 'auditlog' - Model 'auditlog.log.line', 'field_name' and 'field_description' fields changed into related fields 10 years ago
sebalix b471a922d9 [IMP] Module 'auditlog' - Useless lines of code removed 10 years ago
sebalix d77977c911 [FIX] Module 'auditlog' - local variable 'ir_model' is assigned to but never used 10 years ago
Holger Brunn 63269a91cb [FIX] cope with no additional log values 10 years ago
Holger Brunn fe11e254ea [ADD] pass old_values to create_log when deleting a record 10 years ago
Holger Brunn 7ef0c97964 [FIX] don't reset caches in register_hook 10 years ago
Holger Brunn 026dc39a78 [IMP] don't make a temporary copy of dict keys 10 years ago
Holger Brunn d53f4cc6ba [IMP] cache model and field ids 10 years ago
Holger Brunn 0f35f705da [ADD] allow overriding modules to pass additional log values 10 years ago
Holger Brunn f1f610bcd4 [IMP] use new import of _, SUPERUSER_ID 10 years ago
Holger Brunn 4d79b95255 [IMP] ignore rules for nonexisting objects 10 years ago
sebalix 03f8b62c8b [IMP] Module 'auditlog' - Clean up vim lines 10 years ago
sebalix 140a2fce54 [IMP] Module 'auditlog' - Split the 'create_logs()' method in several ones to make overridding easier 10 years ago
sebalix 31d5e6b548 [FIX] Module 'auditlog' - Fix some flake8 errors 10 years ago
sebalix fac2ffe0e9 [ADD] Module 'auditlog' - A substitute to the deprecated 'audittrail' module 10 years ago