flectra/addons/l10n_at/__manifest__.py
flectra-admin 769eafb483 [INIT] Inception of Flectra from Odoo
Flectra is Forked from Odoo v11 commit : (6135e82d73)
2018-01-16 11:45:59 +05:30

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'],
}