mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] Added the voucher period computation in the account_statement_ext module while it know depends on the account_voucher module.
[MIGR] Mark the account_statement_ext_voucher as deprecated is it is no more used.
This commit is contained in:
@@ -22,3 +22,4 @@
|
||||
import statement
|
||||
import report
|
||||
import account
|
||||
import voucher
|
||||
@@ -63,6 +63,8 @@
|
||||
all the erronous line in a same popup instead of raising and crashing on every step.
|
||||
|
||||
4) Remove the period on the bank statement, and compute it for each line based on their date instead.
|
||||
It also add this feature in the voucher in order to compute the period correctly.
|
||||
|
||||
|
||||
5) Cancelling a bank statement is much more easy and will cancel all related entries, unreconcile them,
|
||||
and finally delete them.
|
||||
|
||||
Reference in New Issue
Block a user