mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 11:32:02 +02:00
4 lines
115 B
SQL
4 lines
115 B
SQL
-- activate neutralization watermarks
|
|
UPDATE ir_ui_view
|
|
SET active = true
|
|
WHERE key = 'web.neutralize_banner';
|