This question has been flagged
2 Replies
3149 Views

Hi,

How can we include "Live Preview" button in app page of the odoo apps.

Thanks in Advance

Avatar
Discard
Author Best Answer

Hi,

Just include the below code in the manifest file

'live_test_url': 'your video link',

Regards

Avatar
Discard

thanks for the info. can you share more important key-val for manifest for app

Author

sure i will share in coming days

Author

Hi,

Visit this link to know more about __manifest__.py

http://www.getodootraining.com/odoo-manifest-file-openerp-file/

Best Answer

Add this key:value to your module's __manifest__.py file

'live_test_url': 'url of  the  demo  or  preview',
url can be any video link or demo server link
Avatar
Discard