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

7 lines
157 B
MySQL
Raw Permalink Normal View History

2025-03-10 11:12:23 +07:00
-- deactivate mail template
UPDATE mail_template
SET mail_server_id = NULL;
-- deactivate fetchmail server
UPDATE fetchmail_server
SET active = false;