mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[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:
committed by
Rod Schouteden
parent
2215316605
commit
89a6d54e26
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user