Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
Community Apps Dependencies | Show |
Lines of code | 8376 |
Technical Name |
om_account_accountant |
License | LGPL-3 |
Versions | 13.0 14.0 15.0 16.0 17.0 18.0 12.0 |
Basic Accounting Features For Odoo 18 Community Edition.
This code originates from Odoo Accounting in Odoo 11 Community and brings features like Financial Reports, Asset Management, Budget Management, and more to the Odoo 18 Community Edition.
To explore more about accounting features in Odoo Enterprise, see: Odoo Accounting Page
For more information on Odoo Enterprise features and pricing, visit: Odoo Pricing Page
Odoo 18 Accounting For Community
Financial Reports
Balance Sheet, Profit and Loss, Partner Ledger, Aged Partner Balance, Aged Receivable, Aged Payable, General Ledger, Trial Balance, Tax Reports, Journals Audit Reports
Asset Management
Budget Management
Accounting Dashboard
Customer Follow Up
Send follow up emails to customer regarding pending payments
Recurring Payment
Fiscal Year and Closing
Manage fiscal years and year ending by setting lock dates
Account Settings
Enable sales receipts, purchase receipts, credit limit, anglo saxon accounting and configure fiscal years from account settings
Account Settings
Need Enhanced Financial Reports ?
View financial reports in screen with filters and in PDF, Excel formats
Odoo 18 Accounting
This Module will adds following accounting features to Odoo 18 community edition: Financial Reports, Asset Management, Budget Management, Bank Statement Import, Daily Reports, Customer Follow Ups and Recurring Payments
Common FAQ
1. How to skip in payment status and directly move to paid status ? a) https://www.youtube.com/watch?v=eWxfy86Byog
Installation
To install this module, you need to:
Download the module and add it to your Odoo addons folder. Afterward, log on to your Odoo server and go to the Apps menu. Trigger the debug mode and update the list by clicking on the "Update Apps List" link. Now install the module by clicking on the install button.
Upgrade
To upgrade this module, you need to:
Download the module and add it to your Odoo addons folder. Restart the server and log on to your Odoo server. Select the Apps menu and upgrade the module by clicking on the upgrade button.
Configuration
There is Nothing to Configure
Credits
Contributors
- Odoo Mates <odoomates@gmail.com>
- Walnut Software Solutions <info@walnutit.com>
Author & Maintainer
This module is maintained by the Odoo Mates
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
this error appears in v18
RPC_ERROR
Odoo Server Error
Occured on localhost:8069 on model account.cashbook.report and id 135 on 2024-10-06 18:05:28 GMT
Traceback (most recent call last):
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\http.py", line 1954, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\service\model.py", line 137, in retrying
result = func()
^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\http.py", line 1921, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\http.py", line 2168, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\addons\base\models\ir_http.py", line 330, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\http.py", line 728, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\addons\web\controllers\dataset.py", line 35, in call_kw
return call_kw(request.env[model], method, args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\api.py", line 517, in call_kw
result = getattr(recs, name)(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\addons\web\models\models.py", line 867, in onchange
defaults = self.default_get(missing_names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\models.py", line 1640, in default_get
defaults[name] = field.default(self)
^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Odoo 18.0.20241002\server\odoo\addons\om_account_daily_reports\wizard\account_cashbook_report.py", line 15, in _get_default_account_ids
if journal.company_id.account_journal_payment_credit_account_id.id:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'res.company' object has no attribute 'account_journal_payment_credit_account_id'
The above server error caused the following client error:
OwlError: An error occured in the owl lifecycle (see this Error's "cause" property)
OwlError@http://localhost:8069/web/assets/ddeafcf/web.assets_web.min.js:715:1
handleError@http://localhost:8069/web/assets/ddeafcf/web.assets_web.min.js:947:101
handleError@http://localhost:8069/web/assets/ddeafcf/web.assets_web.min.js:1579:29
initiateRender@http://localhost:8069/web/assets/ddeafcf/web.assets_web.min.js:1037:19
Caused by: RPC_ERROR: Odoo Server Error
RPCError@http://localhost:8069/web/assets/ddeafcf/web.assets_web.min.js:3053:338
makeErrorFromResponse@http://localhost:8069/web/assets/ddeafcf/web.assets_web.min.js:3056:163
rpc._rpc/promise</<@http://localhost:8069/web/assets/ddeafcf/web.assets_web.min.js:3061:34
Re:
Thanks for reporting fixed and updated