From f08f16cb30d96c45f2f07265fd973bc2956afb2a Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Thu, 7 Nov 2013 12:02:56 +0100 Subject: [PATCH] [FIX] point_of_sale: `update` button in POS order form was calling a non-existing method This dummy button is only meant to save the order and refresh the view, which is easily accomplished by sending an non-existing workflow signal. Setting the button type to the default `workflow` type (or simply removing the wrong type) fixes the problem. bzr revid: odo@openerp.com-20131107110256-zfok0mwkbesrkf81 --- addons/point_of_sale/point_of_sale_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/point_of_sale/point_of_sale_view.xml b/addons/point_of_sale/point_of_sale_view.xml index 8a53015b7d7..b2a2d4ad002 100644 --- a/addons/point_of_sale/point_of_sale_view.xml +++ b/addons/point_of_sale/point_of_sale_view.xml @@ -60,7 +60,7 @@