📜  更改未显示在网站服务器 odoo - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:34.965000             🧑  作者: Mango

代码示例2
update
    ir_model_data
set
    noupdate = false
where
    id in(
        select
            model_data_id
        from
            ir_ui_view
        where
            name = ''
    );