OCA / OCB

Odoo Community Backports
http://odoo-community.org
Other
321 stars 398 forks source link

Error during creation of invoice version 11 #911

Closed rjay1018 closed 4 years ago

rjay1018 commented 4 years ago

Impacted versions:11

Steps to reproduce: Creation of Invoice

Current behavior:Error Appears Error logs below Error: Odoo Server Error

Traceback (most recent call last): File "/opt/odoo11/odoo-server/odoo/fields.py", line 940, in get value = record.env.cache.get(record, self) File "/opt/odoo11/odoo-server/odoo/api.py", line 967, in get value = self._data[key][field][record._ids[0]] KeyError: <odoo.models.NewId object at 0x7f5d5a77d318>

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/opt/odoo11/odoo-server/odoo/http.py", line 651, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo11/odoo-server/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/opt/odoo11/odoo-server/odoo/tools/pycompat.py", line 87, in reraise raise value File "/opt/odoo11/odoo-server/odoo/http.py", line 693, in dispatch result = self._call_function(self.params) File "/opt/odoo11/odoo-server/odoo/http.py", line 342, in _call_function return checked_call(self.db, *args, *kwargs) File "/opt/odoo11/odoo-server/odoo/service/model.py", line 97, in wrapper return f(dbname, args, kwargs) File "/opt/odoo11/odoo-server/odoo/http.py", line 335, in checked_call result = self.endpoint(*a, kw) File "/opt/odoo11/odoo-server/odoo/http.py", line 937, in call return self.method(*args, *kw) File "/opt/odoo11/odoo-server/odoo/http.py", line 515, in response_wrap response = f(args, kw) File "/opt/odoo11/OCB_test/addons/web/controllers/main.py", line 934, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo11/OCB_test/addons/web/controllers/main.py", line 926, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo11/odoo-server/odoo/api.py", line 689, in call_kw return call_kw_multi(method, model, args, kwargs) File "/opt/odoo11/odoo-server/odoo/api.py", line 680, in call_kw_multi result = method(recs, *args, **kwargs) File "/opt/odoo11/odoo-server/odoo/models.py", line 5176, in onchange value = record[name] File "/opt/odoo11/odoo-server/odoo/models.py", line 4785, in getitem return self._fields[key].get(self, type(self)) File "/opt/odoo11/odoo-server/odoo/fields.py", line 946, in get self.determine_draft_value(record) File "/opt/odoo11/odoo-server/odoo/fields.py", line 1066, in determine_draft_value self._compute_value(record) File "/opt/odoo11/odoo-server/odoo/fields.py", line 1002, in _compute_value getattr(records, self.compute)() File "/opt/odoo11/OCB_test/addons/account/models/account_invoice.py", line 436, in _get_sequence_number_next number_next = journal_sequence._get_current_sequence(sequence_date=sequence_date).number_next_actual TypeError: _get_current_sequence() got an unexpected keyword argument 'sequence_date' Expected behavior:

Video/Screenshot link (optional): Screenshot(3)

pedrobaeza commented 4 years ago

Outdated code or something to be handled in odoo repo. As you have put the issue there, closing.