mirror of
https://github.com/odoo/documentation.git
synced 2026-01-03 18:26:27 +07:00
[REM] extract_api: remove documentation of get_result_batch
For security reasons, we had to drop the support of those routes. Part-of: odoo/documentation#5984
This commit is contained in:
@@ -6,7 +6,7 @@ import time
|
||||
import requests
|
||||
|
||||
account_token = "integration_token" # Use your token
|
||||
domain_name = "https://iap-extract.odoo.com"
|
||||
domain_name = "https://extract.api.odoo.com/"
|
||||
path_to_pdf = "/path/to/your/pdf"
|
||||
doc_type = "invoice" # invoice, expense or applicant
|
||||
|
||||
|
||||
Reference in New Issue
Block a user