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

Hi Guys

I Want To Open Html File In New Tab Inside OpenERP

Please Help Me

Thanks A lot

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

1) Create Web Module using the below link

https://doc.openerp.com/trunk/web/module/

2) Add Html file in the below directory:-

 addons --> web_example -->  static --> test -->  readme.html
  1. Add File Path in __openerp__.py

    { 'depends': ['web'], 'test': ['static/test/readme.html'],
    }

3) Install the module

4) Open the Html Page in openerp http://localhost:8069/web_example/static/test/readme.html

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

Thanks For Helping But I Want To Open Any Html File By Code Not Static File Like readme.html I Want It Dynamic

Related Posts ตอบกลับ มุมมอง กิจกรรม
remove title and footer in reports แก้ไขแล้ว
2
ธ.ค. 19
6936
2
ธ.ค. 19
2707
0
มี.ค. 15
5624
Upload Large File Store to Odoo.sh แก้ไขแล้ว
1
ก.ค. 25
6685
0
มี.ค. 25
1535