[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: cade61dd56
Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
This commit is contained in:
Louis Baudoux 2023-10-03 18:40:09 +02:00
parent 8498aace4f
commit 76c090e209

View File

@ -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
~~~~~~~~~