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

7 lines
250 B
MySQL
Raw Permalink Normal View History

2025-03-04 12:23:19 +07:00
-- disable l10n_my_edi integration by archiving all proxy users; and reset the mode to pre-production.
2025-01-06 10:57:38 +07:00
UPDATE account_edi_proxy_client_user
SET active = FALSE
2025-03-04 12:23:19 +07:00
WHERE proxy_type = 'l10n_my_edi';
UPDATE res_company
SET l10n_my_edi_mode = 'test';