Search 1.9 billion lines of Odoo code on GitHub

crm_lead_product

Author: Eficent, Odoo Community Association (OCA)
License: LGPL-3
Branch: 11.0
Repository: Change2improve/crm
Dependencies: crm, and product
Languages: HTML (349, 39.4%), Python (319, 36.0%), XML (163, 18.4%), and reStructuredText (55, 6.2%)
Other branches: 12.0, and 13.0
Other repositories: Alfa-90/crm, BusinessTec/crm, DavidNitro/crm, ERPLibre/crm, Faha4/crm, FalconValley/crm, Fanotiana/crm, ForgeFlow/crm, Gabinete-Digital/crm, Ingeos/crm, KNIGHTTH0R/crm, LevelPrime/crm, MartinHeisig/crm, Mefistous/crm, NeatNerdPrime/crm, Nitrokey/odoo-crm, OCA-MUK/crm, OCA/crm, SeuMarco/crm, TDu/crm, TRESCLOUD/crm, Tawanrut/crm, Tecnativa/crm, VCLS-org/crm, Vauxoo/crm, aaltinisik/crm, acsone/crm, altanmur/crm, amleczko/crm, anandkansagra/crm, anhvu-sg/crm, anis-123/crm, aurestic/crm, binovo/crm, brain-tec/crm, camptocamp/crm, coopiteasy/crm, diagramsoftware/crm, dipendra-karki/crm, druidoo-dev/crm, dsidorenkovas-rgbconsulting/crm, eLBati/crm, ecosoft-odoo/crm, eh4269/crm, elrodo1/crm, emagdalenaC2i/crm, enmasys/crm, exosoftware/oca-crm, flachica/crm, gobluestingray/crm, gurneyalex/crm, hassanfadl/crm, hbrunn/crm, hippe-67/crm, ideaspositivas-group/crm, ip-candres/crm, izzihector/crm, julioagf/crm, lauragauto/crm, lideritjnma/crm, lincersolucoes/oca-crm, ludolelarge/crm, makeplerc/crm, mamcode/crm, murtuzasaleh/crm, ntsirintanis/crm, odoonz/crm, pmfan/crm, presenceverte/crm, royalline1/crm, rven/crm, sadeqamin/crm, sanube/crm, sergiocorato/crm, sewisoft/crm, skeller1/crm, sunshineLhj/crm, sygel-technology/crm, takinobori/oca-crm, tbaptista/crm, ursais/crm, usmanfarzandali/crm, v-garcies/crm, wahello/oca-crm, xcgd/crm, yucer/crm, zeroincombenze/crm, and zhuyangbin/crm

<h1 class="title">Lead Line Product</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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/crm/tree/11.0/crm_lead_product"><img alt="OCA/crm" src="https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/crm-11-0/crm-11-0-crm_lead_product"><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/111/11.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module allows the user to link multiple products, product categories or product templates to a lead or an opportunity in order to be able to do a product demand forecasting taking into account the leads and opportunities defined in odoo. Included in the product line there are two computed fields, the planned revenue and expected revenue. On one hand, the planned revenue is computed as the selling price times the quantity. On the other hand, the expected revenue takes into account the probability of the opportunity and is computed as the planned revenue times the probability.</p> <p>The module also includes a reporting section where the user can easily see in a pivot and graph view the relationship between products, stage of the lead/opportunity and the planned or expected revenue for that product.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>To configure this module to be available for the Leads the user needs to activate the Leads option in CRM settings</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <ul class="simple"> <li>Go to menu <strong>CRM &gt; Lead</strong> and create or edit a Lead adding all the products associated to it.</li> <li>Go to menu <strong>CRM &gt; My Pipeline</strong> and create or edit an Opportunity adding all the products associated to it.</li> <li>Go to menu <strong>CRM &gt; Reporting &gt; Pipeline by Product</strong> to run the report that relates product to planned and expected revenue per stage</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/crm/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/crm/issues/new?body=module:%20crm_lead_product%0Aversion:%2011.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="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Eficent</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Adria Gil Sorribes &lt;<a class="reference external" href="mailto:adria.gil&#64;eficent.com">adria.gil&#64;eficent.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>This module is part of the <a class="reference external" href="https://github.com/OCA/crm/tree/11.0/crm_lead_product">OCA/crm</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>