Search 1.9 billion lines of Odoo code on GitHub

sale_suggested_price

Author: Coop IT Easy SC
License: AGPL-3
Branch: 12.0-fix-dependency-sale_suggested_price
Repository: beescoop/Obeesdoo
Dependencies: base, product, product_main_supplier, purchase, purchase_order_responsible, and sale
Languages: HTML (351, 42.7%), Python (309, 37.6%), XML (105, 12.8%), and reStructuredText (57, 6.9%)
Other branches: 12.0, 12.0-add-config-for-penalty, 12.0-add_beesdoo_product_translations, 12.0-bump-pylint-template, 12.0-member-card, 12.0-move-csv-to-models, 12.0-rem-beesdoo_shift, 12.0-rem-beesdoo_shift_attendance, 12.0-rem-beesdoo_worker_status, 12.0-rename-beesdoo_pos_coop_status, 12.0-rename-beesdoo_product_info_screen, 12.0-rename-beesdoo_website_posorder_amount, 12.0-rename-beesdoo_website_posorder_amount-portal_posorder_amount, 12.0-split-beesdoo_product, 12.0-split-beesdoo_product-main_seller_id, 12.0-split-beesdoo_product-product_main_supplier, 12.0-split-beesdoo_purchase, 12.0-split_beesdoo_pos, 12.0-split_beesdoo_product-sale_suggested_price, and 12.0-supercoop-info-permissoin

<h1 class="title">Sale Suggested Price</h1> <p><a class="reference external image-reference" 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 image-reference" 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 image-reference" href="https://github.com/beescoop/Obeesdoo/tree/12.0/sale_suggested_price"><img alt="beescoop/Obeesdoo" src="https://img.shields.io/badge/github-beescoop%2FObeesdoo-lightgray.png?logo=github" /></a></p> <ul class="simple"> <li>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.</li> <li>The reference price on which this margin is applied (supplier price or sale price) can be selected in the general settings.</li> <li>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.</li> <li>Round suggested price to 5 cents</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="#known-issues-roadmap" id="id1">Known issues / Roadmap</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="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id1">Known issues / Roadmap</a></h2> <ul class="simple"> <li>During migration : rationalise with odoo standard module's sale_margin</li> <li><dl class="first docutils"> <dt>Refactor product_category._round:</dt> <dd>set rounding_precision and rounding_method to required remove default values from the _round method</dd> </dl> </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/beescoop/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/beescoop/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="#id3">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id4">Authors</a></h3> <ul class="simple"> <li>Coop IT Easy SC</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>BEES coop - 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="#id6">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/beescoop/Obeesdoo/tree/12.0/sale_suggested_price">beescoop/Obeesdoo</a> project on GitHub.</p> <p>You are welcome to contribute.</p>