Closed robinkeunen closed 6 months ago
@odoo-mvds can you have a look at this ? We've been using it in production for 3 months now.
Hello,
we do not support old versions anymore, however we will have a look at this fix as it's easy to merge. We'll give you an update soon.
br,
Hi,
Thank you for your contribution and for submitting the pull request (PR).
As we have informed you, we are no longer maintaining the older version of the project to which your PR applies. We recommend upgrading to the latest version. In case we receive more such complains for the same issue, we will probably reopen the issue. Consequently, we will be closing this PR.
We truly appreciate your effort and interest in improving the project and look forward to any future contributions you may have.
Best regards,
The API nows only returns a single data dictionary instead of a list. Also, the transaction id must be passed in the url.
Previously,
data
argument was overwritten in the function body. I'm tempted to eitherdata
dict in the case some other function relies on the content of the data dictdata
dict as a best practice to avoid side effects.I chose the latter option.