Odoo18-Base/addons/l10n_gr/__manifest__.py
2025-03-10 11:12:23 +07:00

36 lines
1.0 KiB
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
# 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': 'Accounting/Localizations/Account Charts',
'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/l10n_gr_chart_data.xml',
'data/account.account.template.csv',
'data/account_chart_template_data.xml',
'data/account_tax_group_data.xml',
'data/account_tax_report_data.xml',
'data/account_tax_data.xml',
'data/account_chart_template_configure_data.xml'
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}