-
-
Notifications
You must be signed in to change notification settings - Fork 438
Open
Description
Odoo Version
- 16.0
- 17.0
- 18.0
- Other (specify)
Steps to Reproduce
- Try to register to EDI e-invoice service (settings->accounting->Allow Odoo to send invoices (note: I'm translating from Italian, the English might be diferent)
- get an error "L'URL richiesto dal servizio ha restituito un errore. URL richiesto: https://l10n-it-edi.api.odoo.com/iap/account_edi/1/create_user. Odoo Server Error
In fact in upstream Odoo V17 the url is different:
response = self._make_request(self._get_server_url(proxy_type, edi_mode) + '/iap/account_edi/2/create_user', params={ [etc]
See https://github.com/odoo/odoo/blob/17.0/addons/account_edi_proxy_client/models/account_edi_proxy_user.py at line 192
Not sure if it's only the url that has changed (2 instead of 1) or of other URLs or data format has changed... anyway right now EDI invoicing is not working for me.
Log Output
Support Ticket
No response
Metadata
Metadata
Assignees
Labels
No labels