odoo/addons/account/tests
Rifakat Haradwala a08b9c2c41 [FIX] account: forbid creating entries on closed period
Prevent creating/modifying accounting entries made on close periods.
The period_id and journal_id field on a account.move.line is a related so was
silently (without write call) updated so did not triggered the call to
_update_journal_check while modiying the linked account.move
Force the check in the validation of the move. As the move can not be balanced
without going through this method, this will prevent posted entries in closed
accounting period.
Fixes #1633, opw 615886
2015-02-04 15:28:55 +01:00
..
__init__.py [FIX] account: forbid creating entries on closed period 2015-02-04 15:28:55 +01:00
test_account_move_closed_period.py [FIX] account: forbid creating entries on closed period 2015-02-04 15:28:55 +01:00
test_bank_stmt_reconciliation_widget_ui.py [FIX] account: several fixes on the new bank statement reconciliation widget 2014-09-04 11:32:16 +02:00
test_reconciliation.py [IMP] account: better fix than edbd0df for reconciliation test 2015-01-05 11:30:49 +01:00
test_search.py [FIX] account: correct name_search on account to be validated even at negation 2013-12-06 18:00:12 +01:00
test_tax.py [TEST] starting unit tests for taxes 2012-11-01 21:39:35 +01:00