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

9 years ago
  1. # -*- encoding: utf-8 -*-
  2. - !record {model: ir.model.access, id: access_res_authentication_attempt_all}:
  3. model_id: model_res_authentication_attempt
  4. name: Authentication Attempt All Users
  5. perm_read: true
  6. - !record {model: ir.model.access, id: access_res_authentication_attempt_manager}:
  7. group_id: base.group_system
  8. model_id: model_res_authentication_attempt
  9. name: Authentication Attempt Manager
  10. perm_create: true
  11. perm_read: true
  12. perm_write: true
  13. perm_unlink: true