Odoo account reconciliation modules (statements, data completion...)
 
 
 
 
Go to file
Víctor Martínez 4abf59038c [FIX] account_reconcile_oca: Avoiding the singleton error related to _get_reconcile_line()
Example use case:
 File "/opt/odoo/auto/addons/account_reconcile_oca/models/account_bank_statement_line.py", line 541, in _compute_reconcile_data_info
    record.reconcile_data_info = record._default_reconcile_data(
  File "/opt/odoo/auto/addons/account_reconcile_oca/models/account_bank_statement_line.py", line 698, in _default_reconcile_data
    reconcile_auxiliary_id, lines = self._get_reconcile_line(
  File "/opt/odoo/auto/addons/account_reconcile_oca/models/account_bank_statement_line.py", line 1164, in _get_reconcile_line
    new_vals = super()._get_reconcile_line(
  File "/opt/odoo/auto/addons/account_reconcile_oca/models/account_reconcile_abstract.py", line 49, in _get_reconcile_line
    original_amount = amount = net_amount = line.debit - line.credit
  File "/opt/odoo/custom/src/odoo/odoo/fields.py", line 1154, in __get__
    record.ensure_one()
  File "/opt/odoo/custom/src/odoo/odoo/models.py", line 5204, in ensure_one
    raise ValueError("Expected singleton: %s" % self)
ValueError: Expected singleton: account.move.line(208, 211, 212)

TT55221
2025-02-24 13:03:02 +01:00
.github/workflows [IMP] update dotfiles 2025-02-02 18:00:51 +00:00
account_in_payment Translated using Weblate (Portuguese (Brazil)) 2024-09-05 19:06:27 +00:00
account_mass_reconcile Translated using Weblate (French) 2025-01-22 16:06:32 +00:00
account_move_base_import Translated using Weblate (Portuguese (Brazil)) 2024-09-11 03:06:15 +00:00
account_move_line_reconcile_manual Translated using Weblate (Portuguese (Brazil)) 2024-09-11 03:06:15 +00:00
account_move_reconcile_forbid_cancel Translated using Weblate (Swedish) 2024-02-29 13:34:17 +00:00
account_move_so_import Translated using Weblate (Portuguese) 2024-08-25 00:15:26 +00:00
account_partner_reconcile Translated using Weblate (Italian) 2025-02-15 11:06:58 +00:00
account_reconcile_analytic_tag Update translation files 2025-01-07 21:59:40 +00:00
account_reconcile_oca [FIX] account_reconcile_oca: Avoiding the singleton error related to _get_reconcile_line() 2025-02-24 13:03:02 +01:00
account_statement_base Translated using Weblate (Spanish) 2025-02-13 20:35:29 +00:00
base_transaction_id Translated using Weblate (Swedish) 2024-02-27 15:36:22 +00:00
setup [BOT] post-merge updates 2025-02-14 12:13:32 +00:00
.copier-answers.yml [IMP] update dotfiles 2025-02-02 18:00:51 +00:00
.editorconfig Initialize 16.0 branch 2022-10-03 19:48:24 +02:00
.eslintrc.yml [IMP] update dotfiles 2023-10-27 17:55:25 +02:00
.flake8 Initialize 16.0 branch 2022-10-03 19:48:24 +02:00
.gitignore [IMP] update dotfiles 2025-02-02 18:00:51 +00:00
.isort.cfg Initialize 16.0 branch 2022-10-03 19:48:24 +02:00
.pre-commit-config.yaml [IMP] update dotfiles 2025-02-02 18:00:51 +00:00
.prettierrc.yml Initialize 16.0 branch 2022-10-03 19:48:24 +02:00
.pylintrc [IMP] update dotfiles 2023-10-27 17:55:25 +02:00
.pylintrc-mandatory [IMP] update dotfiles 2023-10-27 17:55:25 +02:00
LICENSE Initialize 16.0 branch 2022-10-03 19:48:24 +02:00
README.md [BOT] post-merge updates 2025-02-14 19:09:48 +00:00
requirements.txt [IMP] account_move_base_import: black, isort, prettier 2022-12-02 16:38:44 +01:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

account-reconcile

TODO: add repo description.

Available addons

addon version maintainers summary
account_in_payment 16.0.1.0.0 This module enables in-payment mode for your accounting
account_mass_reconcile 16.0.1.1.3 Account Mass Reconcile
account_move_base_import 16.0.1.0.1 Journal Entry base import
account_move_line_reconcile_manual 16.0.2.0.0 alexis-via Manually reconcile Journal Items
account_move_reconcile_forbid_cancel 16.0.1.0.1 Account Move Reconcile Forbid Cancel
account_move_so_import 16.0.1.0.0 Journal Entry Sale Order completion
account_partner_reconcile 16.0.1.0.0 Account Partner Reconcile
account_reconcile_analytic_tag 16.0.1.2.1 victoralmau Analytic tags in account reconciliation
account_reconcile_oca 16.0.2.3.3 etobella Reconcile addons for Odoo CE accounting
account_statement_base 16.0.1.14.0 alexis-via Base module for Bank Statements
base_transaction_id 16.0.1.0.0 Base transaction ID for financial institutes

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.