Commit Graph

64 Commits (214efbf80256f180bdf23177aada4d9c9b0fbac6)

Author SHA1 Message Date
OCA Transbot ddda3d1a05 OCA Transbot updated translations from Transifex 2015-10-26 06:58:47 -04:00
Stéphane Bidoul 6f8a64238b [UPD] prefix versions with 8.0 2015-10-09 10:03:09 +02:00
OCA Transbot 9d4e68282a OCA Transbot updated translations from Transifex 2015-10-05 05:30:46 -04:00
Holger Brunn 919f9f6856 [FIX] if someone else has overridden our patched,
method, don't do anything
2015-09-16 11:42:10 +02:00
Yannick Vaucher 84bcb5fd40 Merge pull request #208 from hbrunn/8.0-auditlog_downgrade_create_correctly
[FIX] make patched create downgrade correctly to v6.1
2015-08-24 12:06:57 +02:00
Yannick Vaucher 5c93056356 Add missing default oca icons 2015-08-18 10:47:52 +02:00
Holger Brunn 525f619954 [FIX] make patched create downgrade correctly to v6.1 2015-07-17 10:03:49 +02:00
Holger Brunn f4e51c6751 [ADD] comment 2015-07-08 12:47:53 +02:00
Holger Brunn 0bac0a898e [FIX] ie related fields don't have an
ir.model.fields entry
2015-06-11 14:21:39 +02:00
Holger Brunn 42a34247e7 Merge pull request #170 from yvaucher/8.0-add-bug-tracker-link
Add bug tracker link on README.rst
2015-06-09 14:47:33 +02:00
Yannick Vaucher 845980403b Merge pull request #148 from osiell/8.0-auditlog_read
[IMP] Module 'auditlog' - Performing logs on 'read' operations
2015-06-02 16:47:44 +02:00
Yannick Vaucher 2ed8ea3e45 Add bug tracker link on README.rst 2015-05-22 19:45:04 +02:00
Alejandro Santana fb59f06bd1 [ADD] auditlog: Added Spanish translation. 2015-05-17 21:27:45 +02:00
sebalix 53f2c0e6a2 [IMP] Module 'auditlog' - Remove the unit test causing trouble with Travis CI 2015-04-21 18:00:22 +02:00
sebalix 9d6f7bdd67 [FIX] Module 'auditlog' - Log fields coming from polymorphic inheritances ('_inherits') 2015-04-19 17:28:34 +02:00
sebalix 8657f2ee74 [IMP] Module 'auditlog' - Unsubscribe rules before removing them + Unit tests updated 2015-04-19 17:28:27 +02:00
sebalix 4a4430f96b [FIX] Module 'auditlog' - Fix lint check 2015-04-19 12:07:41 +02:00
sebalix 3074382f98 [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) 2015-04-19 11:26:03 +02:00
Martin Schmid 659f7e9336 [ADD] German translation for auditlog 2015-04-19 10:09:28 +02:00
sebalix 8c44c86833 [FIX] Module 'auditlog' - Unit tests, do not create users with the 'notify_email' field 2015-04-08 11:43:26 +02:00
sebalix b0123d8441 [FIX] Module 'auditlog' - Support 'read' calls with one ID or a list of IDs 2015-04-02 12:31:38 +02:00
sebalix 48fa5cb3b9 [FIX] Module 'auditlog' - Replace 'try/except statement by 'isinstance()' + Add missing field in unit test + Remove a list comprehension 2015-04-02 11:01:34 +02:00
sebalix 7c72a70d20 [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 2015-04-01 16:19:57 +02:00
Alexandre Fayolle f750eed871 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.
2015-03-02 17:28:09 +01:00
Sébastien Alix 4c685c34ec Merge pull request #6 from hbrunn/8.0-auditlog
[ADD] migration script
2015-02-17 08:26:56 +01:00
Holger Brunn 56b020e9cc [ADD] migration script 2015-02-16 16:42:04 +01:00
sebalix 39c83e67f5 [FIX] Module 'auditlog' - When updating a resource, filter IDs on 2many fields to prevent a 'name_get()' call on potential deleted resources 2015-02-09 14:43:28 +01:00
sebalix 9734c08260 [IMP] Module 'auditlog' - Add a test regarding a resource deleted through a (2, ID) tuple on a write operation 2015-02-09 14:21:39 +01:00
sebalix 5960891458 [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) 2015-02-04 17:01:35 +01:00
sebalix 7888ceb424 [IMP] Module 'auditlog' - Added a second test using cached data generated during the first test 2015-02-04 15:21:03 +01:00
sebalix 74588493cd [IMP] Module 'auditlog' - Model 'auditlog.log.line', 'field_name' and 'field_description' fields changed into related fields 2015-02-04 15:08:38 +01:00
sebalix d486ab8bb7 [IMP] Module 'auditlog' - Autoremove 'auditlog.log.line' records when a field is deleted (e.g. migration) 2015-02-04 12:51:39 +01:00
sebalix 9f657e0ca4 [IMP] Module 'auditlog' - Useless lines of code removed 2015-02-02 15:58:52 +01:00
sebalix d10c009d9e [IMP] Module 'auditlog' - README.rst updated (inform that the audittrail data - if any - are migrated during the installation) 2015-02-02 10:51:24 +01:00
sebalix dd6b5d8554 [FIX] Module 'auditlog' - Remove 'active' field from __openerp__.py 2015-02-02 10:42:33 +01:00
Sébastien Alix 8807bcd2ff Merge pull request #5 from hbrunn/8.0-auditlog
[FIX] Module 'auditlog' - Use a model for test that is not influenced by the mail module
2015-02-01 17:31:32 +01:00
Holger Brunn dc27644704 [IMP] use a model for test that is not influenced by the mail module 2015-02-01 17:27:40 +01:00
Holger Brunn b5eaec686c [FIX] flake8 2015-02-01 17:25:27 +01:00
sebalix 05d42489e5 [FIX] Module 'auditlog' - local variable 'ir_model' is assigned to but never used 2015-01-30 11:18:25 +01:00
Sébastien Alix 04e04480d0 Merge pull request #4 from hbrunn/8.0-auditlog
8.0 auditlog
2015-01-29 18:52:58 +01:00
Holger Brunn 04944c61cd [ADD] tests 2015-01-29 16:20:29 +01:00
Holger Brunn f754bf04b5 [FIX] cope with no additional log values 2015-01-29 15:40:15 +01:00
Holger Brunn 153bb5c3e6 [ADD] pass old_values to create_log when deleting a record 2015-01-29 15:39:14 +01:00
Holger Brunn 719714340b [FIX] don't reset caches in register_hook 2015-01-29 15:38:29 +01:00
Holger Brunn d11d9df02d [IMP] don't make a temporary copy of dict keys 2015-01-29 13:38:26 +01:00
Holger Brunn df6ced6fe0 [IMP] cache model and field ids 2015-01-29 13:27:07 +01:00
Holger Brunn df07d3130a [ADD] allow overriding modules to pass additional log values 2015-01-29 13:04:49 +01:00
Holger Brunn 0cdb74c82e [IMP] use new import of _, SUPERUSER_ID 2015-01-29 12:25:05 +01:00
Sébastien Alix 7a9b09ae12 Merge pull request #3 from hbrunn/8.0-auditlog
[ADD] change xmlids of legacy rules to point to auditlog.rule
2015-01-28 15:43:08 +01:00
Holger Brunn 955f05a74d [ADD] change xmlids of legacy rules to point to auditlog.rule 2015-01-28 15:36:00 +01:00