Skip to content

Commit

Permalink
[FIX] base_report_to_printer: access error and wrong translated terms
Browse files Browse the repository at this point in the history
  • Loading branch information
trisdoan committed Oct 14, 2024
1 parent fe3b987 commit 744ff55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base_report_to_printer/i18n/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ msgstr "Guide"
#: code:addons/base_report_to_printer/wizards/print_attachment_report.py:0
#, python-format
msgid "{name} ({copies} copies)"
msgstr "{namn} ({kopior} kopior)"
msgstr "{name} ({copies} kopior)"

#~ msgid "Job"
#~ msgstr "Jobb"
Expand Down
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 744ff55

Please sign in to comment.