forked from Mapan/odoo17e
848 B
848 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_iot_box_user | iot.box | iot.model_iot_box | base.group_user | 1 | 0 | 0 | 0 |
| 3 | access_iot_device_user | iot.device | iot.model_iot_device | base.group_user | 1 | 0 | 0 | 0 |
| 4 | access_iot_box_admin | iot.box | iot.model_iot_box | base.group_system | 1 | 1 | 0 | 1 |
| 5 | access_iot_device_admin | iot.device | iot.model_iot_device | base.group_system | 1 | 1 | 0 | 1 |
| 6 | access_iot_keyboard_layout | iot.keyboard.layout | iot.model_iot_keyboard_layout | base.group_system | 1 | 1 | 0 | 1 |
| 7 | access_add_iot_box | access.add.iot.box | model_add_iot_box | base.group_system | 1 | 1 | 1 | 0 |
| 8 | access_iot_select_printers_wizard_user | iot.select.printers.wizard | iot.model_select_printers_wizard | base.group_user | 1 | 1 | 1 | 0 |
| 9 | access_iot_channel_user | iot.channel | model_iot_channel | base.group_user | 1 | 0 | 0 | 0 |
| 10 | access_iot_channel_admin | iot.channel | model_iot_channel | base.group_system | 1 | 1 | 1 | 1 |