[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#5984 Signed-off-by: Louis Baudoux (lba) <lba@odoo.com>
This commit is contained in:
parent
24c7b2506e
commit
cade61dd56
@ -22,7 +22,7 @@ Overview
|
|||||||
========
|
========
|
||||||
|
|
||||||
The extract API uses the JSON-RPC2_ protocol; its endpoint routes are located at
|
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
|
Version
|
||||||
-------
|
-------
|
||||||
@ -516,9 +516,6 @@ fields we can extract from an expense report.
|
|||||||
+-------------------------+------------------------------------------------------------------------+
|
+-------------------------+------------------------------------------------------------------------+
|
||||||
| ``currency`` | ``content`` is a string |
|
| ``currency`` | ``content`` is a string |
|
||||||
+-------------------------+------------------------------------------------------------------------+
|
+-------------------------+------------------------------------------------------------------------+
|
||||||
| ``bill_reference`` | ``content`` is a string |
|
|
||||||
+-------------------------+------------------------------------------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
Applicant
|
Applicant
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user