[FIX] Missing Model Security Rules

This commit is contained in:
Alexandre Díaz
2019-01-15 18:34:30 +01:00
parent 9688fe4e42
commit 9070f45674

View File

@@ -1,6 +1,4 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_room_price_cache_user,hotel_calendar.model_room_pricelist_cached_user,hotel_calendar.model_room_pricelist_cached,hotel.group_hotel_user,1,1,1,1
access_room_price_cache_call,hotel_calendar.model_room_pricelist_cached_call,hotel_calendar.model_room_pricelist_cached,hotel.group_hotel_call,1,1,1,1
access_hotel_product_pricelist_item_call,hotel_calendar.pricelist_item_call,hotel_calendar.model_product_pricelist_item,hotel.group_hotel_call,1,1,1,1
access_hotel_product_pricelist_item_user,hotel_calendar.pricelist_item_use,hotel_calendar.model_product_pricelist_item,hotel.group_hotel_user,1,1,1,1
access_hotel_calendar,access_hotel_calendar,model_hotel_calendar,base.group_user,1,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
access_room_price_cache_user hotel_calendar.model_room_pricelist_cached_user hotel_calendar.model_room_pricelist_cached hotel.group_hotel_user 1 1 1 1
access_room_price_cache_call hotel_calendar.model_room_pricelist_cached_call hotel_calendar.model_room_pricelist_cached hotel.group_hotel_call 1 1 1 1
2 access_hotel_product_pricelist_item_call hotel_calendar.pricelist_item_call hotel_calendar.model_product_pricelist_item hotel.group_hotel_call 1 1 1 1
3 access_hotel_product_pricelist_item_user hotel_calendar.pricelist_item_use hotel_calendar.model_product_pricelist_item hotel.group_hotel_user 1 1 1 1
4 access_hotel_calendar access_hotel_calendar model_hotel_calendar base.group_user 1 0 0 0