OCA / odoorpc

Python module to pilot your Odoo servers through JSON-RPC.
http://pythonhosted.org/OdooRPC/
GNU Lesser General Public License v3.0
231 stars 123 forks source link

[docs] minor error in "Download reports" section #53

Closed dnmr closed 1 year ago

dnmr commented 4 years ago

/doc/build/html/tuto_report.html

last example piece reads: with open('invoice.pdf', 'w') as report_file:

but should be: with open('invoice.pdf', 'wb') as report_file:

since the downloaded report is a byte stream

sebalix commented 1 year ago

Thank you, fixed in https://github.com/OCA/odoorpc/commit/a7a0360e222d05b9fd7bea5f27c7e9993b9883a8