Search 1.9 billion lines of Odoo code on GitHub

l10n_fi_finvoice

Author: Oy Tawasta Technologies Ltd.
License: AGPL-3
Branch: 12.0-dev-country-groups
Repository: Tawasta/l10n-finland
Dependencies: account, l10n_fi_business_code_validate, l10n_fi_edicode, and sale
Languages: Python (406, 93.1%), and reStructuredText (30, 6.9%)
Other branches: 10.0, 11.0, and 12.0-l10n_fi_municipality

<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.svg"> </a> <a name="account-invoice-finvoice"></a> <h2>Account invoice Finvoice</h2> <p>Converts between Odoo invoice and Finvoice 2.01</p> <p>Based on the documentation (static files also in <cite>docs/</cite>)</p> <p><a class="reference external" href="http://www.finanssiala.fi/finvoice/dokumentit/Finvoice_2_1_soveltamisohje.pdf">http://www.finanssiala.fi/finvoice/dokumentit/Finvoice_2_1_soveltamisohje.pdf</a> <a class="reference external" href="http://www.finanssiala.fi/finvoice/dokumentit/Finvoice_def_2_1_18102013.xls">http://www.finanssiala.fi/finvoice/dokumentit/Finvoice_def_2_1_18102013.xls</a></p> <a name="configuration"></a> <h3>Configuration</h3> <p>Install py-finvoice</p> <pre> <code lang="bash">pip install git+https://github.com/Tawasta/py-finvoice # This should be fine too, but use with own risk pip install py-finvoice</code> </pre> <a name="usage"></a> <h3>Usage</h3> <ul class="simple"> <li>This module only adds a field <cite>finvoice_xml</cite> and the logic behind it.</li> <li>Field is supposed to be used as a helper for methods. Please avoid adding it directly to any views, as it is a large non-stored computed field. Using it in views will increase view load times.</li> </ul> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ul class="simple"> <li>Does not separate different VAT classes on invoice details level</li> <li>Does not support payment overdue fine</li> <li>Does not support partial payments (PaymentStatusCode)</li> <li>Does not add discounts to Finvoice (discounts work, but they arent separated from the amount</li> <li>Only supports domestic invoices</li> <li>Error when there is no due date</li> </ul> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Jarmo Kortetjärvi &lt;<a class="reference external" href="mailto:jarmo.kortetjarvi&#64;tawasta.fi">jarmo.kortetjarvi&#64;tawasta.fi</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="http://tawasta.fi/"><img alt="Oy Tawasta OS Technologies Ltd." src="http://tawasta.fi/templates/tawastrap/images/logo.png" /></a> <p>This module is maintained by Oy Tawasta OS Technologies Ltd.</p>