[FIX] base_report_to_printer: Minor fixes

* Migrate print_document method to v8 api exclusively
* Use api.multi on _can_print_report
* Simplify printing_printer description
* Simplify noupdate declaration
This commit is contained in:
Dave Lasley
2016-07-08 11:26:10 -07:00
committed by Rod Schouteden
parent 2215316605
commit 89a6d54e26
3 changed files with 50 additions and 55 deletions

View File

@@ -33,7 +33,7 @@ class PrintingPrinter(models.Model):
"""
_name = 'printing.printer'
_description = 'Printing Printers'
_description = 'Printer'
_order = 'name'
name = fields.Char(required=True, select=True)