mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[IMP] base_report_to_printer: Add printer option to launch reports in new thread
This commit is contained in:
@@ -41,6 +41,7 @@ class PrintingServer(models.Model):
|
||||
string="Printers List",
|
||||
help="List of printers available on this server.",
|
||||
)
|
||||
multi_thread = fields.Boolean()
|
||||
|
||||
def _open_connection(self, raise_on_error=False):
|
||||
self.ensure_one()
|
||||
|
||||
Reference in New Issue
Block a user