Skip to Content
Menu
This question has been flagged
2 Replies
1359 Views
Traceback (most recent call last):
  File "D:\ODOO-2023\server\odoo\models.py", line 5354, in _update_cache
    field_values = [(fields[name], value) for name, value in values.items()]
  File "D:\ODOO-2023\server\odoo\models.py", line 5354, in 
    field_values = [(fields[name], value) for name, value in values.items()]
KeyError: 'vat_check_vies'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "D:\ODOO-2023\server\odoo\addons\base\models\ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "D:\ODOO-2023\server\odoo\http.py", line 687, in dispatch
    result = self._call_function(**self.params)
  File "D:\ODOO-2023\server\odoo\http.py", line 359, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "D:\ODOO-2023\server\odoo\service\model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "D:\ODOO-2023\server\odoo\http.py", line 348, in checked_call
    result = self.endpoint(*a, **kw)
  File "D:\ODOO-2023\server\odoo\http.py", line 916, in __call__
    return self.method(*args, **kw)
  File "D:\ODOO-2023\server\odoo\http.py", line 535, in response_wrap
    response = f(*args, **kw)
  File "D:\ODOO-2023\server\odoo\addons\web\controllers\main.py", line 1347, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "D:\ODOO-2023\server\odoo\addons\web\controllers\main.py", line 1339, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "D:\ODOO-2023\server\odoo\api.py", line 464, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "D:\ODOO-2023\server\odoo\api.py", line 451, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "D:\ODOO-2023\server\odoo\models.py", line 6424, in onchange
    record = self.new(initial_values, origin=self)
  File "D:\ODOO-2023\server\odoo\models.py", line 5714, in new
    record._update_cache(values, validate=False)
  File "D:\ODOO-2023\server\odoo\models.py", line 5356, in _update_cache
    raise ValueError("Invalid field %r on model %r" % (e.args[0], self._name))
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "D:\ODOO-2023\server\odoo\http.py", line 643, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "D:\ODOO-2023\server\odoo\http.py", line 301, in _handle_exception
    raise exception.with_traceback(None) from new_cause
ValueError: Invalid field 'vat_check_vies' on model 'res.config.settings'


Avatar
Discard

1. Go to Apps
2. search 'vat_check_vies'
3. install that module or upgrade it

There is no module named vat_check_vies, this is a field coming from base_vat module

Author Best Answer

Hi guys i tried to install A module base_vat then things are saving again! Thanks guys!

Avatar
Discard
Best Answer

Hi,

Please upgrade the module with technical name: base_vat and see whether it will solve the issue.

Thanks & Regards

Avatar
Discard