diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
| commit | 1ca3b3df3421961caec3b747a364071c80f5c7da (patch) | |
| tree | 6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /ohrms_loan_accounting/security/security.xml | |
| parent | b57188be371d36d96caac4b8d65a40745c0e972c (diff) | |
initial commit
Diffstat (limited to 'ohrms_loan_accounting/security/security.xml')
| -rw-r--r-- | ohrms_loan_accounting/security/security.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ohrms_loan_accounting/security/security.xml b/ohrms_loan_accounting/security/security.xml new file mode 100644 index 0000000..7c2692f --- /dev/null +++ b/ohrms_loan_accounting/security/security.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data noupdate="1"> + + + <record id="hr_loan_manager_account_rule" model="ir.rule"> + <field name="name">Loan Forms Modification Accounts</field> + <field name="model_id" ref="model_hr_loan"/> + <field name="groups" eval="[(4, ref('account.group_account_user'))]"/> + <field name="perm_write" eval="1"/> + <field name="perm_read" eval="1"/> + <field name="perm_create" eval="1"/> + <field name="perm_unlink" eval="1"/> + </record> + + + </data> +</odoo>
\ No newline at end of file |
