[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:
Alexis de Lattre
2014-12-28 01:36:12 +01:00
committed by Carlos Roca
parent 84d395cf7c
commit 74ce12bf3f
3 changed files with 43 additions and 11 deletions

View File

@@ -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>