sebalix
fba30d2c78
[FIX] Module 'auditlog' - Replace 'try/except statement by 'isinstance()' + Add missing field in unit test + Remove a list comprehension
2023-11-14 15:19:44 +01:00
sebalix
cfdeb6ab3c
[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
2023-11-14 15:19:44 +01:00
Alexandre Fayolle
dac2718628
Add OCA as author of OCA addons
...
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2023-11-14 15:19:44 +01:00
Holger Brunn
cae62e31e8
[ADD] migration script
2023-11-14 15:19:44 +01:00
sebalix
ba69466dd6
[FIX] Module 'auditlog' - When updating a resource, filter IDs on 2many fields to prevent a 'name_get()' call on potential deleted resources
2023-11-14 15:19:44 +01:00
sebalix
0069c7175a
[IMP] Module 'auditlog' - Add a test regarding a resource deleted through a (2, ID) tuple on a write operation
2023-11-14 15:19:44 +01:00
sebalix
bc6e408d8a
[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)
2023-11-14 15:19:44 +01:00
sebalix
388e7368d9
[IMP] Module 'auditlog' - Added a second test using cached data generated during the first test
2023-11-14 15:19:44 +01:00
sebalix
81ee271b21
[IMP] Module 'auditlog' - Model 'auditlog.log.line', 'field_name' and 'field_description' fields changed into related fields
2023-11-14 15:19:44 +01:00
sebalix
0ccef82ff8
[IMP] Module 'auditlog' - Autoremove 'auditlog.log.line' records when a field is deleted (e.g. migration)
2023-11-14 15:19:44 +01:00
sebalix
11e8891a81
[IMP] Module 'auditlog' - Useless lines of code removed
2023-11-14 15:19:44 +01:00
sebalix
dbc0b1b5cf
[IMP] Module 'auditlog' - README.rst updated (inform that the audittrail data - if any - are migrated during the installation)
2023-11-14 15:19:44 +01:00
sebalix
7b0bf104f6
[FIX] Module 'auditlog' - Remove 'active' field from __openerp__.py
2023-11-14 15:19:44 +01:00
Holger Brunn
0b2dfdf2e1
[IMP] use a model for test that is not influenced by the mail module
2023-11-14 15:19:44 +01:00
sebalix
84128025e7
[FIX] Module 'auditlog' - local variable 'ir_model' is assigned to but never used
2023-11-14 15:19:44 +01:00
Holger Brunn
e2cd564bd3
[ADD] tests
2023-11-14 15:19:44 +01:00
Holger Brunn
23af1d3458
[FIX] cope with no additional log values
2023-11-14 15:19:44 +01:00
Holger Brunn
e2369a69bf
[ADD] pass old_values to create_log when deleting a record
2023-11-14 15:19:44 +01:00
Holger Brunn
8e0095228b
[FIX] don't reset caches in register_hook
2023-11-14 15:19:44 +01:00
Holger Brunn
8429b56f87
[IMP] don't make a temporary copy of dict keys
2023-11-14 15:19:44 +01:00
Holger Brunn
5b3f7b4c02
[IMP] cache model and field ids
2023-11-14 15:19:44 +01:00
Holger Brunn
52c2e41d9e
[ADD] allow overriding modules to pass additional log values
2023-11-14 15:19:44 +01:00
Holger Brunn
8a4f0b9802
[IMP] use new import of _, SUPERUSER_ID
2023-11-14 15:19:44 +01:00
Holger Brunn
abd6bd0a78
[ADD] change xmlids of legacy rules to point to auditlog.rule
2023-11-14 15:19:44 +01:00
sebalix
7ff0735da0
[IMP] Module 'auditlog' - Contributors updated in README.rst + AUTHORS.txt file removed
2023-11-14 15:19:44 +01:00
Holger Brunn
a247664728
[FIX] also migrate id sequences
2023-11-14 15:19:44 +01:00
Holger Brunn
63d343ce91
[ADD] init hook to migrate from audittrail
2023-11-14 15:19:44 +01:00
Holger Brunn
1f812b70af
[IMP] ignore rules for nonexisting objects
2023-11-14 15:19:44 +01:00
sebalix
dc246870c5
[FIX] Module 'auditlog' - 'time' module imported but unused
2023-11-14 15:19:44 +01:00
sebalix
57e3c429b9
[IMP] Module 'auditlog' - README.rst updated (based on the OCA template)
2023-11-14 15:19:44 +01:00
sebalix
2ab70e9eed
[IMP] Module 'auditlog' - Removed the 'timestamp' field from the 'auditlog.log' model (standard 'create_date' field is used instead)
2023-11-14 15:19:44 +01:00
sebalix
95b75b6da6
[IMP] Module 'auditlog' - Add 'name' attributes on some filters and other minor fixes
2023-11-14 15:19:44 +01:00
sebalix
ec089dd848
[IMP] Module 'auditlog' - Clean up vim lines
2023-11-14 15:19:44 +01:00
sebalix
e52c3b329e
[IMP] Module 'auditlog' - Split the 'create_logs()' method in several ones to make overridding easier
2023-11-14 15:19:44 +01:00
sebalix
9333a70b59
[ADD] Module 'auditlog' - 'auditlog.pot' file added
2023-11-14 15:19:44 +01:00
sebalix
64f7fc328f
[FIX] Module 'auditlog' - Put the module description in a README.rst file
2023-11-14 15:19:44 +01:00
sebalix
390435f20d
[FIX] Module 'auditlog' - Fix some flake8 errors
2023-11-14 15:19:44 +01:00
sebalix
58777c5ea5
[ADD] Module 'auditlog' - A substitute to the deprecated 'audittrail' module
2023-11-14 15:19:44 +01:00
Stéphane Bidoul
48aa194859
Update dotfiles
2023-11-12 14:06:49 +01:00
oca-git-bot
a29803c0d9
Initialize 17.0 branch
2023-11-07 15:20:07 +01:00