Skip to content

Commit

Permalink
[FIX] add create access for wizard
Browse files Browse the repository at this point in the history
### Context

- Access rights were added in
OCA@c7fac1b

- But the author missed to add create access for the wizard, which
results in Access Error when clicking 'Update Printers from CUPS'
  • Loading branch information
trisdoan committed Oct 14, 2024
1 parent b0e2d10 commit 21076f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_report_to_printer/security/security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<field eval="1" name="perm_read" />
<field eval="1" name="perm_unlink" />
<field eval="1" name="perm_write" />
<field eval="1" name="perm_create" />
</record>
<record id="access_wizard_print_attachment_user" model="ir.model.access">
<field name="name">Print Attachment User</field>
Expand Down

0 comments on commit 21076f4

Please sign in to comment.