Can't create minimal profile database on 5.0.14
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
New
|
Undecided
|
Unassigned |
Bug Description
revno 2140.
I tried to create a new data-base with minimal profile, but i have this msg :
Traceback (most recent call last):
File "/home/
result = LocalService(
File "/home/
return getattr(self, method)(*params)
File "/home/
return self._execute(db, uid, wiz_id, datas, action, context)
File "/home/
return wiz.execute(db, uid, self.wiz_
File "/home/
res = self.execute_cr(cr, uid, data, state, context)
File "/home/
action_res = action(self, cr, uid, data, context)
File "/home/
(db, pool)=pooler.
File "/home/
return get_db_
File "/home/
addons.
File "/home/
r = load_module_
File "/home/
tools.
File "/home/
obj.
File "/home/
self.
File "/home/
menu_parent_id = self.id_get(cr, 'ir.ui.menu', rec.get(
File "/home/
return int(self.
IndexError: list index out of range
Changed in openobject-server: | |
milestone: | none → 5.0.15 |