Skip to content

Commit

Permalink
[ENH] Add Reference Chart of Accounts template (RGS).
Browse files Browse the repository at this point in the history
  • Loading branch information
NL66278 committed Jun 16, 2016
1 parent 9afb09f commit 63edc17
Show file tree
Hide file tree
Showing 12 changed files with 26,574 additions and 0 deletions.
47 changes: 47 additions & 0 deletions l10n_nl_chart_rgs/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

Add reference accounting scheme to selection for Dutch chart of accounts.
=========================================================================

This module adds the reference Chart of Accounts for the Netherlands to
the Chart of Account selection.

For more information: http://www.referentiegrootboekschema.nl/home (dutch).

Known issues / Roadmap
======================

* None

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_chart_rgs%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------

* Ronald Portier <rportier@therp.nl>

Maintainer
----------

.. 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.

To contribute to this module, please visit http://odoo-community.org.
3 changes: 3 additions & 0 deletions l10n_nl_chart_rgs/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# © 2016 Therp BV (http://therp.nl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
22 changes: 22 additions & 0 deletions l10n_nl_chart_rgs/__openerp__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
# © 2016 Therp BV (http://therp.nl).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Netherlands - Accounting - Reference Accounting Scheme (RGS)',
'version': '8.0.0.1.0',
'category': 'Localization/Account Charts',
'license': 'AGPL-3',
'author': 'Odoo Community Association (OCA), Therp BV',
'website': 'https://github.com/OCA/l10n-netherlands',
'depends': [
'account',
],
'data': [
'data/account_account_template.xml',
'data/account_chart_template.xml',
'data/account_fiscal_position_template.xml',
'data/account_fiscal_position_account_template.xml',
'data/account_tax_template.xml',
'data/account_fiscal_position_tax_template.xml',
],
}
Loading

0 comments on commit 63edc17

Please sign in to comment.