odoo/addons/account/static/src/js
Goffin Simon c02d0287d8 [IMP] account: Bank statement reconciliation
It was impossible to make a partial reconciliation with several lines.
Each time a new line is proposed for the reconciliation, the previous
partial reconcialtion is canceled. The partial reconciliation can just
be proposed on the last selected line when:
self.get("balance") * (last_line.debit - last_line.credit)<0
2015-12-01 11:07:08 +01:00
..
account_move_line_quickadd.js [FIX] account: move_line_quick_add js, set the domain in the dataset (for instance, for export tool) + performance improvement (no need to re-compute journal list and period list each time a search is done) 2014-02-13 19:04:59 +01:00
account_tour_bank_statement_reconciliation.js [FIX] account: several fixes on the new bank statement reconciliation widget 2014-09-04 11:32:16 +02:00
account_widgets.js [IMP] account: Bank statement reconciliation 2015-12-01 11:07:08 +01:00