feat(permissions): add dashboard.view permission for cashier/counter/workshop
This commit is contained in:
@@ -46,6 +46,9 @@ _DEFAULT_ROLE_PERMISSIONS = {
|
||||
|
||||
|
||||
_AVAILABLE_PERMISSIONS = [
|
||||
{'module': 'Dashboard', 'permissions': [
|
||||
{'key': 'dashboard.view', 'label': 'Ver Dashboard'},
|
||||
]},
|
||||
{'module': 'Punto de Venta', 'permissions': [
|
||||
{'key': 'pos.sell', 'label': 'Realizar ventas'},
|
||||
{'key': 'pos.view', 'label': 'Ver ventas/cotizaciones'},
|
||||
|
||||
Reference in New Issue
Block a user