-
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
17 changed files
with
234 additions
and
58 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
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- With threaded printing there's no download fallback when the issue | ||
isn't detected by the CUPS Odoo backend. To able to do it, we would | ||
need to notify the bus or use web_notify for it. |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink | ||
access_printing_printer_update_wizard,printers update,model_printing_printer_update_wizard,base.group_system,1,1,1,1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ | |
|
||
/* | ||
:Author: David Goodger ([email protected]) | ||
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ | ||
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ | ||
:Copyright: This stylesheet has been placed in the public domain. | ||
Default cascading style sheet for the HTML output of Docutils. | ||
Despite the name, some widely supported CSS2 features are used. | ||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to | ||
customize this style sheet. | ||
|
@@ -274,7 +275,7 @@ | |
margin-left: 2em ; | ||
margin-right: 2em } | ||
|
||
pre.code .ln { color: grey; } /* line numbers */ | ||
pre.code .ln { color: gray; } /* line numbers */ | ||
pre.code, code { background-color: #eeeeee } | ||
pre.code .comment, code .comment { color: #5C6576 } | ||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } | ||
|
@@ -300,7 +301,7 @@ | |
span.pre { | ||
white-space: pre } | ||
|
||
span.problematic { | ||
span.problematic, pre.problematic { | ||
color: red } | ||
|
||
span.section-subtitle { | ||
|
@@ -398,16 +399,17 @@ <h1 class="title">Report to printer</h1> | |
<li><a class="reference internal" href="#installation" id="toc-entry-1">Installation</a></li> | ||
<li><a class="reference internal" href="#configuration" id="toc-entry-2">Configuration</a></li> | ||
<li><a class="reference internal" href="#usage" id="toc-entry-3">Usage</a></li> | ||
<li><a class="reference internal" href="#changelog" id="toc-entry-4">Changelog</a><ul> | ||
<li><a class="reference internal" href="#section-1" id="toc-entry-5">13.0.1.0.0 (2019-09-30)</a></li> | ||
<li><a class="reference internal" href="#section-2" id="toc-entry-6">12.0.1.0.0 (2018-02-04)</a></li> | ||
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-4">Known issues / Roadmap</a></li> | ||
<li><a class="reference internal" href="#changelog" id="toc-entry-5">Changelog</a><ul> | ||
<li><a class="reference internal" href="#section-1" id="toc-entry-6">13.0.1.0.0 (2019-09-30)</a></li> | ||
<li><a class="reference internal" href="#section-2" id="toc-entry-7">12.0.1.0.0 (2018-02-04)</a></li> | ||
</ul> | ||
</li> | ||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-7">Bug Tracker</a></li> | ||
<li><a class="reference internal" href="#credits" id="toc-entry-8">Credits</a><ul> | ||
<li><a class="reference internal" href="#authors" id="toc-entry-9">Authors</a></li> | ||
<li><a class="reference internal" href="#contributors" id="toc-entry-10">Contributors</a></li> | ||
<li><a class="reference internal" href="#maintainers" id="toc-entry-11">Maintainers</a></li> | ||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-8">Bug Tracker</a></li> | ||
<li><a class="reference internal" href="#credits" id="toc-entry-9">Credits</a><ul> | ||
<li><a class="reference internal" href="#authors" id="toc-entry-10">Authors</a></li> | ||
<li><a class="reference internal" href="#contributors" id="toc-entry-11">Contributors</a></li> | ||
<li><a class="reference internal" href="#maintainers" id="toc-entry-12">Maintainers</a></li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
@@ -438,9 +440,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1> | |
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) | ||
<<a class="reference external" href="https://www.cups.org/doc/man-cupsd.conf.html>">https://www.cups.org/doc/man-cupsd.conf.html\></a> | ||
for details.</p> | ||
cupsd.conf(5) <<a class="reference external" href="https://www.cups.org/doc/man-cupsd.conf.html">https://www.cups.org/doc/man-cupsd.conf.html</a>> for | ||
details.</p> | ||
</div> | ||
<div class="section" id="usage"> | ||
<h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1> | ||
|
@@ -462,33 +463,41 @@ <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1> | |
<p>When no tray is configured for a report and a user, the default tray | ||
setup on the CUPS server is used.</p> | ||
</div> | ||
<div class="section" id="known-issues-roadmap"> | ||
<h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1> | ||
<ul class="simple"> | ||
<li>With threaded printing there’s no download fallback when the issue | ||
isn’t detected by the CUPS Odoo backend. To able to do it, we would | ||
need to notify the bus or use web_notify for it.</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="changelog"> | ||
<h1><a class="toc-backref" href="#toc-entry-4">Changelog</a></h1> | ||
<h1><a class="toc-backref" href="#toc-entry-5">Changelog</a></h1> | ||
<div class="section" id="section-1"> | ||
<h2><a class="toc-backref" href="#toc-entry-5">13.0.1.0.0 (2019-09-30)</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-6">13.0.1.0.0 (2019-09-30)</a></h2> | ||
<ul class="simple"> | ||
<li>[RELEASE] Port from V12.</li> | ||
</ul> | ||
</div> | ||
<div class="section" id="section-2"> | ||
<h2><a class="toc-backref" href="#toc-entry-6">12.0.1.0.0 (2018-02-04)</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-7">12.0.1.0.0 (2018-02-04)</a></h2> | ||
<ul class="simple"> | ||
<li>[RELEASE] Port from V11.</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="section" id="bug-tracker"> | ||
<h1><a class="toc-backref" href="#toc-entry-7">Bug Tracker</a></h1> | ||
<h1><a class="toc-backref" href="#toc-entry-8">Bug Tracker</a></h1> | ||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/report-print-send/issues">GitHub Issues</a>. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
<a class="reference external" href="https://github.com/OCA/report-print-send/issues/new?body=module:%20base_report_to_printer%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> | ||
<p>Do not contact contributors directly about support or help with technical issues.</p> | ||
</div> | ||
<div class="section" id="credits"> | ||
<h1><a class="toc-backref" href="#toc-entry-8">Credits</a></h1> | ||
<h1><a class="toc-backref" href="#toc-entry-9">Credits</a></h1> | ||
<div class="section" id="authors"> | ||
<h2><a class="toc-backref" href="#toc-entry-9">Authors</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-10">Authors</a></h2> | ||
<ul class="simple"> | ||
<li>Agile Business Group & Domsense</li> | ||
<li>Pegueroles SCP</li> | ||
|
@@ -499,7 +508,7 @@ <h2><a class="toc-backref" href="#toc-entry-9">Authors</a></h2> | |
</ul> | ||
</div> | ||
<div class="section" id="contributors"> | ||
<h2><a class="toc-backref" href="#toc-entry-10">Contributors</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-11">Contributors</a></h2> | ||
<ul class="simple"> | ||
<li>Ferran Pegueroles <<a class="reference external" href="mailto:ferran@pegueroles.com">ferran@pegueroles.com</a>></li> | ||
<li>Albert Cervera i Areny <<a class="reference external" href="mailto:albert@nan-tic.com">albert@nan-tic.com</a>></li> | ||
|
@@ -521,9 +530,11 @@ <h2><a class="toc-backref" href="#toc-entry-10">Contributors</a></h2> | |
</ul> | ||
</div> | ||
<div class="section" id="maintainers"> | ||
<h2><a class="toc-backref" href="#toc-entry-11">Maintainers</a></h2> | ||
<h2><a class="toc-backref" href="#toc-entry-12">Maintainers</a></h2> | ||
<p>This module is maintained by the OCA.</p> | ||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> | ||
<a class="reference external image-reference" href="https://odoo-community.org"> | ||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /> | ||
</a> | ||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use.</p> | ||
|
Oops, something went wrong.