From 76c090e20912d95d097f82fa80a6db83615bc01c Mon Sep 17 00:00:00 2001 From: Louis Baudoux Date: Tue, 3 Oct 2023 18:40:09 +0200 Subject: [PATCH] [FIX] extract_api: remove `bill_reference` from expense fields The bill reference is no longer detected since a few months because it had poor results and wasn't very useful. closes odoo/documentation#6006 X-original-commit: cade61dd566a2bb7cd1bc542399548893e8df8be Signed-off-by: Louis Baudoux (lba) --- content/developer/reference/extract_api.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/developer/reference/extract_api.rst b/content/developer/reference/extract_api.rst index 5c1466007..310ece52a 100644 --- a/content/developer/reference/extract_api.rst +++ b/content/developer/reference/extract_api.rst @@ -22,7 +22,7 @@ Overview ======== The extract API uses the JSON-RPC2_ protocol; its endpoint routes are located at -`https://iap-extract.odoo.com`. +`https://extract.api.odoo.com`. Version ------- @@ -516,9 +516,6 @@ fields we can extract from an expense report. +-------------------------+------------------------------------------------------------------------+ | ``currency`` | ``content`` is a string | +-------------------------+------------------------------------------------------------------------+ -| ``bill_reference`` | ``content`` is a string | -+-------------------------+------------------------------------------------------------------------+ - Applicant ~~~~~~~~~