Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
10046 Visualizzazioni

Hi Guys

I Want To Open Html File In New Tab Inside OpenERP

Please Help Me

Thanks A lot

Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
2
dic 19
6781
2
dic 19
2528
0
mar 15
5422
1
lug 25
6184
0
mar 25
1197