2018-01-16 06:58:15 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2018-01-16 11:34:37 +01:00
|
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
# Copyright (C) 2009 P. Christeas <p_christ@hol.gr>. All Rights Reserved
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'Greece - Accounting',
|
|
|
|
'author': 'P. Christeas, OpenERP SA.',
|
|
|
|
'website': 'http://openerp.hellug.gr/',
|
|
|
|
'category': 'Localization',
|
|
|
|
'description': """
|
|
|
|
This is the base module to manage the accounting chart for Greece.
|
|
|
|
==================================================================
|
|
|
|
|
|
|
|
Greek accounting chart and localization.
|
|
|
|
""",
|
|
|
|
'depends': [
|
|
|
|
'account',
|
|
|
|
'base_iban',
|
|
|
|
'base_vat',
|
|
|
|
],
|
|
|
|
'data': [ 'data/account_type_data.xml',
|
|
|
|
'data/l10n_gr_chart_data.xml',
|
|
|
|
'data/account_chart_template_data.xml',
|
|
|
|
'data/account_data.xml',
|
|
|
|
'data/account_tax_data.xml',
|
|
|
|
'data/account_chart_template_data.yml'
|
|
|
|
],
|
|
|
|
}
|