From 229fb1c9d1c7cfefe1ac25099a88672bcae730af Mon Sep 17 00:00:00 2001 From: git_admin Date: Fri, 1 May 2026 14:21:17 +0000 Subject: [PATCH] Tower: upload om_account_budget 1.0.1 (via marketplace) --- addons/om_account_budget/__manifest__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 addons/om_account_budget/__manifest__.py diff --git a/addons/om_account_budget/__manifest__.py b/addons/om_account_budget/__manifest__.py new file mode 100644 index 0000000..aef741d --- /dev/null +++ b/addons/om_account_budget/__manifest__.py @@ -0,0 +1,21 @@ +{ + 'name': 'Odoo 19 Budget Management', + 'author': 'Odoo Mates, Odoo SA', + 'category': 'Accounting', + 'version': '1.0.1', + 'description': """Use budgets to compare actual with expected revenues and costs""", + 'summary': 'Odoo 19 Budget Management', + 'sequence': 10, + 'website': 'https://www.odoomates.tech', + 'depends': ['account'], + 'license': 'LGPL-3', + 'data': [ + 'security/ir.model.access.csv', + 'security/security.xml', + 'views/account_analytic_account_views.xml', + 'views/account_budget_views.xml', + 'views/res_config_settings_views.xml', + ], + 'images': ['static/description/banner.gif'], + 'demo': ['data/account_budget_demo.xml'], +}