Skip to content

Commit 3aaa3ba

Browse files
committed
[FIX] account_edi_proxy_user: update test server url
The proxy test server has been updated, and there is a new url, this commit updates the default server constant in the code to match the new url. closes odoo#87254 X-original-commit: d148522 Signed-off-by: Josse Colpaert <jco@odoo.com> Signed-off-by: Daniel Kosky (dako) <dako@odoo.com>
1 parent 7701d85 commit 3aaa3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/account_edi_proxy_client/models/account_edi_proxy_user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
DEFAULT_SERVER_URL = 'https://l10n-it-edi.api.odoo.com'
22-
DEFAULT_TEST_SERVER_URL = 'https://iap-services-test-saas12-test-13-test-14-test-15.test.odoo.com'
22+
DEFAULT_TEST_SERVER_URL = 'https://iap-services-test.odoo.com'
2323
TIMEOUT = 30
2424

2525

0 commit comments

Comments
 (0)