1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/account_budget/__manifest__.py
2024-12-10 09:04:09 +07:00

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