Skip to Content
Menu
This question has been flagged
2 Replies
4174 Views

Hello

Using community version 10

I invoiced a sales order and when trying to access the invoice I get the following.

What does it mean? Thanks in advance.


Traceback (most recent call last): File "C:\Program Files (x86)\Odoo 10.0\server\odoo\http.py", line 638, in _handle_exception File "C:\Program Files (x86)\Odoo 10.0\server\odoo\http.py", line 675, in dispatch File "C:\Program Files (x86)\Odoo 10.0\server\odoo\http.py", line 331, in _call_function File "C:\Program Files (x86)\Odoo 10.0\server\odoo\service\model.py", line 101, in wrapper File "C:\Program Files (x86)\Odoo 10.0\server\odoo\http.py", line 324, in checked_call File "C:\Program Files (x86)\Odoo 10.0\server\odoo\http.py", line 933, in __call__ File "C:\Program Files (x86)\Odoo 10.0\server\odoo\http.py", line 504, in response_wrap File "C:\Program Files (x86)\Odoo 10.0\server\odoo\addons\web\controllers\main.py", line 885, in call_kw File "C:\Program Files (x86)\Odoo 10.0\server\odoo\addons\web\controllers\main.py", line 877, in _call_kw File "C:\Program Files (x86)\Odoo 10.0\server\odoo\api.py", line 679, in call_kw File "C:\Program Files (x86)\Odoo 10.0\server\odoo\api.py", line 664, in call_kw_model File "C:\Program Files (x86)\Odoo 10.0\server\odoo\models.py", line 1338, in load_views File "C:\Program Files (x86)\Odoo 10.0\server\odoo\models.py", line 1338, in <dictcomp> File "C:\Program Files (x86)\Odoo 10.0\server\odoo\addons\account\models\account_invoice.py", line 385, in fields_view_get File "C:\Program Files (x86)\Odoo 10.0\server\odoo\addons\mail\models\mail_thread.py", line 362, in fields_view_get File "C:\Program Files (x86)\Odoo 10.0\server\odoo\models.py", line 1417, in fields_view_get File "C:\Program Files (x86)\Odoo 10.0\server\odoo\addons\base\ir\ir_ui_view.py", line 904, in postprocess_and_fields File "C:\Program Files (x86)\Odoo 10.0\server\odoo\addons\base\ir\ir_ui_view.py", line 462, in raise_view_error ValueError: Field `system_seq` does not exist Error context: View `account.invoice.form` [view_id: 415, xml_id: account.invoice_form, model: account.invoice, parent_id: n/a]

Avatar
Discard
Best Answer

It means exactly what it says. The field "system_seq" does not exist. You did either manipulate the Odoo standard (by incorrectly adding this field to a view without declaring it in a model) or install a faulty module. However, please provide all necessary information, if you want go get an answer to your question.

Avatar
Discard
Author

Hello.

No I've made no changes to any models or anything, this is a clean untouched of community v10.

Only data added.

The operation I'm doing is to click through from the sales order to the invoice.

Now I seem to get error creating an invoice from a sales order

I do run Odoo 10 from August 19, 2017, and I can not find the field "system_seq" in my account.invoice.form view. Please check your version, the installed modules and maybe you want to update your instance or at least the invoice module.

Author

I found the problem thank you Ermin you put me on the right track, it was because of a module which when I deleted it, I was once again able to view invoices. Thank you.

:-) You are welcome, ...also your upvote and checking as an answer for others who might face the same problem.

Forget my last comment, I did not realize your upvote and can't delete it anymore.