Closed gaqzi closed 7 years ago
T am getting the same error, and i am also getting the same error when trying to create a transfer in WH module. This is what the log looks like:
Traceback (most recent call last):
File "/opt/openerp/odoo/v8/openerp/http.py", line 476, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/openerp/odoo/v8/openerp/http.py", line 495, in dispatch
result = self._call_function(_self.params)
File "/opt/openerp/odoo/v8/openerp/http.py", line 311, in _call_function
return checked_call(self.db, args, _kwargs)
File "/opt/openerp/odoo/v8/openerp/service/model.py", line 113, in wrapper
return f(dbname, _args, _kwargs)
File "/opt/openerp/odoo/v8/openerp/http.py", line 308, in checked_call
return self.endpoint(_a, _kw)
File "/opt/openerp/odoo/v8/openerp/http.py", line 685, in call
return self.method(_args, _kw)
File "/opt/openerp/odoo/v8/openerp/http.py", line 360, in response_wrap
response = f(_args, _kw)
File "/opt/openerp/odoo/v8/addons/web/controllers/main.py", line 983, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/openerp/odoo/v8/addons/web/controllers/main.py", line 975, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, _args, _kwargs)
File "/opt/openerp/odoo/v8/openerp/api.py", line 204, in wrapper
return old_api(self, _args, _kwargs)
File "/opt/openerp/odoo/v8/openerp/api.py", line 325, in old_api
result = method(recs, _args, _kwargs)
File "/opt/openerp/odoo/v8/openerp/models.py", line 5581, in onchange
record = self.new(values)
File "/opt/openerp/odoo/v8/openerp/api.py", line 202, in wrapper
return new_api(self, _args, _kwargs)
File "/opt/openerp/odoo/v8/openerp/models.py", line 5185, in new
record._cache.update(self._convert_to_cache(values))
File "/opt/openerp/odoo/v8/openerp/models.py", line 5097, in _convert_to_cache
for name, value in values.iteritems()
File "/opt/openerp/odoo/v8/openerp/models.py", line 5098, in
There is no way to make the trasnfer of product in stock module.... the above given error just keeps popping up.
I got once the same error. After that the website was freezed on refresh I only got a blank page and the server hung in a http request. Im not sures the latter obserrvation was related to the first one. Cleared caches, no relieve. Had to throw away the database.. (!)
Hello @rco-odoo,
people are reporting the bug again here https://github.com/odoo/odoo/issues/1701 because they find it still occurs after your patch.
@orchidinfosys can you confirm, that this still exists? I could not reproduce it...
Still it's there. I have created the instance latest code and I am getting the error. Go to user select a user go to more and select change password option. You will get the error
Hello @blaggacao I got similar msg when tried to import inventory to wharehouse with a csv file:
I exported a test inventory and simply updated it with real ID's and existences in this way: line_ids/product_qty >>> line_ids/id >>>name >>>line_ids/product_uom_id/id 4>>> export.product_template_286 >>>septi >>> product.product_uom_unit 1>>> export.product_template_306 >>>septi product.product_uom_unit
Unknown error during import: <class 'openerp.exceptions.MissingError'>: ('MissingError', u'One of the records you are trying to modify has already been deleted (Document type: Inventory Line).') at row 2 Resolve other errors first (182 more)
Any clue?
I cannot reproduce it.
@rco-odoo Finally I could avoid this "Missing error" fixing some fields on my csv, then I could import like I did in OpenERP7 but unfortunately the inventory was empty, could you try to reproduce it? https://www.odoo.com/forum/help-1/question/importing-csv-inventory-in-odoo-8-64344
Hi all,
This problem is no longer reproducable (tested on the latest 8.0 and 9.0) so this has been fixed in the meanwhile but there has been no reply here. If you still face it just update your source code. 😉
Regards, Yenthe
Checkout from the 8.0 branch commit c33863ed7508b31d91feade62b74ed3cc0d8da21.
A brand new installation with CRM/Manufacturing/Sales/Purchashing/Warehousing modules installed. No other changes done.
Steps to reproduce:
1) Go to Settings -> Users 2) Create a new user (set name and email, save) 3) More -> Change password 4) Be greeted by: also see heading
Change password log
5) Set a password 6) Try to login by the user and getInternal Server Error
with the log under theOn login error
heading belowI also noticed a lot of errors regarding missing permissions when installing modules, a collection of those warnings at heading
Missing permissions warnings
.On login error
Change password log
Missing permissions warnings