“Zmiany nie wyświetlane na odoo serwera witryny” Kod odpowiedzi

Zmiany nie wyświetlane na odoo serwera witryny

 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 :)
uzii

Zmiany nie wyświetlane na odoo serwera witryny

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>'
    );
uzii

Odpowiedzi podobne do “Zmiany nie wyświetlane na odoo serwera witryny”

Pytania podobne do “Zmiany nie wyświetlane na odoo serwera witryny”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu