Odoo18-Base/addons/sale_gelato/data/neutralize.sql

5 lines
104 B
MySQL
Raw Permalink Normal View History

2025-03-04 12:23:19 +07:00
-- disable Gelato
UPDATE res_company
SET gelato_api_key = NULL,
gelato_webhook_secret = NULL;