Search 1.9 billion lines of Odoo code on GitHub

recurring_consignment

Author: GRAP
License: AGPL-3
Branch: 12.0
Repository: grap/grap-odoo-business
Dependencies: account, account_product_fiscal_classification, base, and product
Languages: PO File (319, 16.3%), Python (786, 40.2%), XML (736, 37.7%), and reStructuredText (113, 5.8%)
Other branches: 8.0, and 8.0_ADD_account_product_fiscal_classification_restricted_usage

<h1 class="title">Recurring Consignment</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/grap/grap-odoo-business/tree/12.0/recurring_consignment"><img alt="grap/grap-odoo-business" src="https://img.shields.io/badge/github-grap%2Fgrap--odoo--business-lightgray.png?logo=github" /></a></p> <p>For more information about consigment see: <a class="reference external" href="https://en.wikipedia.org/wiki/Consignment">https://en.wikipedia.org/wiki/Consignment</a></p> <p>This module manage recurring consignment: A product will allways be provided by the same consignor and can not be provided by another way.</p> <p>For other implementation of consigment you could see:</p> <ul class="simple"> <li>[vendor_consignment_stock](<a class="reference external" href="https://github.com/OCA/purchase-workflow">https://github.com/OCA/purchase-workflow</a>)</li> </ul> <p><strong>Functionality</strong></p> <p>TODO : - basic user can only change location and email. Partner Model</p> <ul class="simple"> <li>Add a 'is_consignor' field on Partner;</li> </ul> <p>Product Model</p> <ul class="simple"> <li>Add a consignor_partner_id field (res.partner), indicating which partner provide the product;</li> <li><dl class="first docutils"> <dt>if consignor_partner_id is defined:</dt> <dd><ul class="first last"> <li>The product can not have seller_ids defined;</li> <li>The product has a special VAT defined;</li> </ul> </dd> </dl> </li> </ul> <p>TODO :</p> <ul class="simple"> <li>Ajouter le justificatif de commission dans le mail à envoyer. (surcharger account.invoice ?)</li> <li>Ajouter blocage dans product. Interdire le changement de consignor, si il y a un stock move associé au produit.</li> <li><dl class="first docutils"> <dt>Créer nouveau module:</dt> <dd><ul class="first last"> <li>recurring_consignment_sale_margin</li> <li>recurring_consignment_invoice_margin</li> <li>recurring_consignment_pos_margin</li> </ul> </dd> </dl> </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>OK : Make impossible to unset / set <strong>is_consignor</strong> to a partner if it has been set.</li> <li>Make impossible to unset / set <strong>consignor_partner_id</strong> to a product if sale / purchase is done.</li> <li>Add a boolean an product to mention that the product is used for commission</li> <li>forbid that invoices have commission and non commission in lines in the same times.</li> <li>Try to fix account_invoice.py (french sentences)</li> <li>Check if account_voucher.py is still required</li> <li>Add test</li> <li>To fix noupdate = 0/1.</li> <li></li> <li>General Check</li> </ul> <p><strong>V10 Roadmap</strong></p> <ul class="simple"> <li>Full new API should let possible to remove duplicated code in product_product.py and product_template.py files. (on change system)</li> </ul> <p>FIX ME, on dirait que ça se rajoute, les item sur les pricelist, qqch chie dans la colle.</p> <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/grap/grap-odoo-business/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/grap/grap-odoo-business/issues/new?body=module:%20recurring_consignment%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>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id5">Contributors</a></h3> <ul class="simple"> <li>Julien WESTE</li> <li>Sylvain LE GAL (<a class="reference external" href="https://www.twitter.com/legalsylvain">https://www.twitter.com/legalsylvain</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/grap/grap-odoo-business/tree/12.0/recurring_consignment">grap/grap-odoo-business</a> project on GitHub.</p> <p>You are welcome to contribute.</p>