跳至內容
選單
此問題已被標幟
1 回覆
10135 瀏覽次數

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

相關帖文 回覆 瀏覽次數 活動
2
12月 19
6935
2
12月 19
2707
0
3月 15
5623
1
7月 25
6683
0
3月 25
1532