Merge pull request #415 from gurneyalex/7.0-fix_lp1192115-595240-opw-skh
[odoo/odoo.git] / addons / l10n_et / __openerp__.py
1 #-*- coding:utf-8 -*-
2 ##############################################################################
3 #
4 #    Copyright (C) 2012 Michael Telahun Makonnen <mmakonnen@gmail.com>.
5 #    All Rights Reserved.
6 #
7 #    This program is free software: you can redistribute it and/or modify
8 #    it under the terms of the GNU Affero General Public License as published by
9 #    the Free Software Foundation, either version 3 of the License, or
10 #    (at your option) any later version.
11 #
12 #    This program is distributed in the hope that it will be useful,
13 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #    GNU Affero General Public License for more details.
16 #
17 #    You should have received a copy of the GNU Affero General Public License
18 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 #
20 ##############################################################################
21
22 {
23     'name': 'Ethiopia - Accounting',
24     'version': '1.0',
25     'category': 'Localization/Account Charts',
26     'description': """
27 Base Module for Ethiopian Localization
28 ======================================
29
30 This is the latest Ethiopian OpenERP localization and consists of:
31     - Chart of Accounts
32     - VAT tax structure
33     - Withholding tax structure
34     - Regional State listings
35     """,
36     'author':'Michael Telahun Makonnen <mmakonnen@gmail.com>',
37     'website':'http://miketelahun.wordpress.com',
38     'depends': [
39         'base_vat',
40         'account_chart',
41     ],
42     'init_xml': [
43         'data/account.account.type.csv',
44         'data/account.account.template.csv',
45         'data/account.tax.code.template.csv',
46         'data/account.chart.template.csv',
47         'data/account.tax.template.csv',
48         'data/res.country.state.csv',
49     ],
50     'update_xml': [
51         'l10n_et_wizard.xml',
52     ],
53     'test': [
54     ],
55     'demo_xml': [
56     ],
57     'installable': True,
58     'active': False,
59 }