2
0
account-financial-tools/account_move_budget/__manifest__.py

21 lines
689 B
Python
Raw Normal View History

2019-03-25 18:41:48 +01:00
# Copyright 2019 Eficent Business and IT Consulting Services, S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Move Budget",
"summary": "Create Accounting Budgets",
2019-07-17 16:42:16 +02:00
"version": "12.0.1.0.0",
2019-03-25 18:41:48 +01:00
"category": "Accounting & Finance",
"website": "https://github.com/OCA/account-financial-tools",
"author": "Eficent, " "Odoo Community Association (OCA)",
2019-03-25 18:41:48 +01:00
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["account", "date_range"],
2019-03-25 18:41:48 +01:00
"data": [
"security/ir.model.access.csv",
"views/account_move_budget_line_views.xml",
"views/account_move_budget_views.xml",
],
}