Search 1.9 billion lines of Odoo code on GitHub

product_simple_pricelist

Author: GRAP
License: AGPL-3
Branch: 8.0
Repository: coopiteasy/grap-odoo-incubator
Dependencies: decimal_precision, and product
Languages: PO File (77, 14.9%), Python (259, 50.2%), XML (121, 23.4%), and reStructuredText (59, 11.4%)
Other branches: 12.0, 12.0-MIG-pos_sector, 12.0-fix-product_print_category, 12.0-imp-product_print_category, 12.0-noupdate-for-product-print-format, 12.0-store-print-category, and 8.0_ADD_pos_image_journal
Other repositories: OdooBulgaria/odoo-addons-misc, Supercagette/odoo-addons-misc, TheCloneMaster/grap-odoo-incubator, akretion/grap-odoo-incubator, aurestic/grap-odoo-incubator, bealdav/odoo-addons-misc, cedvict/grap-odoo-incubator, consultingerp/grap-odoo-incubator, dhecar/odoo-addons-misc, diagramsoftware/grap-odoo-incubator, erick-alvino/grap-odoo-incubator, francislouie/grap-odoo-incubator, grap/grap-odoo-incubator, grap/odoo-addons-misc, haryoran04/grap-odoo-incubator, initOS/grap-odoo-incubator, jaferrer/grap-odoo-incubator, legalsylvain/grap-odoo-incubator, legalsylvain/odoo-addons-misc, minimedj/odoo-addons-misc, mohamedhagag/odoo-addons-misc, nabima/grap-odoo-incubator, open-synergy/grap-odoo-incubator, quentinDupont/grap-odoo-incubator, quentinDupont/odoo-addons-misc, rkhalil1990/odoo-addons-misc, sjpatel21/grap-odoo-incubator, and vidtsin/grap-odoo-incubator

<h1 class="title">Product - Simple Pricelist</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/grap/grap-odoo-incubator/tree/8.0/product_simple_pricelist"><img alt="grap/grap-odoo-incubator" src="https://img.shields.io/badge/github-grap%2Fgrap--odoo--incubator-lightgray.png?logo=github" /></a></p> <p>This module extends the functionality of Pricelist Module to provide an interface to easily change price per product, creating pricelist item for each product.</p> <p>It so add a boolean on pricelist &quot;Is Simple&quot;. A wizard is available to edit the &quot;simple pricelist&quot;, that allow users, in an editable tree view, to set price by product.</p> <p>A &quot;simple pricelist&quot; has one and only one version.</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="#known-issues-roadmap" id="id2">Known issues / Roadmap</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 use this module, you need to go to Sale / Configuration / Pricelists</p> <ul class="simple"> <li>Check the box simple pricelist on your desired pricelist</li> <li>click then on the edit button, available on the tree or the form view</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_simple_pricelist/static/description/product_pricelist_tree.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_simple_pricelist/static/description/product_pricelist_tree.png" /> </div> <ul class="simple"> <li>you can then edit easily change the price for a given product with the buttons in the end of each lines.</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_simple_pricelist/static/description/simple_price_list_item.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_simple_pricelist/static/description/simple_price_list_item.png" /> </div> <ul class="simple"> <li>In the wizard, mention the new price you want to apply for this pricelist</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_simple_pricelist/static/description/wizard_form.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_simple_pricelist/static/description/wizard_form.png" /> </div> <ul class="simple"> <li>The according pricelist item will be created</li> </ul> <div class="figure"> <img alt="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_simple_pricelist/static/description/pricelist_item_form.png" src="https://raw.githubusercontent.com/grap/grap-odoo-incubator/8.0/product_simple_pricelist/static/description/pricelist_item_form.png" /> </div> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h2> <p>Create a simple pricelist without creating a version will fail.</p> <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/grap/grap-odoo-incubator/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/grap/grap-odoo-incubator/issues/new?body=module:%20product_simple_pricelist%0Aversion:%208.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>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Sylvain LE GAL &lt;<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/grap/grap-odoo-incubator/tree/8.0/product_simple_pricelist">grap/grap-odoo-incubator</a> project on GitHub.</p> <p>You are welcome to contribute.</p>