Commit Graph

10 Commits (132a333c468fd238fb8bacda3793b500fc9a1a11)

Author SHA1 Message Date
Enric Tobella 132a333c46 [FIX] account_reconcile_oca: make widget work 2024-02-09 17:38:06 +01:00
Henrik Norlin a5f04c08f7 [MIG] account_reconcile_oca: Migration to 17.0 2024-02-08 23:06:58 +01:00
Jordi Ballester Alomar 7f6fb6f3aa [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.
2024-02-07 22:10:43 +01:00
Enric Tobella f3956c9e52 [UPD] account_reconcile_oca: Add Dixmit as author 2024-02-07 22:10:36 +01:00
Enric Tobella 5d7a90f394 [IMP] account_reconcile_oca: Add Reconcile action 2024-02-07 22:10:35 +01:00
Enric Tobella e15b76822f [FIX] account_reconcile_oca: Make it work with foreign currency 2024-02-07 22:09:45 +01:00
mle 577fc45a8b [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.
2024-02-07 22:09:37 +01:00
Florian da Costa 5a7220116f [FIX] account_reconcile_oca: Fix account_account_reconcile id to avoid big int 2024-02-07 22:09:27 +01:00
Enric Tobella 6c770943f1 [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
2024-02-07 22:09:25 +01:00
Enric Tobella 43a0191253 [ADD] account_reconcile_oca 2024-02-07 22:09:22 +01:00