changes not showing on website server odoo
had a similar problem and I could solve it by eliminating
the QWeb Template from
Settings --> Technical --> User Interface --> Views.
Then, you need to update the module.
I hope I've helped :)
changes not showing on website server odoo
had a similar problem and I could solve it by eliminating
the QWeb Template from
Settings --> Technical --> User Interface --> Views.
Then, you need to update the module.
I hope I've helped :)
changes not showing on website server odoo
update
ir_model_data
set
noupdate = false
where
id in(
select
model_data_id
from
ir_ui_view
where
name = '<the name of your template - in my case tpl-imprint>'
);
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us