Search 1.9 billion lines of Odoo code on GitHub

louve_product_coefficient

Author: La Louve,Smile
License: no license
Branch: 9.0
Repository: anhvu-sg/odoo-production
Dependencies: account, decimal_precision, product, and product_supplierinfo_discount
Languages: PO File (173, 18.9%), Python (408, 44.6%), XML (287, 31.4%), and reStructuredText (47, 5.1%)
Other repositories: babatoko/odoo-production, beloeuvre/odoo-production, halgandd/odoo-production, jweste/odoo-production, legalsylvain/odoo-production, mathieuvatel/odoo-production, phuctranerp/odoo-production, sprevot44/odoo-production, superquinquin/odoo-production, trobz/odoo-production, and ttpphuctran/odoo-production

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="la-louve-product-coefficient"></a> <h2>La Louve - Product Coefficient</h2> <p>This module was written to extend the functionality of Odoo Product module.</p> <p>This module add 'Product Coefficients' Model and a complete system to compute theoritical sale price, depending of a supplier price.</p> <a name="product-coefficients"></a> <h3>Product Coefficients</h3> <p>A coefficient can be:</p> <ul class="simple"> <li>A coefficient of Shipping (it will be used at the beginning of the computation)</li> <li>A coefficient of Loss (it will be used after for the computation)</li> <li>A Custom Coefficient (it will be used at the middle of the computation)</li> <li>A Coefficient of Margin (it will be used at the end of the computation)</li> </ul> <p>Two operation are allowed:</p> <ul class="simple"> <li>'Multiplier' : A multiplication will be done</li> <li>'Fixed Amount' : A fixed amount will be added</li> </ul> <img alt="/louve_product_coefficient/static/description/product_coefficient.png" src="/louve_product_coefficient/static/description/product_coefficient.png" /> <a name="products"></a> <h3>Products</h3> <p>6 Coefficients can be set on products.</p> <p>On the product form, a new page displays price details, using category coefficients previously defined.</p> <p>The base price is based on the supplier sale price. (see technical information below).</p> <img alt="/louve_product_coefficient/static/description/product_template.png" src="/louve_product_coefficient/static/description/product_template.png" /> <p>This module provides a theoritical sale price, based on the sale price and the coefficients. If the theoritical sale price is different of the real sale price, a button is available to apply the change on the product form.</p> <img alt="/louve_product_coefficient/static/description/use_theoritical_price_one.png" src="/louve_product_coefficient/static/description/use_theoritical_price_one.png" /> <p>User can select all the products that have a sale price differents and can change prices massively, using a wizard :</p> <img alt="/louve_product_coefficient/static/description/use_theoritical_price_multi.png" src="/louve_product_coefficient/static/description/use_theoritical_price_multi.png" /> <p>You can mass edit coefficient on many products, via a new tree editable view</p> <img alt="/louve_product_coefficient/static/description/product_template_tree.png" src="/louve_product_coefficient/static/description/product_template_tree.png" /> <a name="technical-information"></a> <h3>Technical Information</h3> <p>If user set end dates on supplier info, base prices will be incorrect after a certain date. For that purpose, an extra button is available on the product form, and cron task is available to recompute base prices each night.</p> <a name="installation"></a> <h4>Installation</h4> <p>Normal installation.</p> <a name="configuration"></a> <h4>Configuration</h4> <ul class="simple"> <li>Go to 'Sale' / 'Configuration' / 'Product Coefficients' and create your coefficients</li> <li>Go to 'Sale' / 'Sales' / 'Products' and affect coefficients to your products.</li> </ul> <a name="credits"></a> <h4>Credits</h4> <a name="contributors"></a> <h3>Contributors</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>