This question has been flagged
2 Replies
3098 Views

This error occured each time I'm logging in :

OpenERP Server Error

Client Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 204, in dispatch response["result"] = method(self, **self.params) File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 1040, in load_needaction return req.session.model('ir.ui.menu').get_needaction_data(menu_ids, req.context) File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 42, in proxy result = self.proxy.execute_kw(self.session._db, self.session._uid, self.session._password, self.model, method, args, kw) File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 30, in proxy_method result = self.session.send(self.service_name, method, *args) File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 103, in send raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info) Server Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 89, in send return openerp.netsvc.dispatch_rpc(service_name, method, args) File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 292, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 626, in dispatch res = fn(db, uid, *params) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 188, in execute_kw return self.execute(db, uid, obj, method, *args, **kw or {}) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 131, in wrapper return f(self, dbname, *args, **kwargs) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 197, in execute res = self.execute_cr(cr, uid, obj, method, *args, **kw) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 185, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_menu.py", line 322, in get_needaction_data model, id = model_data_obj.get_object_reference(cr, uid, menu_data.split('.')[0], menu_data.split('.')[1]) File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py", line 18, in lookup r = self.lookup(self2, cr, *args) File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py", line 46, in lookup value = d[key] = self.method(self2, cr, *args) File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py", line 872, in get_object_reference data_id = self._get_id(cr, uid, module, xml_id) File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py", line 18, in lookup r = self.lookup(self2, cr, *args) File "/usr/lib/pymodules/python2.7/openerp/tools/cache.py", line 46, in lookup value = d[key] = self.method(self2, cr, *args) File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py", line 865, in _get_id raise ValueError('No such external ID currently defined in the system: %s.%s' % (module, xml_id)) ValueError: No such external ID currently defined in the system: mail.mail_tomefeeds

In the log file the error reported is :

2014-07-18 06:57:41,184 4786 ERROR mabase openerp.netsvc: No such external ID currently defined in the system: mail.mail_tomefeeds

Avatar
Discard

what version of OpenERP/Odoo are you running and what modules are installed? Have you updated the codebase recently? Please provide more information regarding your setup and the steps to reproduce the error so that others in the forum can help.

Best Answer

Hi..

Guess you haven't installed "mail" module...

either install it manually or specify as depends in  your custom module

Avatar
Discard
Author Best Answer

The version OpenERP V7 running on a Debian and the following modules are installed :

CRM
Social Network
eInvoicing & Payments
Accounting and Finance
Sales Management
Warehouse Management
MRP
Purchase Management
Employee Directory
Timesheets
Timesheets
Leave Management
Expense Management
Assets Management
eInvoicing
Contracts Management
Budgets Management
Cancel Journal Entries
Template of Charts of Accounts
Check Writing
Suppliers Payment Management
Invoice Analysis per Company
Analytic Accounting
Contracts Management: hr_expense link
Signup
Base
Automated Action Rules
Calendar
IBAN Bank Accounts
Base import
Initial Setup Tools
State/Stage Management
VAT Number Validation
Dashboards
Claim on Deliveries
Claims Management
Decimal Precision Configuration
Delivery Costs
Electronic Data Interchange (EDI)
Email Templates
Email Gateway
Attendances
Invoice on Timesheets
France - Accounting
French RIB Bank Details
MRP Byproducts
Just In Time Scheduling
Manufacturing Operations
Repairs Management
Portal
Portal Claim
Portal CRM
Portal HR employees
Portal Sale
Portal Stock
Enterprise Process
Procurements
Products & Pricelists
Products Manufacturers
Resource
Opportunity to Quotation
Invoicing Journals
Margins in Sales Orders
Sales and MRP Management
Sales and Warehouse Management
Share any Document
Invoice Picking Directly
Picking Before Manufacturing
Web
Web Calendar
OpenERP Web Diagram
Web Gantt
Graph Views
Base Kanban
Tests
View Editor

I update the codebase this morning because I thought it will help but obviously not.

The error occured after I changed some menu organisation in Group > Human Ressource/Employee to change the order of the inbox in the Messaging menu and to remove some unused menu of the mailbox (To: me, To do)

Avatar
Discard
Author

Yes the module Social Network (mail) is installed