تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
10075 أدوات العرض

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
ديسمبر 19
6820
2
ديسمبر 19
2574
0
مارس 15
5471
1
يوليو 25
6365
0
مارس 25
1302