mirror of
https://github.com/odoo/documentation.git
synced 2026-01-04 10:46:04 +07:00
[FIX] *: enforce 1 newline on files end
Part-of: odoo/documentation#2978
This commit is contained in:
@@ -514,4 +514,4 @@ A python implementation of the full flow can be found :download:`here <extract_a
|
||||
|
||||
.. |STATUS_CODE| replace:: The code indicating the status of the request. ``status_code`` is 0 in case of success. Other ``status_code`` are detailed in the table below.
|
||||
|
||||
.. |STATUS_MSG| replace:: A string giving verbose details about the request status.
|
||||
.. |STATUS_MSG| replace:: A string giving verbose details about the request status.
|
||||
|
||||
@@ -98,4 +98,4 @@ response = jsonrpc("/iap/invoice_extract/validate", params)
|
||||
if response['result']['status_code'] == SUCCESS:
|
||||
print("/validate call status: Success")
|
||||
else:
|
||||
print("/validate call status: wrong format")
|
||||
print("/validate call status: wrong format")
|
||||
|
||||
Reference in New Issue
Block a user