Skip to content
Snippets Groups Projects
Commit 30cf7bc7 authored by wan's avatar wan
Browse files

[IMP] account: add account.reconcile.model.line


Task 2046908
Instead of having all the fields duplicated with second_*, we have now a
o2m allowing us to
* have more than 2 lines
* reduce duplicated code
* fix bugs and add features at only one place

We also remove the computation of writeoff and suggestions from the
client side as some code was 4-upled before (twice in in client and
twice in server side). The logic is now only at one place.

closes odoo/odoo#38119

Related: odoo/enterprise#6324
Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
parent 36395978
No related branches found
No related tags found
No related merge requests found
Showing
with 367 additions and 307 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment