mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-26 01:01:59 +02:00
7 lines
244 B
SQL
7 lines
244 B
SQL
-- disable l10n_in_edi integration
|
|
UPDATE res_company
|
|
SET l10n_in_edi_production_env = false,
|
|
l10n_in_edi_username = NULL,
|
|
l10n_in_edi_password = NULL,
|
|
l10n_in_edi_token = NULL,
|
|
l10n_in_edi_token_validity = NULL;
|