From a2c1dd98d5269b49ac7f89be2f43cc9cc17f97ca Mon Sep 17 00:00:00 2001 From: Mustufa Rangwala Date: Tue, 26 Aug 2008 11:57:32 +0530 Subject: [PATCH] Workflow on invoice ->add a button and a transition from paid to open + a pop-up of confirmation if the button is pressed(inv must be unreconciled) bzr revid: mra@tinyerp.com-20080826062732-sfg4u4jshoi3d2n0 --- addons/account/account_invoice_view.xml | 2 + addons/account/account_invoice_workflow.xml | 24 ++++++-- addons/account/account_wizard.xml | 2 + addons/account/wizard/__init__.py | 6 +- addons/account/wizard/wizard_state_open.py | 64 +++++++++++++++++++++ 5 files changed, 93 insertions(+), 5 deletions(-) create mode 100644 addons/account/wizard/wizard_state_open.py diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index a74e82ef4a1..abf88954672 100644 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -164,6 +164,7 @@