You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
504 B
14 lines
504 B
# -*- encoding: utf-8 -*-
|
|
- !record {model: ir.model.access, id: access_res_authentication_attempt_all}:
|
|
model_id: model_res_authentication_attempt
|
|
name: Authentication Attempt All Users
|
|
perm_read: true
|
|
|
|
- !record {model: ir.model.access, id: access_res_authentication_attempt_manager}:
|
|
group_id: base.group_system
|
|
model_id: model_res_authentication_attempt
|
|
name: Authentication Attempt Manager
|
|
perm_create: true
|
|
perm_read: true
|
|
perm_write: true
|
|
perm_unlink: true
|