Search 1.9 billion lines of Odoo code on GitHub

fiscal_company_base

Author: GRAP
License: AGPL-3
Branch: 12.0
Repository: odoo-cae/odoo-addons-cae
Dependencies: base
Languages: PO File (65, 10.3%), Python (240, 37.9%), XML (233, 36.8%), and reStructuredText (95, 15.0%)
Other branches: 10.0, 10.0_ADD_purchase_module, 10.0_product_sequence_feature, 12.0-ocabot-merge-pr-33-by-legalsylvain-bump-patch, 12.0-ocabot-merge-pr-36-by-legalsylvain-bump-patch, and 12.0-ocabot-merge-pr-38-by-legalsylvain-bump-patch
Other repositories: grap/odoo-addons-cae

<h1 class="title">CAE - 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/odoo-cae/odoo-addons-cae/tree/12.0/fiscal_company_base"><img alt="odoo-cae/odoo-addons-cae" src="https://img.shields.io/badge/github-odoo-cae%2Fodoo--addons--cae-lightgray.png?logo=github" /></a></p> <p>This module extend Odoo functionnalities, regarding companies features to manage CAE (Coopearatives of Activities and Employment) that is a special status for french companies.</p> <p>(see above, links that describes what is CAE).</p> <p>Basically, in a CAE, there is a 'parent' company that hosts many 'child' companies. People in a child company should have access only to their activity. (account moves, customers, suppliers, products, etc...)</p> <p>In a fiscal and legal point of view, there is only one company (the parent one) so there is only on chart of accounts. Accounting moves of the child companies are written in the child company, but associated to the account of the parent company.</p> <p><strong>Companies feature</strong></p> <ul class="simple"> <li><dl class="first docutils"> <dt>Add a new field on company <cite>fiscal_type</cite>:</dt> <dd><ul class="first last"> <li><cite>normal</cite> : classical company</li> <li><cite>fiscal_mother</cite>: CAE company, that can host many child companies</li> <li><cite>fiscal_child</cite>: child company, hosted by the CAE</li> </ul> </dd> </dl> </li> </ul> <p><strong>Users Feature</strong></p> <ul class="simple"> <li>If a user has access rights to a 'fiscal_mother' so he has access rights to all 'fiscal_child' companies;</li> </ul> <p><strong>Groups Feature</strong></p> <ul class="simple"> <li>this module add a new group 'Disabled Features for Fiscal Company' that should be affected to all the features bad designed by odoo, specially when odoo introduced views based on datas computed on SQL hard coded requests that can not work with the Odoo CAE design. See 'account_fiscal_company' module for exemples.</li> </ul> <p><strong>More information about CAE [FR]</strong></p> <ul class="simple"> <li><a class="reference external" href="https://fr.wikipedia.org/wiki">https://fr.wikipedia.org/wiki</a>/Coopérative_d'activités_et_d'emploi</li> <li><a class="reference external" href="http://www.cooperer.coop/">http://www.cooperer.coop/</a></li> <li><a class="reference external" href="http://www.copea.fr/">http://www.copea.fr/</a></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="#other-credits" id="id5">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id6">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/odoo-cae/odoo-addons-cae/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/odoo-cae/odoo-addons-cae/issues/new?body=module:%20fiscal_company_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>Julien WESTE</li> <li>Sylvain LE GAL &lt;<a class="reference external" href="https://twitter.com/legalsylvain">https://twitter.com/legalsylvain</a>&gt;</li> </ul> <a name="other-credits"></a> <h3><a class="toc-backref" href="#id5">Other credits</a></h3> <p>The development of this module has been financially supported by:</p> <ul class="simple"> <li>GRAP, Groupement Régional Alimentaire de Proximité (<a class="reference external" href="http://www.grap.coop">http://www.grap.coop</a>)</li> </ul> <dl class="docutils"> <dt>Porting from odoo V8 to odoo V10 has been funded by :</dt> <dd><ul class="first last simple"> <li>BABEL.COOP, leverage cooperation through the digital age (&lt;<a class="reference external" href="http://babel.coop">http://babel.coop</a>&gt;)</li> </ul> </dd> </dl> <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/odoo-cae/odoo-addons-cae/tree/12.0/fiscal_company_base">odoo-cae/odoo-addons-cae</a> project on GitHub.</p> <p>You are welcome to contribute.</p>