mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
The fix in #259 only worked for reports being printed at generation of the PDF. This PR handles sending an attachment to a printer through the Print Attachment wizard. Also clarify the configuration section of the README.
14 lines
656 B
ReStructuredText
14 lines
656 B
ReStructuredText
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 "none" (or some other list of values which does not include
|
|
"job-name") , and reload the server. See `cupsd.conf(5)
|
|
<https://www.cups.org/doc/man-cupsd.conf.html>` for details.
|