Commit Graph

8 Commits

Author SHA1 Message Date
Holden Rehg 7e0540cfe0 Migrate auditlog module from 8.0 to 9.0
- Update documentation to point to the new auditlog menu locations. These were changed because the 8.0 version was referencing menus that do not exist in 9.0
- Change version from 8.0.X.Y.Z to 9.0.1.0.0
- Make the module installable again
- Remove an unused parameter from pre-migration.py for versioning
- Fix typos and remove commented out blocks of code that were irrelevant
2017-12-18 14:54:46 +01:00
sebalix 086bd843fb auditlog - Field 'type' renamed to 'log_type' 2017-12-18 14:54:46 +01:00
sebalix 48cd91d128 auditlog - Ability to choose the log type on the rule: Full log (complete but slow) and Fast log (data input only, faster) 2017-12-18 14:54:46 +01:00
sebalix a896e2d40c Module 'auditlog' - Log HTTP user sessions and requests 2017-12-18 14:54:46 +01:00
sebalix b7663ceae6 [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 2017-12-18 14:54:46 +01:00
sebalix b13f0e623a [IMP] Module 'auditlog' - Removed the 'timestamp' field from the 'auditlog.log' model (standard 'create_date' field is used instead) 2017-12-18 14:54:46 +01:00
sebalix 7294bf56a8 [IMP] Module 'auditlog' - Add 'name' attributes on some filters and other minor fixes 2017-12-18 14:54:46 +01:00
sebalix 51caf7f89f [ADD] Module 'auditlog' - A substitute to the deprecated 'audittrail' module 2017-12-18 14:54:46 +01:00