Search 1.9 billion lines of Odoo code on GitHub

product_standard_margin

Author: Camptocamp,GRAP,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0-add-product_replenishment_cost_supplier_discount
Repository: PlanetaTIC/margin-analysis
Dependencies: account, decimal_precision, product, and product_replenishment_cost
Languages: PO File (78, 40.2%), Python (60, 30.9%), XML (17, 8.8%), YAML (3, 1.5%), and reStructuredText (36, 18.6%)
Other branches: 10.0, 10.0-add-product_replenishment_cost_default_seller, 10.0-imp-product_replenishment_cost-add_to_product_template, 10.0-mig-product_replenishment_cost, 10.0-mig-product_standard_margin, 6.1, 7.0, 8.0, and 9.0
Other repositories: AMhadhbi/margin-analysis, Anferi/margin-analysis, Antiun/margin-analysis, Change2improve/margin-analysis, ClearCorp/oca-margin-analysis, Danisan/margin-analysis, ERPLibre/margin-analysis, Endika/margin-analysis, ForgeFlow/margin-analysis, Gabinete-Digital/margin-analysis, Guobower/margin-analysis, Ingeos/margin-analysis, MathBenTech/margin-analysis, NeatNerdPrime/margin-analysis, OCA-MUK/margin-analysis, OCA/margin-analysis, SSISoftware/margin-analysis, SanteLibre/margin-analysis, SeuMarco/margin-analysis, Tecnativa/margin-analysis, Trust-Code/margin-analysis, VisiionSolucionesTecnologicas/margin-analysis, VitalPet/margin-analysis, acsone/margin-analysis, adhoc-dev/margin-analysis, akretion/margin-analysis, alanljj/margin-analysis, apachesep/margin-analysis, apetbiz/margin-analysis, aschenkels-ictstudio/margin-analysis, aurestic/margin-analysis, bmya/margin-analysis, bvkl/margin-analysis, camptocamp/margin-analysis, coopiteasy/margin-analysis, crsilveira/margin-analysis, diagramsoftware/margin-analysis, diggy128/margin-analysis, dvitme/margin-analysis, elmonitor/margin-analysis, fanguloa/margin-analysis, garzadekoster/margin-analysis, grap/margin-analysis, guewen/margin-analysis, gurneyalex/margin-analysis, haroldtamo/margin-analysis, i-vyshnevska/margin-analysis, isoscl/margin-analysis, jalaludin/margin-analysis, jgrandguillaume/margin-analysis, joseernestomendez/margin-analysis, josuf567/margin-analysis, ko90thu/margin-analysis, koble/margin-analysis, legalsylvain/margin-analysis, lideritjnma/margin-analysis, likaiyuan/margin-analysis, mdietrichc2c/margin-analysis, molandtoxx/margin-analysis, moylop260/margin-analysis, muguli22/margin-analysis, numerigraphe/margin-analysis, petypi/margin-analysis, pscloud/margin-analysis, puchisco/margin-analysis, rosenvladimirov/margin-analysis, rossasa/margin-analysis, rschnapka/margin-analysis, rsullivan2704/margin-analysis, sagar-developer-92/margin-analysis, sanube/margin-analysis, savoirfairelinux/margin-analysis, simplifysolutions/margin-analysis, sodexis/margin-analysis, sudhu26/margin-analysis, tangaraj/margin-analysis, ursais/margin-analysis, versada/margin-analysis, x0rzkov/odoo-margin-analysis, and yvaucher/margin-analysis

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="product-margin-and-margin-rate"></a> <h2>Product Margin and Margin Rate</h2> <p>Add a field on the product form that compute the standard (or theorical) margin based on the current values of sale and replenishment cost present in the product form. We take care of taxe included or excluded.</p> <p>It will just compute it as follow: (Sale Price without tax - Replenishment Cost) / Sale Price without tax</p> <p>Remember that this module can be used in conjonction with product_cost_incl_bom to have the replenishment cost computed from the BOM when a product has one.</p> <blockquote> <p>WARNING:</p> <p>1) As this module will base his simple computation on sale and cost prices, it suppose you have them both in the same currency (the price type must of the same currency for both of them). Remember this is the default OpenERP configuration (price type of all product price fields are set as the same as the company currency). We don't take care of it cause otherwise we should have added a dependency on sale module.</p> </blockquote> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/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 feedback <a class="reference external" href="https://github.com/OCA/margin-analysis/issues/new?body=module:%20product_standard_margin%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Alexandre Fayolle &lt;<a class="reference external" href="mailto:alexandre.fayolle&#64;camptocamp.com">alexandre.fayolle&#64;camptocamp.com</a>&gt;</li> <li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li> <li>Joël Grand-Guillaume &lt;<a class="reference external" href="mailto:joel.grand-guillaume&#64;camptocamp.com">joel.grand-guillaume&#64;camptocamp.com</a>&gt;</li> <li>Sylvain Le Gal (<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>)</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="http://odoo-community.org"><img alt="Odoo Community Association" src="http://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <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>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>