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.

28 lines
929 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_banned_remote_all}:
  7. model_id: model_res_banned_remote
  8. name: Banned Remote All Users
  9. perm_read: true
  10. - !record {model: ir.model.access, id: access_res_authentication_attempt_manager}:
  11. group_id: base.group_system
  12. model_id: model_res_authentication_attempt
  13. name: Authentication Attempt Manager
  14. perm_create: true
  15. perm_read: true
  16. perm_write: true
  17. perm_unlink: true
  18. - !record {model: ir.model.access, id: access_res_banned_remote_manager}:
  19. group_id: base.group_system
  20. model_id: model_res_banned_remote
  21. name: Banned Remote Manager
  22. perm_create: true
  23. perm_read: true
  24. perm_write: true
  25. perm_unlink: true