You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
800 B
Python

8 months ago
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Analytic Accounting Enterprise",
'version': '0.1',
'website': "https://www.odoo.com/app/accounting",
'category': 'Accounting/Accounting',
'depends': ['web_grid', 'analytic', 'account'],
'description': """
Module for defining analytic accounting object.
===============================================
In Odoo, analytic accounts are linked to general accounts but are treated
totally independently. So, you can enter various different analytic operations
that have no counterpart in the general financial accounts.
""",
'data': [
'views/account_analytic_view.xml'
],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}