Search 1.9 billion lines of Odoo code on GitHub

remote_report_to_printer

Author: Creu Blanca, Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0
Repository: acsone/report-print-send
Dependencies: base_remote, and base_report_to_printer
Languages: HTML (347, 42.2%), PO File (58, 7.0%), Python (310, 37.7%), XML (59, 7.2%), and reStructuredText (49, 6.0%)
Other branches: 11.0, 13.0, 14.0, 14.0-fix-base_report_to_printer-dro, and 14.0-upd-template-dro
Other repositories: 2FM/report-print-send, Alfa-90/report-print-send, BibekLamichhane/report-print-send, Change2improve/report-print-send, Comunitea/report-print-send, Dobtor-OCA/report-print-send, ForgeFlow/report-print-send, Gabinete-Digital/report-print-send, HomerDeoDatu/report-print-send, Ingeos/report-print-send, NeatNerdPrime/report-print-send, OCA-MUK/report-print-send, OCA/report-print-send, RealSolutionsLux/report-print-send, SerpentConsultingServices/report-print-send, Tecnativa/report-print-send, Vauxoo/report-print-send, aaltinisik/report-print-send, agknz/report-print-send, ajinvn2019/report-print-send, amendoncabh/report-print-send, anhvu-sg/report-print-send, aroodooteam/report-print-send, brain-tec/report-print-send, camptocamp/report-print-send, conandark/report-print-send, connect-to-ak/report-print-send, daramousk/report-print-send, dyshrmn/report-print-send, etobella/report-print-send, fmdl/report-print-send, guidev224/report-print-send, gurneyalex/report-print-send, guwenfeng/report-print-send, hammadraza/report-print-send, igallart/report-print-send, igh-fp/report-print-send, jardosa/report-print-send, jco-subteno-it/report-print-send, josueBulle/report-print-send, karizmaconseil/report-print-send-1, kmee/report-print-send, lideritjnma/report-print-send, maniraj89/report-print-send, markrobinson85/report-print-send, mikael85/report-print-send, mohamed-helmy/report-print-send, myonnet/oca-report-print-send, niulinlnc/report-print-send, noorealam96/report-print-send, odoonz/report-print-send, onurugur/report-print-send, quentingigon/report-print-send, robertsvx27/report-print-send, rosenvladimirov/report-print-send, rosyidridho/report-print-send, rousseldenis/report-print-send, royalline1/report-print-send, rudisulistyo/report-print-send, rven/report-print-send, sanube/report-print-send, sebalix/report-print-send, sematicshood/flectra, sendalpegat/report-print-send, sewisoft/report-print-send, tegin/report-print-send, ursais/report-print-send, vvrossem/report-print-send, widiana/report-print-send, x0rzkov/odoo-report-print-send, xpertiz/report-print-send, ygdmxy/report-print-send, zarumaru/report-print-send, and zeroincombenze/report-print-send

<h1 class="title">Report to printer on remotes</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/report-print-send/tree/12.0/remote_report_to_printer"><img alt="OCA/report-print-send" src="https://img.shields.io/badge/github-OCA%2Freport--print--send-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/report-print-send-12-0/report-print-send-12-0-remote_report_to_printer"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/144/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module allows users to send reports to a printer using remote's configuration.</p> <p>A <em>remote</em> is an external entity that access odoo. For example, computers, mobiles, servers... We will identify <em>remotes</em> by its name or ip. On some environments, we want to configure the printers by remote, because users may change their work place.</p> <p>It adds an optional behaviour on reports to send it directly to a printer.</p> <ul class="simple"> <li><cite>Use remote's configuration</cite> use the remote's behaviour</li> </ul> <p>Also, this option can be selected as a user default option for printer.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#usage" id="id1">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id3">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id4">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <blockquote> <ul class="simple"> <li>In <em>Settings &gt; Remotes</em> configure the remotes printers by usage</li> </ul> </blockquote> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id2">Bug Tracker</a></h2> <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 smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/report-print-send/issues/new?body=module:%20remote_report_to_printer%0Aversion:%2012.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> <a name="credits"></a> <h2><a class="toc-backref" href="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>Creu Blanca</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Enric Tobella &lt;<a class="reference external" href="mailto:etobella&#64;creublanca.es">etobella&#64;creublanca.es</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id6">Maintainers</a></h3> <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> <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> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/report-print-send/tree/12.0/remote_report_to_printer">OCA/report-print-send</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>