769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
23 lines
862 B
Python
23 lines
862 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
# Copyright (C) conexus.at
|
|
|
|
{
|
|
'name': 'Austria - Accounting',
|
|
'version': '2.0',
|
|
'author': 'conexus.at',
|
|
'website': 'http://www.conexus.at',
|
|
'category': 'Localization',
|
|
'depends': ['account'],
|
|
'description': """
|
|
This module provides the standard Accounting Chart for Austria which is based on the Template from BMF.gv.at.
|
|
=============================================================================================================
|
|
Please keep in mind that you should review and adapt it with your Accountant, before using it in a live Environment.
|
|
""",
|
|
'data': ['data/l10n_at_chart_data.xml',
|
|
'data/account_data.xml',
|
|
'data/account_tax_data.xml',
|
|
'data/account_chart_template_data.yml'],
|
|
}
|