~taktik/openobject-addons/hui-extra-6.1

« back to all changes in this revision

Viewing changes to l10n_be_coa_multilang/__openerp__.py

  • Committer: root
  • Date: 2012-06-18 10:25:27 UTC
  • Revision ID: root@oerp61-20120618102527-iz7p2l8z91g3568n
initialĀ upload

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    OpenERP, Open Source Management Solution
 
5
#    
 
6
#    Copyright (c) 2012 Noviat nv/sa (www.noviat.be). All rights reserved.
 
7
 
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.
 
12
#
 
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.
 
17
#
 
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/>.
 
20
#
 
21
##############################################################################
 
22
 
 
23
{
 
24
    'name': 'Belgium - Multilingual Chart of Accounts (en/nl/fr)',
 
25
    'version': '0.3',
 
26
    'license': 'AGPL-3',
 
27
    'author': 'Noviat',
 
28
    'category' : 'Localization/Account Charts',
 
29
    'description': """
 
30
    
 
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
 
44
        - vat info per entry
 
45
        - vat summary
 
46
    * Open Receivables/Payables by Fiscal Year
 
47
        
 
48
    """,
 
49
    'depends': ['account_accountant','l10n_be','account_cancel'],
 
50
    'demo_xml': [],
 
51
    'init_xml': [
 
52
        'belgium_base_data.xml',        
 
53
    ],
 
54
    'update_xml' : [
 
55
        'security/account_security.xml',
 
56
        'security/ir.model.access.csv',
 
57
        'account_view.xml',        
 
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',        
 
74
        'account_report.xml',        
 
75
    ],
 
76
    'active': False,
 
77
    'installable': True,}