diff --git a/bin/addons/base/base_update.xml b/bin/addons/base/base_update.xml index 49bc289f337..7e0ee6e5219 100644 --- a/bin/addons/base/base_update.xml +++ b/bin/addons/base/base_update.xml @@ -257,13 +257,14 @@ + + Create User Create your users. You will be able to assign groups to users. Groups define the access rights of each users on the different objects of the system. - open 10 @@ -275,7 +276,6 @@ the simplified interface, which has less options and fields but is easier to understand. You will be able to switch to the extended view later. - open 5 diff --git a/bin/addons/base/ir/ir.xml b/bin/addons/base/ir/ir.xml index b757dd163a5..c3987d05fa7 100644 --- a/bin/addons/base/ir/ir.xml +++ b/bin/addons/base/ir/ir.xml @@ -1154,7 +1154,7 @@ - + @@ -1273,28 +1273,28 @@ - + ir.actions.todo - Config Wizard Steps + Config Wizard Steps tree - + - + ir.actions.todo - Config Wizard Steps + Config Wizard Steps form
- + @@ -1307,7 +1307,7 @@ ir.actions.todo form - [('type','=','configure')] + [('type','=','configure')] diff --git a/bin/osv/fields.py b/bin/osv/fields.py index f692fc4c53a..e09010bb7f5 100644 --- a/bin/osv/fields.py +++ b/bin/osv/fields.py @@ -426,7 +426,6 @@ class one2many(_column): context = {} if not values: return - _table = obj.pool.get(self._obj)._table obj = obj.pool.get(self._obj) for act in values: