mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 13:32:04 +02:00
17.0 vanilla
This commit is contained in:
parent
2e65bf056a
commit
df627a6bba
328 changed files with 578149 additions and 759311 deletions
|
|
@ -22,3 +22,8 @@ INSERT INTO ir_config_parameter (key, value)
|
|||
VALUES ('database.is_neutralized', true)
|
||||
ON CONFLICT (key) DO
|
||||
UPDATE SET value = true;
|
||||
|
||||
-- deactivate webhooks
|
||||
UPDATE ir_act_server
|
||||
SET webhook_url = 'neutralization - disable webhook'
|
||||
WHERE state = 'webhook';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue