Odoo account reconciliation modules (statements, data completion...)
 
 
 
 
Go to file
Víctor Martínez cccc82f3df [FIX] account_reconcile_model_oca: Fix unassigned variable 'balance'
It seems some people are getting an "unassigned variable 'balance'".
This shouldn't happen with the standard code because _get_write_off_move_lines_dict is only
called from the manual reconciliation widget in which, you only have access to models having
strictly lines being percentage or fixed (see get_reconcile_modelds_for_manual_reconciliation).
This method is not called from the bank reco widget pointed by "RECONCILE x ITEMS" on the accounting dashboard.
It probably comes from some customization but I don't know which ones.

Related to 99525f8dac
2025-03-31 08:58:12 +02:00
.github/workflows [IMP] update dotfiles 2025-02-02 18:01:04 +00:00
.oca/oca-port/blacklist oca-port: blacklist PR(s) , 500, 662, 702 for account_reconcile_oca 2024-11-27 17:21:36 +01:00
account_in_payment [BOT] post-merge updates 2025-01-23 15:49:15 +00:00
account_mass_reconcile [I18N] account_mass_reconcile: Incorrect Turkish translation 2024-08-24 17:27:47 +02:00
account_reconcile_model_oca [FIX] account_reconcile_model_oca: Fix unassigned variable 'balance' 2025-03-31 08:58:12 +02:00
account_reconcile_oca [BOT] post-merge updates 2025-02-26 16:48:44 +00:00
account_statement_base Translated using Weblate (Spanish) 2025-02-13 20:35:21 +00:00
setup/_metapackage [BOT] post-merge updates 2025-01-23 15:49:15 +00:00
.copier-answers.yml [IMP] update dotfiles 2025-02-02 18:01:04 +00:00
.editorconfig Initialize 17.0 branch 2023-11-12 15:26:50 +01:00
.eslintrc.yml [IMP] update dotfiles 2024-07-06 17:18:28 +00:00
.gitignore [IMP] update dotfiles 2025-02-02 18:01:04 +00:00
.pre-commit-config.yaml [IMP] update dotfiles 2025-02-02 18:01:04 +00:00
.prettierrc.yml Initialize 17.0 branch 2023-11-12 15:26:50 +01:00
.pylintrc Initialize 17.0 branch 2023-11-12 15:26:50 +01:00
.pylintrc-mandatory Initialize 17.0 branch 2023-11-12 15:26:50 +01:00
.ruff.toml [IMP] update dotfiles 2025-02-02 18:01:04 +00:00
LICENSE Initialize 17.0 branch 2023-11-12 15:26:50 +01:00
README.md [BOT] post-merge updates 2025-02-26 16:48:44 +00: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 17.0.1.0.0 This module enables in-payment mode for your accounting
account_mass_reconcile 17.0.1.0.1 Account Mass Reconcile
account_reconcile_model_oca 17.0.1.0.3 This includes the logic moved from Odoo Community to Odoo Enterprise
account_reconcile_oca 17.0.1.5.7 etobella Reconcile addons for Odoo CE accounting
account_statement_base 17.0.1.5.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.