Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
4 Răspunsuri
12170 Vizualizări

In LibreOffice, the report plugin cannot download one specific report, the BOM Structure report. I've successfully downloaded many other reports from the list of reports. The error message is:

  • Download Message 1
  • The report could not be downloaded.
  • Report: /tmp/tmpx9Ym23.sxw
  • Details: Unsupported URL "< file : //// tmp/tmpx9Ym23.sxw" (without the spaces)

The system:

  • OpenERP v7
  • Ubuntu 12.04 LTS
  • LibreOffice 3.5.7.2
Imagine profil
Abandonează

Hi Gilles, have you found any solution ? I've got the same problem...

Hi there. I have the same problem on downloading some of the report files.

Same problem here. Some of the reports on the list cannot be downloaded to OpenOffice. I am using openoffice 3.2 since this is the only version that's working with my windows system

I've got the same problem in master/trunk. Trying to open a report from the OpenOffice menu does not work and outputs and error with 'Unsupported url /var/folders/sz/qrqqbrn95kz_1w6c122ph1...

I am getting the same issue while trying to import odoo online reports. Please reply me if you found solution for that.

Same here

Cel mai bun răspuns

Same here. Odoo latest build. Fully updated openoffice. Anyone a solution

Imagine profil
Abandonează
Cel mai bun răspuns

Hi , when I click in OpenERP Report Designer --> Modify Existing Report , I get next message.

Download Message !

The report could not be downloaded.

Report: c:\users\usuario\appdata\local\temp\tmp4ra4sp.....

Details: URL seems to be an unsupported one.

I can't modify my invoice, or maybe there is another form todo this. help me !

PD: I did that aj says , but didn't function, I get the next error in the line 9 ( ir_act_report_xml.id = <id_original_report> )

Imagine profil
Abandonează
Cel mai bun răspuns

Same problem....

Imagine profil
Abandonează
Cel mai bun răspuns

Think OpenOffice gets "empty" content from OpenERP when try to get report content from DB.
If your report es new or a copy of an existing try to write new content from OpenOffice or copy data from original from based report.
To copy data from original, update column ir_act_report_xml.report_sxw_content_data from original report record.
 

UPDATE 
 ir_act_report_xml 
SET report_sxw_content_data = (
     SELECT 
       ir_act_report_xml.report_sxw_content_data
     FROM 
       ir_act_report_xml
     WHERE 
       ir_act_report_xml.id = <id_original_report>)
WHERE id=<id_new_report>

 

Regards

AJ

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mar. 15
4333
0
mar. 15
4233
1
mar. 15
3448
5
mar. 15
14048
1
nov. 21
13190