Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2455 Visualizzazioni

I´m getting this error in the database, can someone help me figure it out?

Erro:

Odoo Server Error


Traceback (most recent call last):

  File "/home/odoo/src/odoo/odoo/http.py", line 624, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/home/odoo/src/odoo/odoo/http.py", line 310, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/home/odoo/src/odoo/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/home/odoo/src/odoo/odoo/http.py", line 669, in dispatch

    result = self._call_function(**self.params)

  File "/home/odoo/src/odoo/odoo/http.py", line 350, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/home/odoo/src/odoo/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/home/odoo/src/odoo/odoo/http.py", line 339, in checked_call

    result = self.endpoint(*a, **kw)

  File "/home/odoo/src/odoo/odoo/http.py", line 915, in __call__

    return self.method(*args, **kw)

  File "/home/odoo/src/odoo/odoo/http.py", line 515, in response_wrap

    response = f(*args, **kw)

  File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1327, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 1319, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/home/odoo/src/odoo/odoo/api.py", line 388, in call_kw

    model.flush()

  File "/home/odoo/src/odoo/odoo/models.py", line 5499, in flush

    self.recompute()

  File "/home/odoo/src/odoo/odoo/models.py", line 5941, in recompute

    process(field)

  File "/home/odoo/src/odoo/odoo/models.py", line 5925, in process

    recs.mapped(field.name)

  File "/home/odoo/src/odoo/odoo/models.py", line 5307, in mapped

    recs = recs._mapped_func(operator.itemgetter(name))

  File "/home/odoo/src/odoo/odoo/models.py", line 5266, in _mapped_func

    vals = [func(rec) for rec in self]

  File "/home/odoo/src/odoo/odoo/models.py", line 5266, in <listcomp>

    vals = [func(rec) for rec in self]

  File "/home/odoo/src/odoo/odoo/models.py", line 5731, in __getitem__

    return self._fields[key].__get__(self, type(self))

  File "/home/odoo/src/odoo/odoo/fields.py", line 1032, in __get__

    self.compute_value(recs)

  File "/home/odoo/src/odoo/odoo/fields.py", line 1146, in compute_value

    records._compute_field_value(self)

  File "/home/odoo/src/odoo/odoo/models.py", line 4005, in _compute_field_value

    field.compute(self)

  File "/home/odoo/src/odoo/odoo/addons/base/models/ir_model.py", line 33, in <lambda>

    func = lambda self: safe_eval(text, SAFE_EVAL_BASE, {'self': self}, mode="exec")

  File "/home/odoo/src/odoo/odoo/tools/safe_eval.py", line 352, in safe_eval

    c = test_expr(expr, _SAFE_OPCODES, mode=mode)

  File "/home/odoo/src/odoo/odoo/tools/safe_eval.py", line 207, in test_expr

    code_obj = compile(expr, "", mode)

  File "<string>", line 1

    for record in self:

    ^

IndentationError: unexpected indent

Avatar
Abbandona
Risposta migliore

It seems that you have an indentation related problem. It's usualy caused by and additional or missing white space in one of your code lines.

If you are willing to share the code snippet you're working on that would help to quickly fix it.

Avatar
Abbandona
Autore

Thanks

I roll back to a previous backup and end up catching the error. Thank you for the answer

Post correlati Risposte Visualizzazioni Attività
2
ago 19
3194
2
giu 17
3253
1
ago 24
2743
2
mag 22
3877
0
mar 15
5238