From 5b18695c452fb45ef1d9acec5d2f1ed7d5d8da30 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Thu, 30 May 2013 17:12:55 +0200 Subject: [PATCH] [FIX] portal_hr_employee: force inherit_id to False to avoid errors during migrations The view has been converted to a first-class view but was an inherited view before, so existing database will exhibit issues when updating unless the inherit_id field is forced to NULL. Also fixed a minor typo. lp bug: https://launchpad.net/bugs/1179349 fixed bzr revid: odo@openerp.com-20130530151255-6kx6l91mwwa4tfei --- addons/portal_hr_employees/hr_employee_view.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/addons/portal_hr_employees/hr_employee_view.xml b/addons/portal_hr_employees/hr_employee_view.xml index ace0daaff87..eca13258ff9 100644 --- a/addons/portal_hr_employees/hr_employee_view.xml +++ b/addons/portal_hr_employees/hr_employee_view.xml @@ -33,8 +33,9 @@ - HR - Employess Kanban + HR - Employees Kanban hr.employee +