[MERGE] website_sale optional-products
[odoo/odoo.git] / addons / l10n_lu / __openerp__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6 #    Copyright (C) 2011 Thamini S.à.R.L (<http://www.thamini.com>)
7 #    Copyright (C) 2011 ADN Consultants S.à.R.L (<http://www.adn-luxembourg.com>)
8 #    Copyright (C) 2012-today OpenERP SA (<http://openerp.com>)
9 #
10 #    This program is free software: you can redistribute it and/or modify
11 #    it under the terms of the GNU Affero General Public License as
12 #    published by the Free Software Foundation, either version 3 of the
13 #    License, or (at your option) any later version.
14 #
15 #    This program is distributed in the hope that it will be useful,
16 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
17 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 #    GNU Affero General Public License for more details.
19 #
20 #    You should have received a copy of the GNU Affero General Public License
21 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
22 #
23 ##############################################################################
24
25 {
26     'name': 'Luxembourg - Accounting',
27     'version': '1.0',
28     'category': 'Localization/Account Charts',
29     'description': """
30 This is the base module to manage the accounting chart for Luxembourg.
31 ======================================================================
32
33     * the Luxembourg Official Chart of Accounts (law of June 2009 + 2011 chart and Taxes),
34     * the Tax Code Chart for Luxembourg
35     * the main taxes used in Luxembourg
36     * default fiscal position for local, intracom, extracom """,
37     'author': 'OpenERP SA & ADN',
38     'website': 'http://www.openerp.com http://www.adn-luxembourg.com',
39     'depends': ['account', 'base_vat', 'base_iban'],
40     'data': [
41         # basic accounting data
42         'account_financial_report.xml',
43         'account.account.type-2011.csv',
44         'account.account.template-2011.csv',
45         'account.tax.code.template-2011.csv',
46         'account_chart_template.xml',
47         'account.tax.template-2011.csv',
48         # Change BRE: adds fiscal position
49         'account.fiscal.position.template-2011.csv',
50         'account.fiscal.position.tax.template-2011.csv',
51         # configuration wizard, views, reports...
52         'l10n_lu_wizard.xml',
53     ],
54     'test': [],
55     'demo': [],
56     'installable': True,
57     'auto_install': False,
58     'images': ['images/config_chart_l10n_lu.jpeg','images/l10n_lu_chart.jpeg'],
59 }
60
61 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: