Reviewers: ,
Please review this at http://codereview.tryton.org/316004/ Affected files: M invoice.py Index: invoice.py =================================================================== --- a/invoice.py +++ b/invoice.py @@ -186,6 +186,7 @@ ('paid', 'open'), ('draft', 'cancel'), ('proforma', 'cancel'), + ('cancel', 'draft'), )) self._buttons.update({ 'cancel': { -- [email protected] mailing list
