Odoo18-Base/addons/l10n_ro_edi/data/neutralize.sql
2025-01-06 10:57:38 +07:00

8 lines
220 B
SQL

UPDATE res_company
SET l10n_ro_edi_test_env = true,
l10n_ro_edi_client_id = NULL,
l10n_ro_edi_client_secret = NULL,
l10n_ro_edi_access_token = NULL,
l10n_ro_edi_refresh_token = NULL;