From ce7892e3fc966ae40f469d2979992ceb67c2bee5 Mon Sep 17 00:00:00 2001 From: "Adrien Peiffer (ACSONE)" Date: Thu, 12 Mar 2015 09:10:26 +0100 Subject: [PATCH] [IMP][account_move_batch_validate] Spelling mistake --- account_move_batch_validate/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_batch_validate/README.rst b/account_move_batch_validate/README.rst index 1cde01f27..e808422e3 100644 --- a/account_move_batch_validate/README.rst +++ b/account_move_batch_validate/README.rst @@ -5,7 +5,7 @@ This module provides a wizard to post many Journal Entries in batch. it uses the queue system introduced by the OpenERP Connector to handle a big quantity of moves in batch. -The module account_default_draft_move introdoces a workflow where the +The module account_default_draft_move introduces a workflow where the Journal Entries are always entered in OpenERP in draft state, and the posting happens later, for example at the end of the period. The core account module provides a wizard to post all the moves in the period,