Odoo18-Base/addons/l10n_latam_base/security/ir.model.access.csv

6 lines
618 B
Plaintext
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"access_latam_identification_type_all","latam id type all","model_l10n_latam_identification_type",base.group_user,1,0,0,0
"access_latam_identification_type_portal","latam id type portal","model_l10n_latam_identification_type",base.group_portal,1,0,0,0
"access_latam_identification_type_manager","latam id type manager","model_l10n_latam_identification_type","base.group_partner_manager",1,1,0,0
"access_latam_identification_type_public","latam id type public","model_l10n_latam_identification_type",base.group_public,1,0,0,0