Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
10143 Prikazi

Hi Guys

I Want To Open Html File In New Tab Inside OpenERP

Please Help Me

Thanks A lot

Avatar
Opusti
Best Answer

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
Opusti
Avtor

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 Odgovori Prikazi Aktivnost
2
dec. 19
6941
2
dec. 19
2707
0
mar. 15
5624
1
jul. 25
6685
0
mar. 25
1538