Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Bank Statement Import (Via .csv/ CAMT53) Doesn't Work

Naroči se

Get notified when there's activity on this post

This question has been flagged
importbankstatement
3 Odgovori
5011 Prikazi
Avatar
Jan Fischer

Hello there,


our company recently acquired the Odoo V14 Enterprise Edition.


We tried to automatically import our bank statements.


If we use the .csv option, the system doesn't recognize the rows and columns correctly (we tried two different .csv files from different banks). He gives us only one option for manually changing the first row. If we use CAMT import we get a long error message after we click the import button.


Sadly, you don't find any proper documentation regarding bank import.



Maybe someone could help?

0
Avatar
Opusti
Avatar
Masin Al-Dujaili
Best Answer

Hi, I'm Jan's IT admin who is responsible for the server setup for Odoo. As I have access to the server logs I see this error before the traceback:

2021-01-04 15:26:13,724 27587 ERROR SECUINFRA_Testumgebung_1.0 odoo.sql_db: bad query: UPDATE "account_bank_statement" SET "balance_end"='53009.61',"difference"='0.00',"is_valid_balance_start"=false,"sequence_number"=532020121522265169235384729600,"sequence_prefix"='0120C',"state"='posted',"total_entry_encoding"='-4294.63',"write_uid"=11,"write_date"=(now() at time zone 'UTC') WHERE id IN (14)

ERROR: integer out of range


