From 6164f52ca3d652ac6a8e2936a2c34570564544b3 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Tue, 19 Aug 2014 01:43:47 -0500 Subject: [PATCH] [FIX] account_voucher: wrong type in context The type 'general' no longer exists on a account.voucher. As in general context, removed the default value on this menu. Fixes #1261, it produces a traceback in 8.0 where the selection fields are less fault-tolerant. --- addons/account_voucher/account_voucher_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/account_voucher/account_voucher_view.xml b/addons/account_voucher/account_voucher_view.xml index b7ea4b8fc71..c3a1c5c60a8 100644 --- a/addons/account_voucher/account_voucher_view.xml +++ b/addons/account_voucher/account_voucher_view.xml @@ -159,7 +159,7 @@ account.voucher form tree,form,graph - {'type':'general'} + {}