Odoo account reconciliation modules (statements, data completion...)
 
 
 
 
Go to file
Pedro M. Baeza b923cd71c9 [FIX] account_reconcile_oca: Don't apply max_amount on intermediate counterparts
Steps to reproduce:

- Have 3 or more items to reconcile. Example: 200, -350, 150.
- One of the intermediate items should be higher than the current
  running balance.
- Select all the items, and click on Action > Reconcile.

Current behavior:

The second item appears with its amount strike-throughed (and putting
the current runnning balance as the amount to reconcile).

Expected behavior:

Only strike-through the amount if the last balance is not matching
the amount.

The solution to this is to only put a maximum amount when checking
the reconciliability of the last line of the counterparts.

TT50888
2025-02-25 18:30:56 +01:00
.github/workflows [IMP] update dotfiles 2025-02-02 18:01:14 +00:00
account_reconcile_model_oca [BOT] post-merge updates 2025-02-25 17:30:15 +00:00
account_reconcile_oca [FIX] account_reconcile_oca: Don't apply max_amount on intermediate counterparts 2025-02-25 18:30:56 +01:00
account_statement_base [BOT] post-merge updates 2024-12-17 16:40:38 +00:00
setup/_metapackage [BOT] post-merge updates 2025-02-25 17:30:15 +00:00
.copier-answers.yml [IMP] update dotfiles 2025-02-02 18:01:14 +00:00
.editorconfig Initial commit 2024-10-08 12:47:20 +00:00
.gitignore Initial commit 2024-10-08 12:47:20 +00:00
.pre-commit-config.yaml [IMP] update dotfiles 2024-10-20 15:40:35 +00:00
.pylintrc Initial commit 2024-10-08 12:47:20 +00:00
.pylintrc-mandatory Initial commit 2024-10-08 12:47:20 +00:00
.ruff.toml [IMP] update dotfiles 2025-02-02 18:01:14 +00:00
LICENSE Initial commit 2024-10-08 12:47:20 +00:00
README.md [BOT] post-merge updates 2025-02-25 17:30:15 +00:00
checklog-odoo.cfg [IMP] update dotfiles 2025-02-02 18:01:14 +00:00
eslint.config.cjs [IMP] update dotfiles 2024-10-20 15:40:35 +00:00
prettier.config.cjs [IMP] update dotfiles 2024-10-20 15:40:35 +00:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

account-reconcile

account-reconcile

Available addons

addon version maintainers summary
account_reconcile_model_oca 18.0.1.0.0 This includes the logic moved from Odoo Community to Odoo Enterprise
account_statement_base 18.0.1.1.0 alexis-via Base module for Bank Statements

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.