Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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>'
    );
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #showing #website #server #odoo
ADD COMMENT
Topic
Name
2+5 =