Search 1.9 billion lines of Odoo code on GitHub

sale_credit_point

Author: Camptocamp, Odoo Community Association (OCA)
License: AGPL-3
Branch: 15.0
Repository: aurestic/sale-workflow
Dependencies: base, and sale
Languages: PO File (115, 14.3%), Python (479, 59.4%), XML (163, 20.2%), and reStructuredText (49, 6.1%)
Other repositories: Change2improve/sale-workflow, ForgeFlow/sale-workflow, Gabinete-Digital/sale-workflow, LevelPrime/sale-workflow, Nitrokey/odoo-sale-workflow, OCA/sale-workflow, Studio73/sale-workflow, Tecnativa/sale-workflow, avoinsystems/sale-workflow, brain-tec/sale-workflow, camptocamp/odoo-sale-addons, camptocamp/sale-workflow, ecosoft-odoo/sale-workflow, elego/sale-workflow, mpanarin/sale-workflow, and simahawk/sale-workflow

<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.svg"> </a> <a name="sale-credit-point"></a> <h2>Sale Credit Point</h2> <p>Sale based on partners' credit point.</p> <a name="use-case"></a> <h3>Use case</h3> <p>You have employees that have some credit (up to you where this come from) and you allow employees to buy products based on this credit.</p> <p>Products are sold by points rather than money.</p> <a name="features-and-usage"></a> <h3>Features and usage</h3> <p>Partner model has a new field <cite>credit_point</cite> which can be updated easily via a smart button on the partner form. Smart button displays <cite>current points / sum of all points increases this year</cite>.</p> <p>A new currency is created <cite>PT</cite> (points) and is used by default for <cite>credit_point</cite> field.</p> <p>On order confirmation the amount of the order is compared with partner's credit:</p> <blockquote> <ol class="loweralpha simple"> <li>credit is not enough on partner -&gt; the order cannot be confirmed</li> <li>no credit is left on partner but the user is member of <cite>Manage credit point</cite> -&gt; order can be confirmed</li> <li>no credit is left on partner but the context has key <cite>skip_credit_check</cite> -&gt; order can be confirmed</li> </ol> </blockquote> <p>If the order is confirmed the credit is deducted from partner.</p> <p>History of all credit point allocations can be looked up in <cite>sales -&gt; configuration -&gt; credit point history</cite>.</p> <a name="bug-tracker"></a> <h4>Bug Tracker</h4> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/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 smash it by providing detailed and welcomed feedback.</p> <a name="credits"></a> <h4>Credits</h4> <a name="images"></a> <h3>Images</h3> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://odoo-community.org/logo.png">Icon</a>.</li> </ul> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Simone Orsi &lt;<a class="reference external" href="mailto:simone.orsi&#64;camptocamp.com">simone.orsi&#64;camptocamp.com</a>&gt;</li> <li>Mykhailo Panarin &lt;<a class="reference external" href="mailto:m.panarin&#64;mobilunity.com">m.panarin&#64;mobilunity.com</a>&gt;</li> </ul> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://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="https://odoo-community.org">https://odoo-community.org</a>.</p>