Commit Graph

5 Commits (e0fece141fefee06ef24e49bfa42b83847a89cad)

Author SHA1 Message Date
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