Created
September 23, 2015 15:37
-
-
Save zaoral/ecf27feb5c48a55071f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-09-23 15:36:44,725 6195 INFO forecasting_demo werkzeug: 127.0.0.1 - - [23/Sep/2015 15:36:44] "POST /web/dataset/search_read HTTP/1.1" 200 - | |
| 2015-09-23 15:36:45,423 6195 ERROR forecasting_demo openerp.addons.base.ir.ir_ui_view: Field `in_group_7` does not exist | |
| Error context: | |
| View `res.users.form` | |
| [view_id: 153, xml_id: base.view_users_form, model: res.users, parent_id: n/a] | |
| > /home/kathy/vx/git/odoo/odoo/openerp/addons/base/ir/ir_ui_view.py(360)raise_view_error() | |
| -> raise AttributeError(message) | |
| (Pdb) | |
| (Pdb) c | |
| 2015-09-23 15:36:58,950 6195 ERROR forecasting_demo openerp.http: Exception during JSON request handling. | |
| Traceback (most recent call last): | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/http.py", line 537, in _handle_exception | |
| return super(JsonRequest, self)._handle_exception(exception) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/http.py", line 574, in dispatch | |
| result = self._call_function(**self.params) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/http.py", line 310, in _call_function | |
| return checked_call(self.db, *args, **kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/service/model.py", line 113, in wrapper | |
| return f(dbname, *args, **kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/http.py", line 307, in checked_call | |
| return self.endpoint(*a, **kw) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/http.py", line 803, in __call__ | |
| return self.method(*args, **kw) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/http.py", line 403, in response_wrap | |
| response = f(*args, **kw) | |
| File "/home/kathy/vx/git/odoo/odoo/addons/web/controllers/main.py", line 948, in call_kw | |
| return self._call_kw(model, method, args, kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/addons/web/controllers/main.py", line 940, in _call_kw | |
| return checked_call(request.db, *args, **kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/service/model.py", line 113, in wrapper | |
| return f(dbname, *args, **kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/addons/web/controllers/main.py", line 939, in checked_call | |
| return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/api.py", line 241, in wrapper | |
| return old_api(self, *args, **kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/models.py", line 1546, in fields_view_get | |
| xarch, xfields = View.postprocess_and_fields(cr, uid, self._name, etree.fromstring(result['arch']), view_id, context=ctx) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/api.py", line 241, in wrapper | |
| return old_api(self, *args, **kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/addons/base/ir/ir_ui_view.py", line 832, in postprocess_and_fields | |
| self.raise_view_error(cr, user, message, view_id, context) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/api.py", line 241, in wrapper | |
| return old_api(self, *args, **kwargs) | |
| File "/home/kathy/vx/git/odoo/odoo/openerp/addons/base/ir/ir_ui_view.py", line 360, in raise_view_error | |
| raise AttributeError(message) | |
| AttributeError: Field `in_group_7` does not exist | |
| Error context: | |
| View `res.users.form` | |
| [view_id: 153, xml_id: base.view_users_form, model: res.users, parent_id: n/a] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment