[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.
This commit is contained in:
Louis Baudoux
2023-10-03 18:40:09 +02:00
parent 2c8d914410
commit 02c54d3ec1

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