From ab7b5d7732a7c222a0aea45bd173742acd47242d Mon Sep 17 00:00:00 2001 From: Jeremy Kersten Date: Fri, 3 Oct 2014 22:26:26 +0200 Subject: [PATCH] [FIX] website_crm: move the input hidden generated with kwargs at bottom of the form. Else, if the args is a field displayed later, form never look about the new value and error remains. When we post a form with 2 fields with the same name, we got only the first one into kwargs from controller. --- addons/website_crm/views/website_crm.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/addons/website_crm/views/website_crm.xml b/addons/website_crm/views/website_crm.xml index d5dffd70dd2..836832e668e 100644 --- a/addons/website_crm/views/website_crm.xml +++ b/addons/website_crm/views/website_crm.xml @@ -5,9 +5,6 @@