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.

21 lines
634 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Budget Management',
'category': 'Accounting/Accounting',
'description': """
Use budgets to compare actual with expected revenues and costs
--------------------------------------------------------------
""",
'depends': ['account'],
'data': [
'security/ir.model.access.csv',
'security/account_budget_security.xml',
'views/account_budget_views.xml',
'views/account_analytic_account_views.xml',
],
'demo': ['data/account_budget_demo.xml'],
'license': 'OEEL-1',
}