From 2ead4da982c368a40869288a9af57f309ef0c3e9 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Mon, 27 Jan 2014 14:34:52 +0100 Subject: [PATCH] [imp] cancel line: improve doc --- account_statement_cancel_line/__openerp__.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/account_statement_cancel_line/__openerp__.py b/account_statement_cancel_line/__openerp__.py index b76cd6fe..15b49f17 100644 --- a/account_statement_cancel_line/__openerp__.py +++ b/account_statement_cancel_line/__openerp__.py @@ -22,7 +22,7 @@ ############################################################################### { 'name': "Account Statement Cancel Line", - 'version': '0.1', + 'version': '0.2', 'author': 'Camptocamp', 'maintainer': 'Camptocamp', 'category': 'Finance', @@ -38,6 +38,19 @@ This module allows to cancel one line of the statement without cancelling the whole thing. + + To do that, a state is added to the statement line. + + When the user confirms or cancels the whole statement, we keep the + previous functionality, and then we change the state in all statement + lines. + + When the user confirms or cancels a statement line, we update the state + of the line, and if necessary we update the state of the whole + statement, too. + + If the user tries to cancel a line that is reconciled, we ask for + confirmation before proceeding. """, 'website': 'http://www.camptocamp.com', 'init_xml': [],