Search 1.9 billion lines of Odoo code on GitHub

compassion_nordic_completion_rules

Author: Compassion CH
License: AGPL-3
Branch: rate-change-fixes
Repository: ecino/compassion-switzerland
Dependencies: account_statement_completion, base_search_fuzzy, and compassion_nordic_accounting
Languages: Python (124, 57.9%), XML (35, 16.4%), and reStructuredText (55, 25.7%)
Other branches: 14.0

<h1 class="title">Completion rules for Swedish bank</h1> <p><a class="reference external image-reference" 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 image-reference" 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 image-reference" href="https://github.com/compassionCH/compassion-modules/tree/11.0/sbc_compassion"><img alt="compassionCH/compassion-modules" src="https://img.shields.io/badge/github-compassionCH%2Fcompassion--modules-lightgray.png?logo=github" /></a></p> <p>Adds completion rules for swish and other swedish statements.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id2">Installation</a></li> <li><a class="reference internal" href="#usage" id="id3">Usage</a></li> <li><a class="reference internal" href="#changelog" id="id4">Changelog</a></li> <li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id6">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id7">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id9">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id2">Installation</a></h2> <dl class="docutils"> <dt>To install this module, you need to install dependencies:</dt> <dd><ul class="first last simple"> <li><dl class="first docutils"> <dt>requires the following libraries (names from apt-get):</dt> <dd><ul class="first last"> <li>postgresql-contrib</li> </ul> </dd> </dl> </li> </ul> </dd> </dl> <ol class="arabic simple"> <li>The PostgreSQL extension <code>pg_trgm</code> should be available. In debian based distribution you have to install the <cite>postgresql-contrib</cite> module.</li> <li>Install the <code>pg_trgm</code> extension to your database or give your postgresql user the <code>SUPERUSER</code> right (this allows the odoo module to install the extension to the database).</li> </ol> <a name="usage"></a> <h2><a class="toc-backref" href="#id3">Usage</a></h2> <p>Make sure to set your similarity_threshold high sufficient to avoid finding partner names that don't really match the bank statement data. (0.3 is the default and could produce false positives).</p> <p>On Postgres with root access we could set it with : <cite>ALTER SYSTEM SET pg_trgm.similarity_threshold = 0.8;</cite> or by setting it in the <cite>postgresql.conf</cite> file.</p> <a name="changelog"></a> <h2 class="with-subtitle"><a class="toc-backref" href="#id4">Changelog</a></h2> <h2 class="section-subtitle" id="id1"><span class="section-subtitle">10.0.1.2.1 (2018-11-02)</span></h2> <ul class="simple"> <li>Change how we send Original Language to GMC. From now on, we map it to the translated language in Odoo, in order to avoid unnecessary translation at the Field Office.</li> </ul> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id5">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/compassionCH/compassion-modules/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/compassionCH/compassion-modules/issues/new?body=module:%20sbc_compassion%0Aversion:%2011.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="#id6">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id7">Authors</a></h3> <ul class="simple"> <li>Compassion CH</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id8">Contributors</a></h3> <ul class="simple"> <li>Emanuel Cino &lt;<a class="reference external" href="mailto:ecino&#64;compassion.ch">ecino&#64;compassion.ch</a>&gt;</li> <li>Emmanuel Mathier &lt;<a class="reference external" href="mailto:emmanuel.mathier&#64;gmail.com">emmanuel.mathier&#64;gmail.com</a>&gt;</li> <li>Loic Hausammann &lt;<a class="reference external" href="mailto:loic_hausammann&#64;hotmail.com">loic_hausammann&#64;hotmail.com</a>&gt;</li> <li>Emmanuel Girardin &lt;<a class="reference external" href="mailto:emmanuel.girardin&#64;outlook.com">emmanuel.girardin&#64;outlook.com</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id9">Maintainers</a></h3> <p>This module is maintained by Compassion Switzerland.</p> <a class="reference external image-reference" href="https://www.compassion.ch"><img alt="Compassion Switzerland" src="https://upload.wikimedia.org/wikipedia/en/8/83/CompassionInternationalLogo.png" /></a> <p>Compassion Switzerland is a nonprofit organization whose mission is to release children from extreme poverty in Jesus name.</p> <p>This module is part of the <a class="reference external" href="https://github.com/compassionCH/compassion-modules/tree/11.0/sbc_compassion">compassionCH/compassion-modules</a> project on GitHub.</p> <p>You are welcome to contribute.</p>