Search 1.9 billion lines of Odoo code on GitHub

base_multi_store

Author: ADHOC SA
License: AGPL-3
Branch: 16.0-t-28021-vib
Repository: adhoc-dev/multi-store
Dependencies: base
Languages: PO File (118, 26.7%), Python (139, 31.4%), XML (135, 30.5%), and reStructuredText (50, 11.3%)
Other branches: 13.0-h-37783-nmr, 13.0-t-27798-jjs, 13.0-t-29059-jjs, 15.0-t-25542-vib, 15.0-t-25543-vib, 15.0-t-25544-awe, 16.0-t-28310-jok, 8.0, 9.0, and fix_stock_multi_store
Other repositories: ClearCorp/ingadhoc-multi-store, GSLabIt/multi-store, Guobower/multi-store, IJOL/multi-store, OpusVL/multi-store, OutillageStEtienne/multi-store, RL-OtherApps/multi-store, codebio/multi-store, don-systems/multi-store, erick-alvino/multi-store, espinozaulises/multi-store, germanponce/multi-store, ingadhoc/multi-store, jobiols/adhoc-multi-store, joglomedia/multi-store, marcel1981/multi-store, marcelomora/multi-store, maxindo/multi-store, meigallodixital/multi-store, mohamedaltaib/multi-store, pushnube/adhoc-multi-store, royalline1/multi-store, sebatista/multi-store, suningwz/multi-store, usmanfarzandali/multi-store, vidtsin/multi-store, westlyou/multi-store, and x0rzkov/multi-store

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a name="multi-store"></a> <h2>Multi Store</h2> <p>An store is an organizational entity that could be part of a company or not (cross to all companies).</p> <p>This module add a new concept &quot;stores&quot; in some point similar to multicompany. Similarities:</p> <ul class="simple"> <li>User can have multiple stores available (store_ids)</li> <li>User can be active only in one store (store_id) which can be set up in his own preferences</li> <li>There is a group &quot;multi store&quot; that gives users the availability to see multi store fields</li> </ul> <p>It is intended to be used for:</p> <ul class="simple"> <li>security reazons, for eg. limit users to some journals</li> <li>information, for eg. sales by shop</li> </ul> <p>Only a few models are directly linked (Direct Linked Models) to shops (for eg. journals and warehouses). The other models are linked by a related field (Related Linked Models) to those models (for eg. the invoice store comes from the journal store)</p> <p>Security rules for models (in generally):</p> <ul class="simple"> <li><dl class="first docutils"> <dt>Direct Linked Models:</dt> <dd><ul class="first last"> <li>Records can only see if same store or not store set, this is done this way so they can not choose none autorhized records on M2O fields</li> </ul> </dd> </dl> </li> <li><dl class="first docutils"> <dt>Related Linked Models:</dt> <dd><ul class="first last"> <li>Records can be seen by everyone, no matters the store</li> <li>Create, unlink and write is only allow if same store or not store set</li> </ul> </dd> </dl> </li> </ul> <a name="installation"></a> <h3>Installation</h3> <p>To install this module, you need to:</p> <ol class="arabic simple"> <li>Only need to install the module</li> </ol> <a name="configuration"></a> <h3>Configuration</h3> <p>To configure this module, you need to:</p> <ol class="arabic simple"> <li>Go to Configuration / Companies / Stores</li> <li>Create and set up your stores</li> </ol> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Select on your preferences on wsich store you are working on</li> <li>Analyze your information grouping and filtering by store field</li> </ol> <a class="reference external image-reference" href="http://runbot.adhoc.com.ar/"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/ingadhoc/{project_repo}/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.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>ADHOC SA <img alt="icon" src="https://raw.githubusercontent.com/ingadhoc/maintainer-tools/master/resources/adhoc-icon.png" /></li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <a name="maintainer"></a> <h4>Maintainer</h4> <p><a class="reference external" href="https://www.adhoc.com.ar"><img alt="ADHOC SA" src="https://raw.githubusercontent.com/ingadhoc/maintainer-tools/master/resources/adhoc-logo.png" /></a></p> <p>This module is maintained by the ADHOC SA.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://www.adhoc.com.ar">https://www.adhoc.com.ar</a>.</p>