Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Lines of code | 582 |
Technical Name |
base_account_budget |
License | LGPL-3 |
Website | https://www.cybrosys.com |
Versions | 13.0 14.0 15.0 16.0 17.0 18.0 |
Key Highlights
Odoo 18 Community Edition Support.
Budget management system in Odoo 18 Community Edition.
Budgetary Positions.
Create and manage Budgetary Positions.
Manage with Analytic Accounts.
Manage budgets with analytic accounts.
Budgetary Planning with Planned Amount.
Budgetary planning with planned amount on each Analytic Account.
Budgetary Reports.
Budgetary reports are also available.
Graphical View.
Each list of record can also be switched to a graphical view of it. .
Are you ready to make your business more
organized?
Improve now!

Creating Budget
Create Budget from Accounting > Accounting > Budgets > New.

Budget Records
Can see the list view of the Budget records.

Create Budgetary Positions.
Create Budgetary Positions from Accounting -> Configuration -> Budgetary Positions.

List View of the Budgetary Positions.
We can set-up the records and that will be shown in the list view.

Budget Form view.
The Budget records and the Budgetary Positions can be added in the forms.

Budget Report.
For Budget report, go to Accounting > Reporting > Management > Budgets.

Odoo 18 Community Edition Support.
Manage with Analytic Accounts.
Budgetary Planning with Planned Amount.
Budgetary planning with planned amount on each Analytic Account.
Budgetary Reports.
Yes, the module provides various budgetary reports that give detailed insights into your financial planning, budget allocation, and expenditures. These reports allow for better decision-making and help monitor the financial health of your organization.
Yes, this module is specifically designed to work with Odoo 18 Community Edition and not for odoo 18 enterprise edition.
You can create budgets by defining budgetary positions and linking them with analytic accounts. After that, you can plan your budget by assigning specific amounts to each analytic account.
Latest Release 18.0.1.0.0
26th September, 2024- Initial Commit
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedUnable to install
While trying to install I recieve this error:
Error while importing module 'base_account_budget'. while parsing /tmp/tmpbgpz_mkq/base_account_budget/security/account_budget_security.xml:5, somewhere inside <record id="budget_post_comp_rule" model="ir.rule"> <field name="name">Budget post multi-company</field> <field name="model_id" ref="model_account_budget_post"/> <field eval="True" name="global"/> <field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field> </record>
Re: Unable to install
This error occurs when attempting to import the module ZIP file through the 'Import Module' menu in the app list, as this feature is intended only for importing data modules (.xml files and static assets).
Since this module includes Python files, you should follow these steps instead:
This is the correct way to install modules that include Python code, ensuring Odoo loads all models, views, and logic as expected.
There are no comments yet!