feat(fusion_login_audit): standalone views + menus

List, form, and search views for fusion.login.audit, plus a "Login
Events" full-history action and a "Failed Logins (24h)" pre-filtered
action. Both surface under Settings -> Technical -> Login Audit
(menu items gated by base.group_system). Views are no-create / no-edit
/ no-delete to enforce append-only at the UI layer too.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-05-26 21:23:05 -04:00
parent 72aa28e6c4
commit 0513ea23a4
3 changed files with 144 additions and 0 deletions

View File

@@ -26,7 +26,9 @@ bursts. Daily retention cron honours a configurable horizon.
'data': [
'security/ir.model.access.csv',
'security/security.xml',
'views/fusion_login_audit_views.xml',
'views/res_users_views.xml',
'views/menus.xml',
],
'installable': True,
'application': False,