Search 1.9 billion lines of Odoo code on GitHub

intercompany_trade_base

Author: GRAP
License: AGPL-3
Branch: 12.0-FINISH-intercompany_trade_purchase_account_invoice_pricelist
Repository: legalsylvain/odoo-addons-intercompany-trade
Dependencies: base, and base_suspend_security
Languages: PO File (91, 15.4%), Python (331, 55.9%), and XML (170, 28.7%)
Other branches: 12.0-ADD-intercompany_trade-joint_buying_base, 12.0-CI-FIX-flake-gitlab-github, 12.0-FIX-fr-po-intercompany_trade_base, 12.0-FIX-intercompany-trade-cae, 12.0-FIX-intercompany_trade_account-error_if_product_not_referenced, 12.0-FIX-intercompany_trade_base-root-user-should-write-on-partner, 12.0-FIX-intercompany_trade_fiscal_company-2, 12.0-FIX-intercompany_trade_fiscal_company-correct-fiscal-position, 12.0-FIX-intercompany_trade_fiscal_company-dont-block-when-setting-intercompany-trade, 12.0-FIX-intercompany_trade_point_of_sale-no-customer-JS, 12.0-FIX-intercompany_trade_stock-button_validate-multi, 12.0-FIX-update-partner-from-company, 12.0-IMP-allow-write-section-and-note, 12.0-IMP-check-partner-setting-fiscal-position, 12.0-META-CI-reduce-execution, 12.0-MIG-ALL, 12.0-MIG-intercompany_trade_fiscal_company, 12.0-REF-CI-github-actions, 12.0-REF-CI-github-actions-2, 12.0-REF-cairosvg-nobump, 12.0-REF-pin-ubuntu-20-pre-commit-test, 12.0-REF-pre-commit, 12.0-REF-website-in-manifest, 12.0-TEST-CI, 12.0-copier-2023-03-10, 12.0-intercompany_trade_base-allow_refund, 12.0-intercompany_trade_base-prevent-contact-partner, 7.0, 8.0, 8.0_FIX_test, 8.0_REF_simple_tax_account, 8.0_auto_install, and 8.0_make_ti_great_again
Other repositories: erick-alvino/odoo-addons-intercompany-trade, grap/odoo-addons-intercompany-trade, and vidtsin/odoo-addons-intercompany-trade

<h1 class="title">Intercompany Trade - Base</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/odoo-addons-intercompany-trade/tree/12.0/intercompany_trade_base"><img alt="grap/odoo-addons-intercompany-trade" src="https://img.shields.io/badge/github-grap%2Fodoo--addons--intercompany--trade-lightgray.png?logo=github" /></a></p> <p>This module extends the functionality of Odoo, to allow users for distinct companies to make purchases and sales between us.</p> <p><strong>Features</strong></p> <ul class="simple"> <li>Add a New Model Intercompany Trade that define that two companies can realize purchases and sales between them with a supplier company and a customer company</li> <li>Add a new field <code>intercompany_trade</code> in <code>res.partner</code> model</li> <li>Add new groups to manage intercompany trade</li> <li>When we set a new intercompany trade, Odoo create a supplier in the customer company and a customer in the supplier company</li> <li>Intercompany trade partner can be accessed only by 'intercompany trade manager' members, except for specific fields, declared in <code>_intercompany_trade_allowed_fields</code> function</li> <li>Updating a company will update associated partners, in each company that has trade with the updated company</li> </ul> <p><strong>Demo Data</strong></p> <p>In demo mode, the module creates two new companies, and two users:</p> <p>Login // password are the following :</p> <ul class="simple"> <li>Supplier User: <code>intercompany_trade_supplier</code> // <code>demo</code></li> <li>Customer User: <code>intercompany_trade_customer</code> // <code>demo</code></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="#bug-tracker" id="id1">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id3">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li> </ul> </li> </ul> </div> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id1">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/grap/odoo-addons-intercompany-trade/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/odoo-addons-intercompany-trade/issues/new?body=module:%20intercompany_trade_base%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="#id2">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id3">Authors</a></h3> <ul class="simple"> <li>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id4">Contributors</a></h3> <ul class="simple"> <li>Sylvain LE GAL (<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>)</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id5">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/grap/odoo-addons-intercompany-trade/tree/12.0/intercompany_trade_base">grap/odoo-addons-intercompany-trade</a> project on GitHub.</p> <p>You are welcome to contribute.</p>