[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:
Joel Grand-Guillaume
2013-02-01 09:44:05 +01:00
parent bd1438f301
commit c348eb31e3
5 changed files with 10 additions and 22 deletions

View File

@@ -22,3 +22,4 @@
import statement
import report
import account
import voucher

View File

@@ -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.