forked from OCA/report-print-send
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] base_report_to_printer: error printing in external network.
Error code: 1030, 'The printer or class does not exist.')". An explicit call to `setServer` and `setPort` fixed the issue. (see OpenPrinting/pycups#30) Also, added serve_id to printer views
- Loading branch information
1 parent
6c3c7f3
commit 7af32a7
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,14 @@ To configure this module, you need to: | |
#. Enable the "Printing / Print User" option under access | ||
rights to give users the ability to view the print menu. | ||
|
||
|
||
The jobs will be sent to the printer with a name matching the print_report_name | ||
of the report (truncated at 80 characters). By default this will not be | ||
displayed by CUPS web interface or in Odoo. To see this information, you need | ||
to change the configuration of your CUPS server and set the JobPrivateValue | ||
directive to "job-name", and reload the server. See `cupsd.conf(5) | ||
<https://www.cups.org/doc/man-cupsd.conf.html>` for details. | ||
|
||
Usage | ||
===== | ||
|
||
|
@@ -145,6 +153,7 @@ Contributors | |
* Jairo Llopis <[email protected]> | ||
* Graeme Gellatly <[email protected]> | ||
* Rod Schouteden <[email protected]> | ||
* Alexandre Fayolle <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters