Skip to Content
Menu
This question has been flagged
1 Reply
4836 Views

HI,
I instaled the Swiss location for the BVR from the GIT repo OCA.

Everything is installed but when generating a bvr from an invoice, it gives me a 500 error
https://xxx.domaine.ch/report/html/one_slip_per_page_from_invoice/1 => Error 500

I changed the report in HTML or PDF error is the same.

Thank you in advance

Avatar
Discard
Author Best Answer

Hi,

Now i have this error:

Traceback (most recent call last): File "/opt/odoo/odoo/addons/report/controllers/main.py", line 121, in report_download response = self.report_routes(reportname, docids=docids, converter='pdf') File "/opt/odoo/odoo/openerp/http.py", line 396, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo/addons/report/controllers/main.py", line 65, in report_routes pdf = report_obj.get_pdf(cr, uid, docids, reportname, data=options_data, context=context) File "/opt/odoo/odoo/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/addons-custom/swiss/l10n_ch_payment_slip/report/payment_slip_from_invoice.py", line 68, in get_pdf context=context File "/opt/odoo/odoo/openerp/api.py", line 241, in wrapper return old_api(self, *args, **kwargs) File "/opt/odoo/odoo/addons-custom/swiss/l10n_ch_payment_slip/report/payment_slip_from_invoice.py", line 58, in _generate_one_slip_per_page_from_invoice_pdf return self.merge_pdf_on_disk(docs) File "/opt/odoo/odoo/addons-custom/swiss/l10n_ch_payment_slip/report/reports_common.py", line 89, in merge_pdf_on_disk buff.close() UnboundLocalError: local variable 'buff' referenced before assignment

Avatar
Discard
Related Posts Replies Views Activity
0
Mar 15
4349
1
Sep 20
2362
1
Mar 15
5098
2
Mar 15
8093
1
Mar 15
6214