[WIP] Refactoring Cardex

This commit is contained in:
Pablo
2018-11-07 11:11:08 +01:00
parent 982c9b629b
commit 2071c04ac8
13 changed files with 279 additions and 279 deletions

View File

@@ -14,8 +14,8 @@ access_hotel_folio_line,hotel_folio.line.user,model_hotel_reservation,hotel.grou
access_hotel_folio_line_call,hotel_folio.line.call,model_hotel_reservation,hotel.group_hotel_call,1,1,1,1
access_hotel_invoice_call,account.invoice.call,account.model_account_invoice,hotel.group_hotel_call,1,1,1,1
access_hotel_invoice_user,account.invoice.user,account.model_account_invoice,hotel.group_hotel_user,1,1,1,1
access_hotel_model_cardex_call,hotel.currency_exchange.call,hotel.model_cardex,hotel.group_hotel_call,1,1,1,1
access_hotel_model_cardex_user,hotel.currency_exchange.user,hotel.model_cardex,hotel.group_hotel_user,1,1,1,1
access_hotel_model_checkin_partner_call,hotel.currency_exchange.call,hotel.model_checkin_partner,hotel.group_hotel_call,1,1,1,1
access_hotel_model_checkin_partner_user,hotel.currency_exchange.user,hotel.model_checkin_partner,hotel.group_hotel_user,1,1,1,1
access_hotel_order_call,hotel.order.call,sale.model_sale_order,hotel.group_hotel_call,1,1,1,1
access_hotel_order_line_call,hotel.order.line.call,sale.model_sale_order_line,hotel.group_hotel_call,1,1,1,1
access_hotel_order_line_user,hotel.order.line.user,sale.model_sale_order_line,hotel.group_hotel_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
14 access_hotel_folio_line_call hotel_folio.line.call model_hotel_reservation hotel.group_hotel_call 1 1 1 1
15 access_hotel_invoice_call account.invoice.call account.model_account_invoice hotel.group_hotel_call 1 1 1 1
16 access_hotel_invoice_user account.invoice.user account.model_account_invoice hotel.group_hotel_user 1 1 1 1
17 access_hotel_model_cardex_call access_hotel_model_checkin_partner_call hotel.currency_exchange.call hotel.model_cardex hotel.model_checkin_partner hotel.group_hotel_call 1 1 1 1
18 access_hotel_model_cardex_user access_hotel_model_checkin_partner_user hotel.currency_exchange.user hotel.model_cardex hotel.model_checkin_partner hotel.group_hotel_user 1 1 1 1
19 access_hotel_order_call hotel.order.call sale.model_sale_order hotel.group_hotel_call 1 1 1 1
20 access_hotel_order_line_call hotel.order.line.call sale.model_sale_order_line hotel.group_hotel_call 1 1 1 1
21 access_hotel_order_line_user hotel.order.line.user sale.model_sale_order_line hotel.group_hotel_user 1 1 1 1