Odoo 18 Full Accounting Kit for Community

by
Odoo 97
v 18.0 Third Party 54663
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Community Apps Dependencies
Lines of code 11215
Technical Name base_accounting_kit
LicenseLGPL-3
Websitehttps://www.cybrosys.com
Versions 13.0 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Community Apps Dependencies
Lines of code 11215
Technical Name base_accounting_kit
LicenseLGPL-3
Websitehttps://www.cybrosys.com
Versions 13.0 14.0 15.0 16.0 17.0 18.0
Community

A Full-Fledged Accounting kit For Every Organization.

Odoo 18 Full Accounting Kit for Community

Key Highlights

Multiple Invoice Copies Option

We can copy multiple Invoices.

Manage Customer Follow-Ups.

The Customer follow-up menu will be provided the Activities .

Translations.

This added translation for the module.

Customer Credit Limit.

Option for adding the Customer Credit Limit.

Asset Management System.

We can manage the Asset and the related types.

Accounting Report.

The All related reports are available in the Reporting menu.

PDC Management.

In the Register Payment wizard we can add the PDC to the recipient's bank account.

Reconciliation Widget.

In the Account Dashboard we can reconcile by clicking the button Reconcile.

Lock Dates.

In the Lock Dates wizard we can set the different Lock Dates.

Odoo 18 Full Accounting Kit for Community

Are you ready to make your business more organized?
Improve now!

odoo@cybrosys.com +91 9074270811
acc_bg

Create Assets.

Can Create Assets from Accounting > Accounting > Assets > New.

The Asset details and Depreciation Board are displayed in the asset model.

Can see the all Related data in the Asset model, It helps to calculate the depreciation.

Asset Categories.

Can Create Asset categories from Accounting > Configuration > Asset Types > New option.

Asset Types

Create Asset from vendor bill.

Manage Post dated checks.

Can manage the PDC in the Register Payment method.

Reconciliation Widget.

Lock Dates.

Create recurring templates from Accounting > Configuration > Recurring Templates.

Manage Customer Follow-ups from Accounting > Configuration > Management > Follow-up Levels.

Manage Customer Follow-ups from Accounting > Customers > Follow-up Reports.

Reporting menu will gives the all Accounting Reports.

Can see menus for getting the Account related Reports. like -Profit and Loss, Balance Sheet , Cash Flow, Bank Book, Cash Book , Day Book etc

Profit and Loss For the Accounting Report.

Balance Sheet - For the Accounting Report.

Cash Flow - For the Accounting Report.

Bank Book - For the Accounting Report.

Cash Book - For the Accounting Report.

Day Book - For the Accounting Report.

Aged Partner Balance - For the Accounting Report.

Partner Ledger - For the Accounting Report.

Invoice Analysis - For the Accounting Report.

General Ledger - For the Accounting Report.

Trial Balance - For the Accounting Report.

Tax Report - For the Accounting Report.

Journal Audit - For the Accounting Report.

Multiple Invoice Copies Option

Manage Customer Follow-Ups.

Customer Credit Limit.

Asset Management System.

Accounting Report.

PDC Management.

Reconciliation Widget.

You can manage PDCs by adding them to the recipient's bank account in the Register Payment wizard.

Yes, this module is specifically designed to work with Odoo 18 Community Edition and not for odoo 18 enterprise edition.

It provides a customer follow-up menu that manages follow-up activities directly.

Latest Release 18.0.1.0.1

22nd October, 2024
Updt
  • Added reconciliation widget and lock date

Latest Release 18.0.1.0.0

26th September, 2024
Add
  • Initial Commit

Our Services

....

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Incompatible version, setting installable=False
by
arief
on 11/7/24, 6:57 AM

Hi,

I installed it in Odoo18 but it could not be activated. I got this in the odoo log:
The module base_accounting_kit has an incompatible version, setting installable=False. It also happened with OpenHRMS.
My Odoo Version is: Odoo 18.1alpha1 (Community Edition), installed from github.

Is there anything that I missed in the setting/steps?

Thank you


Correction - copying to addons and
by
Pongrácz István
on 10/23/24, 11:33 AM

Hi,

Sorry, my bad.

I tried to import this module via the WebUI/Module import, which caused the issue.

When I copied to the addons library and refresh modules, I was able to activate the module without problem.

Re: Correction - copying to addons and
by
Cybrosys Technologies
on 10/24/24, 5:39 AM Author

We are glad to hear the issue is solved.


Problem importing this module to a fresh odoo community 18
by
Pongrácz István
on 10/23/24, 10:35 AM

Hi,

I tried to import this module, but for me it failed. Exactly the same issue with the budget module.

Here is the error message:


Error while importing module 'base_accounting_kit'.
 while parsing /tmp/tmprz_bx0kp/base_accounting_kit/security/security.xml:8, somewhere inside
<record id="account_asset_category_multi_company_rule" model="ir.rule">
            <field name="name">Account Asset Category multi-company</field>
            <field ref="model_account_asset_category" name="model_id"/>
            <field eval="True" name="global"/>
            <field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]
            </field>
        </record> 


In case of budget module, the error message:

Error while importing module 'base_account_budget'.

 while parsing /tmp/tmpiacnk14q/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>

I hope it helps.

Re: Problem importing this module to a fresh odoo community 18
by
Cybrosys Technologies
on 10/24/24, 5:20 AM Author

Please note that custom modules with Python or JS files cannot be imported directly via the Odoo Apps interface, which only supports modules with XML files.

If you're on Odoo Online, custom module installation is not supported.

If you’re using Odoo on-premise, refer to this guide: How to Install a Custom Module in Odoo 16.