mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] Bug #19 avoid crash when using 'raw' option
[Usability] Auto-add Administrator user to the Print group Make XML code more readable base_report_to_printer: add support for remote CUPS server (not just localhost) More logging and better error handling Add CUPS_HOST in more debug logs
This commit is contained in:
committed by
Carlos Roca
parent
84d395cf7c
commit
74ce12bf3f
@@ -3,6 +3,7 @@
|
||||
<data noupdate="1">
|
||||
<record id="res_groups_printingprintoperator0" model="res.groups">
|
||||
<field name="name">Printing / Print Operator</field>
|
||||
<field name="users" eval="[(4, ref('base.user_root'))]"/>
|
||||
</record>
|
||||
<record id="ir_model_access_printingprintergroup1" model="ir.model.access">
|
||||
<field name="name">printing_printer group</field>
|
||||
|
||||
Reference in New Issue
Block a user