v 17.0 Third Party 3750
Download for v 17.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 552
Technical Name om_account_bank_statement_import
LicenseLGPL-3
Websitehttps://www.odoomates.tech
Versions 14.0 15.0 16.0 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 552
Technical Name om_account_bank_statement_import
LicenseLGPL-3
Websitehttps://www.odoomates.tech
Versions 14.0 15.0 16.0 17.0

Generic Wizard to Import Bank Statements In Odoo 17 Community Edition. (This module does include any CSV and XLSX type import format.)

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.
Some buggy behavior
by
Santiago Paya
on 3/20/24, 11:41 AM

Solved the 17.0 CSV importer error with https://github.com/odoomates/odooapps/pull/124

Feel free to use at your risk.

Regards


Module won't install
by
Seth Trotman
on 3/14/24, 7:12 PM

Fresh Odoo install.  Installed om_account_accountant and added some transactions.   Now trying to reconcile, I see I have to add this module.

Traceback (most recent call last):

  File "/usr/lib/python3/dist-packages/odoo/addons/base_import_module/models/ir_module.py", line 253, in _import_zipfile

    self.sudo()._import_module(mod_name, path, force=force, with_demo=with_demo)

  File "/usr/lib/python3/dist-packages/odoo/addons/base_import_module/models/ir_module.py", line 121, in _import_module

    convert_csv_import(self.env, module, pathname, fp.read(), idref, mode, noupdate)

  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 669, in convert_csv_import

    raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))

Exception: Module loading om_account_bank_statement_import failed: file /tmp/tmptcj1e5dm/om_account_bank_statement_import/security/ir.model.access.csv could not be processed:

No matching record found for external id 'model_account_bank_statement_import' in field 'Model'

No matching record found for external id 'model_account_bank_statement_import_journal_creation' in field 'Model'

2024-03-14 23:06:51,192 827254 WARNING odoo17_4031family odoo.http: Error while importing module 'om_account_bank_statement_import'.


Module loading om_account_bank_statement_import failed: file /tmp/tmptcj1e5dm/om_account_bank_statement_import/security/ir.model.access.csv could not be processed:

No matching record found for external id 'model_account_bank_statement_import' in field 'Model'

No matching record found for external id 'model_account_bank_statement_import_journal_creation' in field 'Model'


Need to be able to reconcile bank statements!

Re: Module won't install
by
Odoo Mates
on 3/15/24, 12:37 PM Author

Using base_import_module you cannot import modules having python files.

* add it in addons path
* restart
* install the module


not working
by
Diogo Catarino
on 2/1/24, 11:05 AM



There are no comments yet!