We haven't yet imported any bank statements (it's a testing environment after all). I mention this because the possible solutions (e.g. https://stackoverflow.com/questions/24308239/postgresql-integer-out-of-range) I find regarding this general error always assume that a number of inserts reached the maximum for the integer datatype. I tried altering the table to use bigint for sequence_number but it didn't help either (it just says "ERROR: bigint out of range"). In the XML I find the values from the UPDATE statement above in this part:

        <Stmt>
            <Id>0120C532020121522265171012551882007</Id>
            <ElctrncSeqNb>200000014</ElctrncSeqNb>
            <LglSeqNb>012</LglSeqNb>
            <CreDtTm>2020-12-15T22:08:30.0+01:00</CreDtTm>
            <Acct>

I am not familiar with either Odoo nor with CAMT but my intuition (which might be wrong because of lack of familiarity) suggests that either ElctrncSeqNb or LglSeqNb should be used for sequence_number.


PS: The error shows when confirming to upload the bank statement. We don't get into any sort of Import Tool or Formatting Options.

0
Avatar
Opusti
Avatar
Jan Fischer
Avtor Best Answer


Here's the error text:


Error:
Odoo Server Error

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 682, in dispatch
    result = self._call_function(**self.params)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 358, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 346, in checked_call
    result = self.endpoint(*a, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 911, in __call__
    return self.method(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 530, in response_wrap
    response = f(*args, **kw)
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1363, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 1351, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 396, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 383, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/account_bank_statement_import_csv/wizard/account_bank_statement_import_csv.py", line 28, in import_file
    return super(AccountBankStatementImport, self).import_file()
  File "/usr/lib/python3/dist-packages/odoo/addons/account_bank_statement_import/account_bank_statement_import.py", line 52, in import_file
    statement_line_ids, notifications = self._create_bank_statements(stmts_vals)
  File "/usr/lib/python3/dist-packages/odoo/addons/account_bank_statement_import/account_bank_statement_import.py", line 240, in _create_bank_statements
    statement.button_post()
  File "/usr/lib/python3/dist-packages/odoo/addons/account/models/account_bank_statement.py", line 396, in button_post
    self.line_ids.move_id._post(soft=False)
  File "/usr/lib/python3/dist-packages/odoo/addons/account_asset/models/account_move.py", line 37, in _post
    posted = super()._post(soft)
  File "/usr/lib/python3/dist-packages/odoo/addons/l10n_de/models/datev.py", line 35, in _post
    return super()._post(soft)
  File "/usr/lib/python3/dist-packages/odoo/addons/account_reports/models/account_activity.py", line 67, in _post
    return super()._post(soft)
  File "/usr/lib/python3/dist-packages/odoo/addons/account_invoice_extract/models/account_invoice.py", line 284, in _post
    posted = super()._post(soft)
  File "/usr/lib/python3/dist-packages/odoo/addons/account_edi/models/account_move.py", line 133, in _post
    posted = super()._post(soft=soft)
  File "/usr/lib/python3/dist-packages/odoo/addons/account/models/account_move.py", line 2411, in _post
    'posted_before': True,
  File "/usr/lib/python3/dist-packages/odoo/addons/account/models/account_move.py", line 1814, in write
    res = super(AccountMove, self.with_context(check_move_validity=False, skip_account_move_synchronization=True)).write(vals)
  File "/usr/lib/python3/dist-packages/odoo/addons/mail/models/mail_thread.py", line 320, in write
    result = super(MailThread, self).write(values)
  File "/usr/lib/python3/dist-packages/odoo/addons/mail/models/mail_activity.py", line 766, in write
    return super(MailActivityMixin, self).write(vals)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 3664, in write
    real_recs._validate_fields(set(vals) - set(inverse_fields))
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 1249, in _validate_fields
    check(self)
  File "/usr/lib/python3/dist-packages/odoo/addons/account/models/account_move.py", line 1553, in _check_unique_sequence_number
    self.flush()
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 5410, in flush
    self.recompute()
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 5845, in recompute
    process(field)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 5829, in process
    recs.mapped(field.name)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 5216, in mapped
    recs = recs._fields[name].mapped(recs)
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1035, in mapped
    self.__get__(record, type(records))
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 937, in __get__
    self.compute_value(recs)
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1111, in compute_value
    records._compute_field_value(self)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 4037, in _compute_field_value
    field.compute(self)
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 553, in _compute_related
    record[self.name] = self._process_related(value[self.related_field.name])
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 5640, in __getitem__
    return self._fields[key].__get__(self, type(self))
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 937, in __get__
    self.compute_value(recs)
  File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1111, in compute_value
    records._compute_field_value(self)
  File "/usr/lib/python3/dist-packages/odoo/addons/mail/models/mail_thread.py", line 410, in _compute_field_value
    return super()._compute_field_value(field)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 4042, in _compute_field_value
    self.filtered('id')._validate_fields(fnames)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 1249, in _validate_fields
    check(self)
  File "/usr/lib/python3/dist-packages/odoo/addons/account/models/account_move.py", line 1553, in _check_unique_sequence_number
    self.flush()
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 5413, in flush
    process(self.env[model_name], id_vals)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 5404, in process
    recs._write(vals)
  File "/usr/lib/python3/dist-packages/odoo/models.py", line 3728, in _write
    cr.execute(query, params + [sub_ids])
  File "<decorator-gen-3>", line 2, in execute
  File "/usr/lib/python3/dist-packages/odoo/sql_db.py", line 101, in check
    return f(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/sql_db.py", line 298, in execute
    res = self._obj.execute(query, params)
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 638, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 314, in _handle_exception
    raise exception.with_traceback(None) from new_cause
psycopg2.DataError: integer out of range

0
Avatar
Opusti
Avatar
Deerom Technologies Pvt.Ltd
Best Answer

Hi,

   Please refer this link Bank Statements    Video

0
Avatar
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Prevent duplicate importing bank statement
import duplicate bankstatement
Avatar
Avatar
1
nov. 23
2763
Issue with import and comma in Excel File (odoo 19)
import
Avatar
0
sep. 25
234
Looking for a bank statement import template and guidance on how to import into Odoo
bankstatement
Avatar
Avatar
1
jun. 25
3581
Importacion de Atributos y Valores
import
Avatar
Avatar
Avatar
2
maj 25
2290
Import from Winbooks Solved
import
Avatar
Avatar
Avatar
Avatar
Avatar
4
maj 25
6726
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now