Hello,
I am working on my website and have some problems to save several HTML modifications using the website module.
E.g. I am working on website_blog.blog_post_short, but as soon as I try to save a (valid) modification, I get the following error message:
A server error occured. Please check you correctly signed in and that the file you are saving is correctly formatted.
[object Object]
In the server logfile I do find the following:
2019-02-14 14:16:45,519 19530 ERROR xmp odoo.sql_db: bad query: b'DELETE FROM ir_ui_view WHERE id IN (1392)'
ERROR: update or delete on table "ir_ui_view" violates foreign key constraint "ir_ui_view_inherit_id_fkey" on table "ir_ui_view"
DETAIL: Key (id)=(1392) is still referenced from table "ir_ui_view".
Can anybody help me?
I am using the latest github-state of Odoo 12.
Thanks in advance.
Lars
Hi Lars, I have the same problem here, ... no solution found so far