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

someone can help me i want to make a button to download the current file pdf, in openerp ya can only make a link but , for me i must make a button , so i search a function in python or javascript that can help me ?

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

Quick and dirty hack (I'm using windows):

    openerp\addons\web\static\src\xml\base.xml

look at "<t t-name="FieldURI.readonly">"

change related line to this

    <a href="#" class="oe_button oe_form_uri"/>

 

That will change attachment url style to look like button.

อวตาร
ละทิ้ง
is not available.. I am using ubuntu version of OpenERP. Can you please help

Sigh, I use the old source. Sorry.

ผู้เขียน

can't find FieldURI.readonly ?? in base.xml