Commit Graph

6 Commits

Author SHA1 Message Date
mle
4fa4e1faa1 [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.
2023-06-15 10:48:17 +02:00
Florian da Costa
c8c028ffcd [IMP] account_reconcile_oca: Take statement line payment ref instead of account move number (name) fot the counterpart account move line 2023-04-04 15:02:57 +02:00
Florian da Costa
5aa1881cb7 [FIX] account_reconcile_oca: Fix account_account_reconcile id to avoid big int 2023-04-03 23:23:08 +02:00
Enric Tobella
8ad989920e [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
2023-03-29 13:08:14 +02:00
Alexis de Lattre
0ea9421d14 [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
2023-03-29 13:08:14 +02:00
Enric Tobella
6eae4037fd [ADD] account_reconcile_oca 2023-03-29 13:02:06 +02:00