Commit Graph

11 Commits (9bb6a3c4738a33dda7d7914882a4d66a3f453ecf)

Author SHA1 Message Date
Enric Tobella 9bb6a3c473 [IMP] account_reconcile_oca: Only fix partner on payment accounts 2025-02-25 18:30:56 +01:00
Enric Tobella f82b00359b [FIX] account_reconcile_oca: make widget work 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
Jordi Ballester Alomar c4c2d1d1d0 [FIX] account_reconcile_oca: improve error messages and allow to reconcile with different partners
Sometimes you may need to reconcile journal items where the partner is different. It's not a good practice
 but may need to be done in cases such as when an invoice and a payment are posted with two partners that
 are in reality the same company, or because you just need to reconcile to clean up.
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
Enric Tobella 2bad143ce1 [IMP] account_reconcile_oca: Add Reconcile action 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
mle 70162bd861 [FIX] account_reconcile_oca: account name can be translatable
By default, account_account name is a char field. But if
l10n_multilang is installed, it is translatable, hence
the DB column is now a jsonb.
We must handle both cases in the select query.
2025-02-25 18:30:56 +01:00
Florian da Costa 1110101437 [FIX] account_reconcile_oca: Fix account_account_reconcile id to avoid big int 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
Enric Tobella 8e2365f5ec [ADD] account_reconcile_oca 2025-02-25 18:30:56 +01:00