diff options
Diffstat (limited to 'ohrms_loan_accounting/security/ir.model.access.csv')
| -rw-r--r-- | ohrms_loan_accounting/security/ir.model.access.csv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ohrms_loan_accounting/security/ir.model.access.csv b/ohrms_loan_accounting/security/ir.model.access.csv new file mode 100644 index 0000000..aa0ac8c --- /dev/null +++ b/ohrms_loan_accounting/security/ir.model.access.csv @@ -0,0 +1,13 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_account_move_uinvoice_officer,account.move.group_hr_user,account.model_account_move,hr.group_hr_user,1,1,1,1 +access_account_journal_uinvoice_officer,account.journal.group_hr_user,account.model_account_journal,hr.group_hr_user,1,1,1,1 +acces_account_move_line_officer,account.move.line.group_hr_user,account.model_account_move_line,hr.group_hr_user,1,1,1,1 +acces_ account_account_type_officer, account.account.type.group_hr_user,account.model_account_account_type,hr.group_hr_user,1,1,1,1 +access_hr_loan_manager,hr.loan,model_hr_loan,hr.group_hr_manager,1,1,1,1 +access_hr_loan_line_manager,hr.loan.line,model_hr_loan_line,hr.group_hr_manager,1,1,1,1 +access_account_move_uinvoice_manager,account.move,account.model_account_move,hr.group_hr_manager,1,1,1,1 +access_account_journal_uinvoice_manager,account.journal,account.model_account_journal,hr.group_hr_manager,1,1,1,1 +acces_account_move_line_manager,account.move.line,account.model_account_move_line,hr.group_hr_manager,1,1,1,1 +acces_ account_account_type_manager, account.account.type,account.model_account_account_type,hr.group_hr_manager,1,1,1,1 +access_hr_loan_accountant,hr.loan,model_hr_loan,account.group_account_user,1,1,1,0 +access_hr_loan_line_accountant,hr.loan.line,model_hr_loan_line,account.group_account_user,1,1,1,0
\ No newline at end of file |
