Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/http.py", line 642, in _handle_exception
  3. return super(JsonRequest, self)._handle_exception(exception)
  4. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/http.py", line 684, in dispatch
  5. result = self._call_function(**self.params)
  6. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/http.py", line 334, in _call_function
  7. return checked_call(self.db, *args, **kwargs)
  8. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/service/model.py", line 101, in wrapper
  9. return f(dbname, *args, **kwargs)
  10. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/http.py", line 327, in checked_call
  11. result = self.endpoint(*a, **kw)
  12. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/http.py", line 942, in __call__
  13. return self.method(*args, **kw)
  14. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/http.py", line 507, in response_wrap
  15. response = f(*args, **kw)
  16. File "/opt/bahmni-erp/odoo/addons/web/controllers/main.py", line 899, in call_button
  17. action = self._call_kw(model, method, args, {})
  18. File "/opt/bahmni-erp/odoo/addons/web/controllers/main.py", line 887, in _call_kw
  19. return call_kw(request.env[model], method, args, kwargs)
  20. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/api.py", line 689, in call_kw
  21. return call_kw_multi(method, model, args, kwargs)
  22. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/api.py", line 680, in call_kw_multi
  23. result = method(recs, *args, **kwargs)
  24. File "/opt/bahmni-erp/odoo/addons/base/module/module.py", line 413, in button_immediate_install
  25. return self._button_immediate_function(type(self).button_install)
  26. File "/opt/bahmni-erp/odoo/addons/base/module/module.py", line 495, in _button_immediate_function
  27. modules.registry.Registry.new(self._cr.dbname, update_module=True)
  28. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/modules/registry.py", line 83, in new
  29. odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  30. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/modules/loading.py", line 377, in load_modules
  31. loaded_modules, update_module, models_to_check)
  32. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/modules/loading.py", line 270, in load_marked_modules
  33. perform_checks=perform_checks, models_to_check=models_to_check
  34. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/modules/loading.py", line 182, in load_module_graph
  35. _load_data(cr, module_name, idref, mode, kind='data')
  36. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/modules/loading.py", line 96, in _load_data
  37. tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)
  38. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/tools/convert.py", line 840, in convert_file
  39. convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
  40. File "/usr/lib/python2.7/site-packages/odoo-10.0.post20190619-py2.7.egg/odoo/tools/convert.py", line 896, in convert_csv_import
  41. raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
  42. Exception: Module loading bahmni_atom_feed failed: file bahmni_atom_feed/security/ir.model.access.csv could not be processed:
  43. No matching record found for external id 'model_order_picking_type_mapping' in field 'Object'
  44. Missing required value for the field 'Object' (model_id)
  45. No matching record found for external id 'model_drug_service_create' in field 'Object'
  46. Missing required value for the field 'Object' (model_id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement