Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4291 มุมมอง

I tried downloading the source of openerp 7 latest build and copying to /usr/share/pyshared/openerp/report/ but that doesn't work.

Thank you

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Sadly, you can't do this. Please correct me if i'm wrong. Check this suggestion

https://www.odoo.com/forum/help-1/question/how-to-modify-a-report-with-a-module-56903#answer-57612

The point is to update edited report manually via thirt-party api/client, such as xml-rpc or OpenOffice.

nb. exception for webkit report.

อวตาร
ละทิ้ง
ผู้เขียน

Thought so. But I wanted to make sure and ask here first before doing some work which is unnecessary. I could make an empty db and copy the reports through openoffice right?

Not necessarily create an empty db. Check the report folder and get the .sxw file. You can copy the content and paste to your corresponding edited report. Then update the edited report.

ผู้เขียน

Good one! Thank you again !