2019-12-30 11:49:20 +01:00
|
|
|
# Copyright 2019 ForgeFlow S.L. (http://www.forgeflow.com)
|
2019-03-25 18:41:48 +01:00
|
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Account Move Budget",
|
|
|
|
"summary": "Create Accounting Budgets",
|
2023-06-06 13:03:41 +02:00
|
|
|
"version": "16.0.1.0.0",
|
2019-03-25 18:41:48 +01:00
|
|
|
"category": "Accounting & Finance",
|
|
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
2019-12-30 11:49:20 +01:00
|
|
|
"author": "ForgeFlow, " "Odoo Community Association (OCA)",
|
2019-03-25 18:41:48 +01:00
|
|
|
"license": "AGPL-3",
|
|
|
|
"application": False,
|
|
|
|
"installable": True,
|
2019-12-30 11:26:37 +01:00
|
|
|
"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",
|
|
|
|
],
|
|
|
|
}
|