mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-25 20:42:02 +02:00
6 lines
201 B
SQL
6 lines
201 B
SQL
-- disable l10n_in_edi integration
|
|
UPDATE res_company
|
|
SET l10n_in_edi_username = NULL,
|
|
l10n_in_edi_password = NULL,
|
|
l10n_in_edi_token = NULL,
|
|
l10n_in_edi_token_validity = NULL;
|