odoo/addons/l10n_et/__openerp__.py

60 lines
1.9 KiB
Python

#-*- coding:utf-8 -*-
##############################################################################
#
# Copyright (C) 2012 Michael Telahun Makonnen <mmakonnen@gmail.com>.
# All Rights Reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Ethiopia - Accounting',
'version': '1.0',
'category': 'Localization/Account Charts',
'description': """
Base Module for Ethiopian Localization
======================================
This is the latest Ethiopian OpenERP localization and consists of:
- Chart of Accounts
- VAT tax structure
- Withholding tax structure
- Regional State listings
""",
'author':'Michael Telahun Makonnen <mmakonnen@gmail.com>',
'website':'http://miketelahun.wordpress.com',
'depends': [
'base_vat',
'account_chart',
],
'init_xml': [
'data/account.account.type.csv',
'data/account.account.template.csv',
'data/account.tax.code.template.csv',
'data/account.chart.template.csv',
'data/account.tax.template.csv',
'data/res.country.state.csv',
],
'data': [
'l10n_et_wizard.xml',
],
'test': [
],
'demo': [
],
'installable': True,
'active': False,
}