forked from Mapan/odoo17e
555 B
555 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_calendar_booking_user | calendar.booking.user | model_calendar_booking | base.group_user | 1 | 0 | 0 | 0 |
| 3 | access_calendar_booking_manager | calendar.booking.manager | model_calendar_booking | appointment.group_appointment_manager | 1 | 1 | 1 | 1 |
| 4 | access_calendar_booking_line_user | calendar.booking.line.user | model_calendar_booking_line | base.group_user | 1 | 0 | 0 | 0 |
| 5 | access_calendar_booking_line_manager | calendar.booking.line.manager | model_calendar_booking_line | appointment.group_appointment_manager | 1 | 1 | 1 | 1 |