Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1682 Zobrazení

odoo.addons.base.models.ir_qweb.QWebException: Error while render the template

UndefinedFunction: function unaccent_schema.unaccent(unknown, text) does not exist

LINE 2:                 SELECT unaccent_schema.unaccent('unaccent_sc...

                               ^

HINT:  No function matches the given name and argument types. You might need to add explicit type casts.

QUERY:  

                SELECT unaccent_schema.unaccent('unaccent_schema.unaccent', $1)

                

CONTEXT:  SQL function "unaccent" during inlining


Template: web.frontend_layout

Path: /t/html/head/t[1]

Node:

Avatar
Zrušit
Nejlepší odpověď

I finally found the solution.

I had to execute this sql request: DELETE FROM pg_proc WHERE proname='unaccent';
Because it seems like Odoo still detects the database as in unaccent mode.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
úno 24
5307
1
říj 20
4239
2
bře 15
3555
0
pro 21
1958
2
úno 19
9108