Search 1.9 billion lines of Odoo code on GitHub

account_invoice_report_hide_line

Author: Open Source Integrators, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0
Repository: aurestic/account-invoice-reporting
Dependencies: account
Languages: HTML (362, 66.8%), PO File (18, 3.3%), Python (66, 12.2%), XML (33, 6.1%), and reStructuredText (63, 11.6%)
Other branches: 12.0
Other repositories: BeopenMX/account-invoice-reporting, Change2improve/account-invoice-reporting, Darknroses/account-invoice-reporting, ERPLibre/account-invoice-reporting, ForgeFlow/account-invoice-reporting, Gabinete-Digital/account-invoice-reporting, HomerDeoDatu/account-invoice-reporting, Ingeos/account-invoice-reporting, Jarsa/account-invoice-reporting, MathBenTech/account-invoice-reporting, NextERP-Romania/account-invoice-reporting, OCA-MUK/account-invoice-reporting, OCA/account-invoice-reporting, PlanetaTIC/account-invoice-reporting, QubiQ/account-invoice-reporting, SanteLibre/account-invoice-reporting, SerpentConsultingServices/account-invoice-reporting, Syci-Consulting/account-invoice-reporting, Tecnativa/account-invoice-reporting, Vauxoo/account-invoice-reporting, acsone/account-invoice-reporting, anhvu-sg/account-invoice-reporting, bodedra/account-invoice-reporting, brain-tec/account-invoice-reporting, dani-xtendoo/account-invoice-reporting, eLBati/account-invoice-reporting, exosoftware/oca-account-invoice-reporting, goanzaloo/account-invoice-reporting, jimhoefnagels/account-invoice-reporting, lideritjnma/account-invoice-reporting, maherjaballi/account-invoice-reporting, murtuzasaleh/account-invoice-reporting, piensom/account-invoice-reporting, royalline1/account-invoice-reporting, sadeqamin/account-invoice-reporting, sanube/account-invoice-reporting, sunshineLhj/account-invoice-reporting, ursais/account-invoice-reporting, valmarnet/account-invoice-reporting, x0rzkov/odoo-account-invoice-reporting, yostashiro/account-invoice-reporting, and yucer/account-invoice-reporting

<h1 class="title">Hide invoice lines from the PDF report if the unit price is 0</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/account-invoice-reporting/tree/14.0/account_invoice_report_hide_line"><img alt="OCA/account-invoice-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-invoice-reporting-14-0/account-invoice-reporting-14-0-account_invoice_report_hide_line"><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/94/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>In some service companies, the customer is invoiced for a service that may consume inventory items. Those inventory items needs to be invoiced to account in the cost of services sold and reconcile the value of the inventory items delivered and sitting in the Un-Invoiced Goods Delivered, but they should not appear to the customer on the PDF report of their invoice.</p> <p>This module allows you to hide invoice lines from the PDF report if the unit price is 0.</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="#other-credits" id="id6">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="usage"></a> <h2><a class="toc-backref" href="#id1">Usage</a></h2> <p>To use this module, you need to:</p> <ul class="simple"> <li>Go to Invoicing</li> <li>Create or select a draft invoice</li> <li><dl class="first docutils"> <dt>Add an invoice line</dt> <dd><ul class="first last"> <li>Un-check the &quot;Show in report&quot; box</li> <li>Select a storable product</li> <li>Set the unit price to 0</li> </ul> </dd> </dl> </li> <li>Save and print the invoice. The new line does not show up in PDF.</li> <li>If you are using anglo-saxon accounting, validate the invoice and check that the journal entry is reconciling the delivery of the product.</li> </ul> <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/account-invoice-reporting/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/account-invoice-reporting/issues/new?body=module:%20account_invoice_report_hide_line%0Aversion:%2014.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>Open Source Integrators</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Bhavesh Odedra &lt;<a class="reference external" href="mailto:bodedra&#64;opensourceintegrators.com">bodedra&#64;opensourceintegrators.com</a>&gt;</li> <li>Ammar Officewala &lt;<a class="reference external" href="mailto:aofficewala&#64;opensourceintegrators.com">aofficewala&#64;opensourceintegrators.com</a>&gt;</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id6">Other credits</a></h3> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>Open Source Integrators &lt;<a class="reference external" href="https://opensourceintegrators.com">https://opensourceintegrators.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">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>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p> <p><a class="reference external" href="https://github.com/bodedra"><img alt="bodedra" src="https://github.com/bodedra.png?size=40px" /></a> <a class="reference external" href="https://github.com/max3903"><img alt="max3903" src="https://github.com/max3903.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/14.0/account_invoice_report_hide_line">OCA/account-invoice-reporting</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>