[FIX] hr_base: model absolute path

This commit is contained in:
Abdurrahman Saber 2025-11-07 14:15:23 +02:00
parent d20e64e88e
commit 5596da7de3
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ access_hr_holidays_status_duration,access_hr_holidays_duration,model_holiday_sta
access_public_leave_report_user,access_public_leave_report,model_public_leave_report,base.group_user,1,1,1,0
access_public_holidays_next_year_wizard_user,access_public_holidays_next_year_wizard,model_public_holidays_next_year_wizard,base.group_user,1,1,1,0
access_zfp_hr_custom_buy_vacation,zfp_hr_custom.buy_vacation,model_buy_vacation,base.group_user,1,1,1,1
access_hr_holidays_officials_accounting_manager,access.hr.holidays.officials.accounting.manager,model_hr_holidays_officials,hr_base.group_account_manager,1,1,0,0
access_hr_holidays_officials_accounting_manager,access.hr.holidays.officials.accounting.manager,model_hr_holiday_officials,hr_base.group_account_manager,1,1,0,0
access_resource_calendar_accounting_manager,resource.calendar.accounting.manager,model_resource_calendar,hr_base.group_account_manager,1,1,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
28 access_public_leave_report_user access_public_leave_report model_public_leave_report base.group_user 1 1 1 0
29 access_public_holidays_next_year_wizard_user access_public_holidays_next_year_wizard model_public_holidays_next_year_wizard base.group_user 1 1 1 0
30 access_zfp_hr_custom_buy_vacation zfp_hr_custom.buy_vacation model_buy_vacation base.group_user 1 1 1 1
31 access_hr_holidays_officials_accounting_manager access.hr.holidays.officials.accounting.manager model_hr_holidays_officials model_hr_holiday_officials hr_base.group_account_manager 1 1 0 0
32 access_resource_calendar_accounting_manager resource.calendar.accounting.manager model_resource_calendar hr_base.group_account_manager 1 1 0 0