lp://staging/~camptocamp/banking-addons/bank-statement-reconcile-7.0-add-cancel-line-lep
- Get this branch:
- bzr branch lp://staging/~camptocamp/banking-addons/bank-statement-reconcile-7.0-add-cancel-line-lep
Branch merges
- Frederic Clementi - Camptocamp: Approve (functional)
- Nicolas Bessi - Camptocamp (community): Approve (no test, code review)
- Leonardo Pistone: Abstain
- Stefan Rijnhart (Opener): Abstain
- Joël Grand-Guillaume @ camptocamp: Approve (code review, no tests)
-
Diff: 1235 lines (+1139/-0)18 files modifiedaccount_statement_cancel_line/__init__.py (+25/-0)
account_statement_cancel_line/__openerp__.py (+74/-0)
account_statement_cancel_line/i18n/account_statement_cancel_line.pot (+97/-0)
account_statement_cancel_line/i18n/fr.po (+97/-0)
account_statement_cancel_line/migrations/0.3/post-set-statement-line-state.py (+38/-0)
account_statement_cancel_line/statement.py (+118/-0)
account_statement_cancel_line/statement_line.py (+213/-0)
account_statement_cancel_line/statement_view.xml (+28/-0)
account_statement_cancel_line/test/cancel_line.yml (+80/-0)
account_statement_cancel_line/test/confirm_statement_no_double_moves.yml (+70/-0)
account_statement_cancel_line/test/test_confirm_last_line_balance_check.yml (+42/-0)
account_statement_cancel_line/test/test_confirm_last_line_no_balance_check.yml (+44/-0)
account_statement_cancel_line/wizard/__init__.py (+24/-0)
account_statement_cancel_line/wizard/cancel_line.py (+46/-0)
account_statement_cancel_line/wizard/cancel_statement.py (+51/-0)
account_statement_cancel_line/wizard/cancel_statement_line.py (+46/-0)
account_statement_cancel_line/wizard/cancel_statement_line_view.xml (+22/-0)
account_statement_cancel_line/wizard/cancel_statement_view.xml (+24/-0)
Branch information
Recent revisions
- 132. By Leonardo Pistone
-
[fix] duplicate moves when confirming a statement with a confirmed line
Add a test to expose the bug.
To reproduce: create a statement with two lines, confirm one, and then confirm
the whole statement. The first line has two associated moves. - 131. By Leonardo Pistone
-
[fix] when the last line in draft of the statement is confirmed, the statement should be confirmed only after passing the usual balance check, if the check is enabled in the profile. I add a test that shows the bug
- 130. By Leonardo Pistone
-
[add] test that when I confirm the last line, the statement should be confirmed as well
- 128. By Leonardo Pistone
-
[imp] cancel line: fix yaml tests (was a false positive due to all ids being 1 on a clean DB, apparently)
- 126. By Leonardo Pistone
-
[imp] display a warning in any case when cancelling the statement. the message changes if there are some unreconciled lines
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/banking-addons