Search 1.9 billion lines of Odoo code on GitHub

fiscal_company_account

Author: GRAP
License: AGPL-3
Branch: 12.0
Repository: grap/odoo-addons-cae
Dependencies: account, and fiscal_company_base
Languages: PO File (56, 5.5%), Python (606, 59.1%), XML (279, 27.2%), and reStructuredText (85, 8.3%)
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: odoo-cae/odoo-addons-cae

<h1 class="title">CAE - Account</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-cae/tree/12.0/fiscal_company_account"><img alt="grap/odoo-addons-cae" src="https://img.shields.io/badge/github-grap%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><strong>Features</strong></p> <ul class="simple"> <li>Add constrains on <code>account.bank.statement</code>, <code>account.invoice</code> <code>account.move</code>, <code>account.move.line</code>, <code>account.payment</code> models that prevent to create such items on a fiscal mother company.</li> <li><dl class="first docutils"> <dt>Account property propagation:</dt> <dd><ul class="first last"> <li><dl class="first docutils"> <dt>Following fields property are propagated in all the fiscal child company:</dt> <dd><ul class="first last"> <li>product_category / property_account_income_categ_id;</li> <li>product_category / property_account_expense_categ_id;</li> </ul> </dd> </dl> </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="#development" id="id1">Development</a></li> <li><a class="reference internal" href="#known-issues-roadmap" id="id2">Known issues / Roadmap</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#other-credits" id="id7">Other credits</a></li> <li><a class="reference internal" href="#maintainers" id="id8">Maintainers</a></li> </ul> </li> </ul> </div> <a name="development"></a> <h2><a class="toc-backref" href="#id1">Development</a></h2> <ul class="simple"> <li>For the migration to V&gt;12, take care of the tax.filtered occurences in Odoo and OCA modules. There are a lot of <code>filtered(lambda x: x.company_id == current_company)</code> in Odoo. The module <code>fiscal_company_account</code> alter the behaviour of the function <code>filtered</code> of the <code>account.tax</code> module, to filter on the mother fiscal company. However, the changes is imperfect, and multiple filters (company and not company filters) will fail. During migration, please run: <code>rgrep &quot;tax.*filtered.*company_id&quot;</code></li> </ul> <a name="known-issues-roadmap"></a> <h2><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h2> <ul class="simple"> <li>the odoo accounting dashboard is disabled, because all the data are bad computed. (by SQL request), so security access is not possible.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/grap/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/grap/odoo-addons-cae/issues/new?body=module:%20fiscal_company_account%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="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>GRAP</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">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="#id7">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="#id8">Maintainers</a></h3> <p>This module is part of the <a class="reference external" href="https://github.com/grap/odoo-addons-cae/tree/12.0/fiscal_company_account">grap/odoo-addons-cae</a> project on GitHub.</p> <p>You are welcome to contribute.</p>