Search 1.9 billion lines of Odoo code on GitHub

sale_edit_price_wizard

Author: Coop IT Easy SCRLfs
License: AGPL-3
Branch: 12.0-split-beesdoo_product-main_seller_id
Repository: beescoop/Obeesdoo
Dependencies: product, product_main_supplier, purchase, sale, and sale_suggested_price
Languages: HTML (357, 58.5%), Python (83, 13.6%), XML (120, 19.7%), and reStructuredText (50, 8.2%)

<h1 class="title">sale_suggested_price</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/coopiteasy/obeesdoo/tree/12.0/sale_suggested_price"><img alt="coopiteasy/obeesdoo" src="https://img.shields.io/badge/github-coopiteasy%2Fobeesdoo-lightgray.png?logo=github" /></a></p> <ul> <li><p class="first">Add a 'Suggested Price' field on products, and a 'Product Margin' field on Partners (Vendors) and Product Categories. The first margin is used if set, otherwise the second margin (which has a default value) is used.</p> </li> <li><p class="first">The reference price on which this margin is applied (supplier price or sale price) can be selected in the general settings.</p> </li> <li><p class="first">Also, sale and supplier taxes that are of type 'percentage' and that are marked as 'included in price' are taken into account when computing the suggested price.</p> </li> <li><p class="first">Round suggested price to 5 cents</p> </li> <li><p class="first">Adds &quot;Edit Price&quot; submenu on Point Of Sale, Purchase and Sale modules. The user lands on an editable List View with the following columns :</p> <ul class="simple"> <li>Name (<cite>name</cite>)</li> <li>Main Seller (<cite>main_seller_id</cite>)</li> <li>Purchase Price (<cite>purchase_price</cite>)</li> <li>Purchase Unit of Measure (<cite>uom_po_id</cite>)</li> <li>Suggested Price (<cite>suggested_price</cite>)</li> <li>Sales Price (<cite>list_price</cite>)</li> <li>Unit of Measure (<cite>uom_id</cite>)</li> </ul> <p>The only editable field is Purchase Price. Through &quot;Action &gt; Adapt Sales Price&quot;, the user can, on the selected products, adapt the Sales Price according to the Suggested Price.</p> </li> </ul> <p>Please note that this model makes assumptions when computing the suggested price:</p> <ul class="simple"> <li>It supposes that each product has only one supplier and that products coming from multiple suppliers occur as duplicated products with one supplier each.</li> </ul> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/coopiteasy/obeesdoo/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/coopiteasy/obeesdoo/issues/new?body=module:%20sale_suggested_price%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="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>Coop IT Easy SCRLfs</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Beescoop - Cellule IT</li> <li><a class="reference external" href="https://coopiteasy.be">Coop IT Easy SCRLfs</a>:</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id5">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/coopiteasy/obeesdoo/tree/12.0/sale_suggested_price">coopiteasy/obeesdoo</a> project on GitHub.</p> <p>You are welcome to contribute.</p>