forked from OCA/l10n-netherlands
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[10.0][MIG] Port l10n_nl_xaf_auditfile_export (OCA#59)
* Align code with l10n_nl_xaf_auditfile_export V8 * Porting to V10 * Update readme * Minor code review * Fix start and end date of periods + updated readme * Fix condition when checking dates * Update Usage in readme according V10 menu names * Replace bank field with bank_id * Make menuitem compatible with Odoo enterprise * Add nl.po file (courtesy of @ploegvde) * Fix menu name in readme * Add empty line in chatter between errors
- Loading branch information
1 parent
16b91cf
commit 6d4a982
Showing
10 changed files
with
413 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,35 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
==================== | ||
XAF auditfile export | ||
==================== | ||
|
||
This module allows you to export XAF audit files for the Dutch tax authorities (Belastingdienst). | ||
|
||
The currently exported version is 3.2 | ||
|
||
Configuration | ||
============= | ||
|
||
The exporting feature is available to the users who have `Accountant` or `Adviser` rights for accounting. | ||
|
||
To configure the default start and end dates of the actual fiscal year, go to `accounting`/`settings` and change the | ||
last date of the year you want to export. Then in the form of the audit file export, by default the end-date will be set | ||
accordingly and the start date will be 12 months before the end date. | ||
Be aware that in case the OCA module `account_fiscal_year` is installed, then the calculus of the fiscal year dates is | ||
overridden, taking by default the date range defined for the actual fiscal year (check `Settings`/`Date Ranges`). | ||
|
||
This module works on huge amount of data, so there is a possibility to encounter out of memory exceptions. In this case. set the config parameter `l10n_nl_xaf_auditfile_export.max_records` to a value much lower than 10000. | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
* go to `Invoicing`/`Reporting`/`Legal Reports`/`Auditfile export` | ||
* be sure that you have `Accountant` or `Adviser` rights for accounting | ||
* go to `Invoicing`/`Reports`/`Auditfile export` | ||
* create a new record, adjust values if the defaults are not appropriate | ||
* click `Generate auditfile` | ||
* click `Download` on the field `Auditfile` | ||
|
@@ -19,10 +38,9 @@ For further information, please visit: | |
|
||
* https://www.odoo.com/forum/help-1 | ||
|
||
Configuration | ||
============= | ||
|
||
This module works on huge amount of data, so there is a possibility to encounter out of memory exceptions. In this case. set the config parameter `l10n_nl_xaf_auditfile_export.max_records` to a value much lower than 10000. | ||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/176/10.0 | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
@@ -33,11 +51,10 @@ Known issues / Roadmap | |
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-netherlands/issues>`_. | ||
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 | ||
`here <https://github.com/OCA/l10n-netherlands/issues/new?body=module:%20l10n_nl_xaf_auditfile_export%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/OCA/l10n-netherlands/issues>`_. In case of trouble, please | ||
check there if your issue has already been reported. If you spotted it first, | ||
help us smash it by providing detailed and welcomed feedback. | ||
|
||
Credits | ||
======= | ||
|
@@ -46,6 +63,7 @@ Contributors | |
------------ | ||
|
||
* Holger Brunn <[email protected]> | ||
* Andrea Stirpe <[email protected]> | ||
|
||
Icon | ||
---- | ||
|
@@ -60,12 +78,14 @@ http://www.softwarepakket.nl/swpakketten/auditfiles/auditfile_financieel.php?bro | |
Maintainer | ||
---------- | ||
|
||
.. image:: http://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: http://odoo-community.org | ||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
This module is maintained by the OCA. | ||
|
||
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. | ||
OCA, or the Odoo Community Association, is a nonprofit organization whose | ||
mission is to support the collaborative development of Odoo features and | ||
promote its widespread use. | ||
|
||
To contribute to this module, please visit http://odoo-community.org. | ||
To contribute to this module, please visit https://odoo-community.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
191 changes: 0 additions & 191 deletions
191
l10n_nl_xaf_auditfile_export/i18n/l10n_nl_xaf_auditfile_export.pot
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.