mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[UPD] README.rst
This commit is contained in:
committed by
John Herholz
parent
d90d09be2d
commit
f7aba3f5e3
@@ -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 <jairo.llopis@tecnativa.com>
|
||||
* Graeme Gellatly <graeme@o4sb.com>
|
||||
* Rod Schouteden <rod@schout-it.be>
|
||||
* Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
@@ -428,6 +428,12 @@ sudo pip install pycups
|
||||
<li>Enable the “Printing / Print User” option under access
|
||||
rights to give users the ability to view the print menu.</li>
|
||||
</ol>
|
||||
<p>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 <cite>cupsd.conf(5)
|
||||
<https://www.cups.org/doc/man-cupsd.conf.html></cite> for details.</p>
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#id5">Usage</a></h1>
|
||||
@@ -498,6 +504,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||
<li>Jairo Llopis <<a class="reference external" href="mailto:jairo.llopis@tecnativa.com">jairo.llopis@tecnativa.com</a>></li>
|
||||
<li>Graeme Gellatly <<a class="reference external" href="mailto:graeme@o4sb.com">graeme@o4sb.com</a>></li>
|
||||
<li>Rod Schouteden <<a class="reference external" href="mailto:rod@schout-it.be">rod@schout-it.be</a>></li>
|
||||
<li>Alexandre Fayolle <<a class="reference external" href="mailto:alexandre.fayolle@camptocamp.com">alexandre.fayolle@camptocamp.com</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
|
||||
Reference in New Issue
Block a user