failed installation on v7
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Enapps OpenERP CSV Import Tool |
New
|
Undecided
|
Unassigned |
Bug Description
When I try to install the ea_import within OpenErp version 7.0 it failed.
The messages it produce is the following:
ValidateError
The value "gtk-execute" for the field "ir_ui_menu.icon" is not in the selection
The server log contains the following information:
ERROR DATABASENAME openerp.
Traceback (most recent call last):
File "/opt/openerp/
self.tagsrec.tag
File "/opt/openerp/
pid = self.pool.
File "/opt/openerp/
resid = model_obj.
File "/opt/openerp/
return super(ir_ui_menu, self).create(args, *kwargs)
File "/opt/openerp/
self.checkselec
File "/opt/openerp/
('The value "%s" for the field "%s.%s" is not in the selection') % (value, self.table, field))
except_orm: (u'ValidateError', u'The value "gtk-execute" for the field "ir_ui_menu.icon" is not in the selection')
2013-11-17 13:52:31,530 1030 ERROR DATABASE openerp.netsvc: ValidateError
The value "gtk-execute" for the field "ir_ui_menu.icon" is not in the selection
Traceback (most recent call last):
File "/opt/openerp/
result = ExportService.
File "/opt/openerp/
res = fn(db, uid, params)
File "/opt/openerp/
return self.execute(db, uid, obj, method, *args, *kw or {})
File "/opt/openerp/
raise except_
except_osv: (u'ValidateError', u'The value "gtk-execute" for the field "ir_ui_menu.icon" is not in the selection')
What can I do to solve this problem?