Commit Graph

27 Commits (2657e217f0a5bf43401f63a9c49d7a2ccd7f3838)

Author SHA1 Message Date
Víctor Martínez 2657e217f0 [IMP] account_reconcile_oca: Remove warning: Two fields have the same label: Manual In Currency.
WARNING devel odoo.addons.base.models.ir_model: Two fields
(manual_in_currency_id, manual_in_currency) of account.bank.statement.line()
have the same label: Manual In Currency.
[Modules: account_reconcile_oca and account_reconcile_oca]
2025-02-25 18:30:56 +01:00
Víctor Martínez 710faabe79 [IMP] account_reconcile_oca: Remove warning (deprecated method, read display_name instead)
WARNING devel py.warnings: /opt/odoo/auto/addons/account_reconcile_oca/models/account_bank_statement_line.py:938:
DeprecationWarning: Since 17.0, deprecated method, read display_name instead
2025-02-25 18:30:56 +01:00
Enric Tobella b9d1d6dbc0 [FIX] account_reconcile_oca: Fix wrong display on reconciled moves
If your reconcile an invoice and in the old option, the reconcile widget shows something weird with three lines but we should have only two. The data was right with 2 lines only.
2025-02-25 18:30:56 +01:00
Enric Tobella a76687b58e [IMP] account_reconcile_oca: Compute the exchange rate properly 2025-02-25 18:30:56 +01:00
Enric Tobella 97984ebaa9 [IMP] account_reconcile_oca: Fix multi currency computation 2025-02-25 18:30:56 +01:00
PNurm 36391a9196 [FIX] account_reconcile_oca: Pass partner parameter correctly to _get_write_off_move_lines_dict 2025-02-25 18:30:56 +01:00
JordiMForgeFlow 9d6a70a4fc [IMP] account_reconcile_oca: reverse reconcile entry when resetting reconciliation in keep mode 2025-02-25 18:30:56 +01:00
Pedro M. Baeza 095590cdc2 [FIX] *: pre-commit fixes
Due to latest copier template with all the checks.
2025-02-25 18:30:56 +01:00
Enric Tobella b416169cf0 [IMP] account_reconcile_oca: Allow aggregation for more parameters 2025-02-25 18:30:56 +01:00
Enric Tobella 60f3c69907 [IMP] account_reconcile_oca: Allow to define the statement directly 2025-02-25 18:30:56 +01:00
Enric Tobella 8cf2ab4172 [FIX] account_reconcile_oca: Use counterparts properly 2025-02-25 18:30:56 +01:00
Enric Tobella 6f6c55054c [FIX] account_reconcile_oca: Fix foreign currency 2025-02-25 18:30:56 +01:00
Enric Tobella 14a1ea3a9e [MIG] account_reconcile_oca: Finish migration 2025-02-25 18:30:56 +01:00
Henrik Norlin 103a4c506b [MIG] account_reconcile_oca: Migration to 17.0 2025-02-25 18:30:56 +01:00
Henrik Norlin f60c15ffb0 [IMP] account_reconcile_oca: black, isort, prettier 2025-02-25 18:30:56 +01:00
Enric Tobella b649d8a299 [UPD] account_reconcile_oca: Add Dixmit as author 2025-02-25 18:30:56 +01:00
Andrea Stirpe e150b99b99 [16.0][IMP] account_reconcile_oca: display partner_name 2025-02-25 18:30:56 +01:00
Enric Tobella 839d71d162 [FIX] account_reconcile_oca: Show manual amount in the right currency 2025-02-25 18:30:56 +01:00
Enric Tobella 7455e1f2e6 [IMP] account_reconcile_oca: only store info on unreconciled items 2025-02-25 18:30:56 +01:00
Enric Tobella 9866a79959 [FIX] account_reconcile_oca: Models where failing on default with a different currency 2025-02-25 18:30:56 +01:00
Enric Tobella 80b5430127 [FIX] account_reconcile_oca: Make it work with foreign currency 2025-02-25 18:30:56 +01:00
Enric Tobella 664158ddfb [IMP] account_reconcile_oca: Include taxes from models
Fixes #576
2025-02-25 18:30:56 +01:00
Enric Tobella f9b4d2b958 [FIX] account_reconcile_oca: Use edit reconcile method in case it is not defined 2025-02-25 18:30:56 +01:00
Florian da Costa 3b3c5252bb [IMP] account_reconcile_oca: Take statement line payment ref instead of account move number (name) fot the counterpart account move line 2025-02-25 18:30:56 +01:00
Enric Tobella 2878c40cf0 [IMP] account_reconcile_oca: Finish creation of module
* refactoring JS in order to add logic
* Improve views
* Minor fixes in Odoo code in order to fix all possible options
2025-02-25 18:30:56 +01:00
Alexis de Lattre aa3ad8b5f3 [IMP] account_reconcile_oca
* In "reconcile" tab, don't propose the move of the currently processed statement line

* In accounting, only select/search parent partners
2025-02-25 18:30:56 +01:00
Enric Tobella 8e2365f5ec [ADD] account_reconcile_oca 2025-02-25 18:30:56 +01:00