Odoo 19 Accounting Community
by Odoo Mates https://www.walnutit.com , Walnut Software Solutions https://www.walnutit.com , Odoo S.A. https://www.walnutit.com| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 8391 |
| Technical Name |
om_account_accountant |
| License | LGPL-3 |
| Website | https://www.walnutit.com |
| Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 |
WALNUT SOFTWARE SOLUTIONS
Website: www.walnutit.com
Email: info@walnutit.com
Odoo 19 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 19 Accounting
This Module will adds following accounting features to Odoo 19 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
please fix and update it because it fails when installing on latest version
please fix and update it because it fails when installing on latest version >>>> thanks a lot
please fix and update it because it fails when installing on latest version
Hi, fixed
It will not install on version 19.
It will not install on version 19.
Hi, fixed
It will not install on version 19.
Hi, fixed
This module cannot be installed on version 19!
No way
This module cannot be installed on version 19!
Hi, fixed
Hi, fixed
Please fix the bug in odoo 18 and 19
Excellent module, very similar to the one that Odoo brings, but it fails in the part of Registering a bank statement, it does not show any button again to add a transaction, I hope they fix it, thanks.
The issue was caused by an incompatible XPath anchor in Odoo 19.
The original view was targeting account_id, which no longer exists in the invoice line tree.
I fixed the issue by updating account_move_views.xml to anchor on the name field instead, which is compatible with Odoo 19.
After this change, the module installs and works correctly.
<?xml version="1.0" encoding="utf-8"?>
If anyone needs help, feel free to contact me on WhatsApp:
📱 +218 91 177 9014
Thanks.
thanks and resolved
guys there is failed in installing this app duo to asset module please update and fix it to support latest version >>> thanks a lot
guys there is failed in installing this app duo to asset module please update and fix it to support latest version >>> thanks a lot
thanks and resolved
Hi, I can not install this module :( How can I do please ? OS : Ubuntu 24.04 Odoo : 19 Thanks very much
Erreur de serveur Odoo
RPC_ERROR
Odoo Server Error
Occured on xxx.xxx.xxx.xxx:8069 on model ir.module.module on 2026-01-20 15:30:14 GMT
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/odoo/http.py", line 2275, in _serve_db
return service_model.retrying(serve_func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 184, in retrying
result = func()
^^^^^^
File "/usr/lib/python3/dist-packages/odoo/http.py", line 2330, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/http.py", line 2545, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 355, in _dispatch
result = endpoint(**request.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/http.py", line 788, in route_wrapper
result = endpoint(self, *args, **params_ok)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 38, in call_button
action = call_kw(request.env[model], method, args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 93, in call_kw
result = method(recs, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 71, in check_and_log
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 484, in button_immediate_install
return self._button_immediate_function(self.env.registry[self._name].button_install)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_module.py", line 625, in _button_immediate_function
registry = modules.registry.Registry.new(self.env.cr.dbname, update_module=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 88, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/registry.py", line 199, in new
load_modules(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 456, in load_modules
load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 209, in load_module_graph
load_data(env, idref, 'init', kind='data', package=package)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 59, in load_data
convert_file(env, package.name, filename, idref, mode, noupdate=kind == 'demo')
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 693, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 792, in convert_xml_import
obj.parse(doc.getroot())
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 663, in parse
self._tag_root(de)
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 616, in _tag_root
raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
odoo.tools.convert.ParseError: while parsing /usr/lib/python3/dist-packages/odoo/addons/om_account_asset/views/account_move_views.xml:4
Erreur lors du parsing ou de la validation de la vue :
L'élément '<xpath expr="//field[@name='journal_line_ids']/list/field[@name='account_id']">' ne peut être localisé dans la vue parente
View error context:
{'file': '/usr/lib/python3/dist-packages/odoo/addons/om_account_asset/views/account_move_views.xml',
'line': 1,
'name': 'account.move.supplier.form',
'view': ir.ui.view(1730,),
'view.model': 'account.move',
'view.parent': ir.ui.view(717,),
'xmlid': 'view_invoice_asset_category'}
The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
RPC_ERROR
at makeErrorFromResponse (http://xxx.xxx.xxx.xxx:8069/web/assets/3d66492/web.assets_web.min.js:3186:165)
at XMLHttpRequest.<anonymous> (http://xxx.xxx.xxx.xxx:8069/web/assets/3d66492/web.assets_web.min.js:3192:13)
Hi, I can not install this module :( How can I do please ? OS : Ubuntu 24.04 Odoo : 19 Thanks very much
thanks and resolved
om_account_asset/views/account_move_views.xml<xpath expr="//field[@name='journal_line_ids']/list/field[@name='account_id']" position="after">
have error in tjis odoo 19
thanks and resolved
Bonjour
How to create automated journal on stock, example i have category product Sample, and i set perpetual (at invoicing), then i buy Product A, wich is using category product Sample.
When i validate receipt, its not make a journal stock.