vue-element-admin/tests/unit/utils/ADempiere/apiConverts/objects/fromApi/role.json

28 lines
749 B
JSON

{
"id": "id",
"uuid": "uuid",
"name": "name",
"description": "description",
"client_id": "client_id",
"client_name": "client_name",
"is_allow_html_view": true,
"is_allow_info_account": false,
"is_allow_info_asset": true,
"is_allow_info_business_partner": true,
"is_allow_info_cash_journal": false,
"is_allow_info_crp": false,
"is_allow_info_in_out": false,
"is_allow_info_invoice": true,
"is_allow_info_mrp": true,
"is_allow_info_order": true,
"is_allow_info_payment": true,
"is_allow_info_product": true,
"is_allow_info_resource": true,
"is_allow_info_schedule": true,
"is_allow_xls_view": true,
"is_can_export": true,
"is_can_report": true,
"is_personal_access": true,
"is_personal_lock": false
}