Skip to Content
Menu
This question has been flagged
3965 Views

I seem to be getting a parse error while implementing the search view of my estate property model while following the tutorial. Could anyone do a quick scan and see if anything seems off?



File "C:\Odoo\server\odoo\service\wsgi_server.py", line 88, in application_unproxied

result = \odoo\.http\.root\(environ\,\\ start_response\)\ \ \ \ \
\
\ \ File\ \"C\:\Odoo\server\odoo\http\.py\"\,\ line\ 1306\,\ in\ __call__\
\
\ \ \ \ return\ self\.dispatch\(environ\,\ start_response\)\ \ \ \ \ \ \ \
\
\ \ File\ \"C\:\Odoo\server\odoo\http\.py\"\,\ line\ 1272\,\ in\ __call__\
\
\ \ \ \ return\ self\.app\(environ\,\ start_wrapped\)\
\
\ \ File\ \"C\:\Odoo\python\lib\site\-packages\werkzeug\middleware\shared_data\.py\"\,\ line\ 220\,\ in\ __call__\
\
\ \ \ \ return\ self\.app\(environ\,\ start_response\)\
\
\ \ File\ \"C\:\Odoo\server\odoo\http\.py\"\,\ line\ 1483\,\ in\ dispatch\
\
\ \ \ \ response\ \=\ self\.get_response\(httprequest\,\ result\,\ explicit_session\)\
\
\ \ File\ \"C\:\Odoo\server\odoo\http\.py\"\,\ line\ 282\,\ in\ __exit__\
\
\ \ \ \ elif\ self\.registry\:\
\
\ \ File\ \"C\:\Odoo\server\odoo\http\.py\"\,\ line\ 378\,\ in\ registry\
\
\ \ \ \ return\ odoo\.registry\(self\.db\)\
\
\ \ File\ \"C\:\Odoo\server\odoo\__init__\.py\"\,\ line\ 104\,\ in\ registry\
\
\ \ \ \ return\ \\modules\\.registry\\.Registry\\(database_name\\)\\\ \\ \\ \\ \\ \\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\modules\registry\\.py\\"\\,\\ line\\ 65\\,\\ in\\ __new__\\
\\
\\ \\ \\ \\ return\\ cls\\.new\\(db_name\\)\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\modules\registry\\.py\\"\\,\\ line\\ 89\\,\\ in\\ new\\
\\
\\ \\ \\ \\ odoo\\.modules\\.load_modules\\(registry\\._db\\,\\ force_demo\\,\\ \\
\\
status\\,\\ update_module\\)\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\modules\loading\\.py\\"\\,\\ line\\ 457\\,\\ in\\ load_modules\\
\\
\\ \\ \\ \\ force\\,\\ status\\,\\ report\\,\\ loaded_modules\\,\\ update_module\\,\\ models_to_check\\)\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\modules\loading\\.py\\"\\,\\ line\\ 349\\,\\ in\\ load_marked_modules\\
\\
\\ \\ \\ \\ perform_checks\\=perform_checks\\,\\ models_to_check\\=models_to_check\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\modules\loading\\.py\\"\\,\\ line\\ 222\\,\\ in\\ load_module_graph\\
\\
\\ \\ \\ \\ load_data\\(cr\\,\\ idref\\,\\ mode\\,\\ kind\\=\\'data\\'\\,\\ package\\=package\\)\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\modules\loading\\.py\\"\\,\\ line\\ 69\\,\\ in\\ load_data\\
\\
\\ \\ \\ \\ tools\\.convert_file\\(cr\\,\\ package\\.name\\,\\ filename\\,\\ idref\\,\\ mode\\,\\ noupdate\\,\\ kind\\)\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\tools\convert\\.py\\"\\,\\ line\\ 733\\,\\ in\\ convert_file\\
\\
\\ \\ \\ \\ convert_xml_import\\(cr\\,\\ module\\,\\ fp\\,\\ idref\\,\\ mode\\,\\ noupdate\\)\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\tools\convert\\.py\\"\\,\\ line\\ 799\\,\\ in\\ convert_xml_import\\
\\
\\ \\ \\ \\ obj\\.parse\\(doc\\.getroot\\(\\)\\)\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\tools\convert\\.py\\"\\,\\ line\\ 719\\,\\ in\\ parse\\
\\
\\ \\ \\ \\ self\\._tag_root\\(de\\)\\
\\
\\ \\ File\\ \\"C\\:\Odoo\server\odoo\tools\convert\\.py\\"\\,\\ line\\ 685\\,\\ in\\ _tag_root\\
\\
\\ \\ \\ \\ \\)\\)\\ from\\ e\\
\\
\odoo\\.tools\\.convert\\.ParseError\\:\\\ while\\ parsing\\ file\\:\\/c\\:\\/odoo\\/server\\/customaddons\\/estate\\/views\\/estate_list_view\\.xml\\:61\\,\\ near\\
\\
\\\"\\ rel\\=\\"ugc\\"\\>ir\\.ui\\.view\\"\\>\\\
\\
\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\\\\"\ rel\=\"ugc\"\>estate.property.search

estate.property




Edit: I highly suspect that my filter area is wrong, but I cannot see how. 
























- - -

Avatar
Discard

check your view in line 61

Related Posts Replies Views Activity
1
Oct 21
4530
2
Dec 24
952
1
Aug 23
2292
0
Sep 21
1969
16
Mar 24
29454