Mercurial > hgweb > health
changeset 5564:80a402aa5108
Fix bug #63533: Model 'gnuhealth.pol' is missing a default access
| author | Luis Falcon <falcon@gnuhealth.org> |
|---|---|
| date | Fri, 16 Dec 2022 19:27:54 +0000 |
| parents | fa16c2fce24d |
| children | 282a407d01c5 |
| files | tryton/health/security/access_rights.xml |
| diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health/security/access_rights.xml +++ b/tryton/health/security/access_rights.xml @@ -675,6 +675,14 @@ <field name="perm_delete" eval="False"/> </record> + <record model="ir.model.access" id="access_health_pol"> + <field name="model" search="[('model', '=', 'gnuhealth.pol')]"/> + <field name="perm_read" eval="False"/> + <field name="perm_write" eval="False"/> + <field name="perm_create" eval="False"/> + <field name="perm_delete" eval="False"/> + </record> + <!-- END OF DEFAULT ACCESS RIGHTS -->
