1
# -*- encoding: utf-8 -*-
2
##############################################################################
4
# OpenERP, Open Source Management Solution
6
# Copyright (c) 2012 Noviat nv/sa (www.noviat.be). All rights reserved.
8
# This program is free software: you can redistribute it and/or modify
9
# it under the terms of the GNU Affero General Public License as
10
# published by the Free Software Foundation, either version 3 of the
11
# License, or (at your option) any later version.
13
# This program is distributed in the hope that it will be useful,
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU Affero General Public License for more details.
18
# You should have received a copy of the GNU Affero General Public License
19
# along with this program. If not, see <http://www.gnu.org/licenses/>.
21
##############################################################################
24
'name': 'Belgium - Multilingual Chart of Accounts (en/nl/fr)',
28
'category' : 'Localization/Account Charts',
31
Belgian localisation (on top of l10n_be):
32
* Multilanguage support (en/nl/fr) for Chart of Accounts, Taxes, Tax Codes and Journals
33
* Multilingual accounting templates
34
* Multilanguage support Analytic Chart of Accounts and Analytic Journals
35
* Update partner titles for commonly used legal entities
36
* Add constraint to ensure unique Tax Code per Company
37
* Auto-select correct financial report entry when creating/changing a general account
38
* Setup wizard changes
39
- Copy translations for CoA, Tax, Tax Code and Fiscal Position from templates to target objects
40
- Add options to install the nl and fr languages during the setup
41
- Generate Financial Journals from the templates
42
* journal report by period and by fiscal year with
43
- entries printed per move
46
* Open Receivables/Payables by Fiscal Year
49
'depends': ['account_accountant','l10n_be','account_cancel'],
52
'belgium_base_data.xml',
55
'security/account_security.xml',
56
'security/ir.model.access.csv',
58
'account_menuitem.xml',
59
'account_account_type_nov.xml',
60
'account_account_template_nov.xml',
61
'account_tax_code_template_nov.xml',
62
'account_chart_template_nov.xml',
63
'account_tax_template_nov.xml',
64
'account_fiscal_position_template_nov.xml',
65
'account_fiscal_position_tax_template_nov.xml',
66
'account_fiscal_position_account_template_nov.xml',
67
'wizard_multi_charts_accounts.xml',
68
'wizard/nov_print_journal.xml',
69
'wizard/nov_print_journal_fiscalyear.xml',
70
'wizard/nov_partner_ledger_fy_close.xml',
71
'account_financial_report.xml',
72
'be_legal_financial_reportscheme.xml',
73
'account_financial_report_view.xml',