How can I run my static page on OpenERP Server ?
Which directly run single static page & js & css ?
Does it possible for feature not available ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How can I run my static page on OpenERP Server ?
Which directly run single static page & js & css ?
Does it possible for feature not available ?
files in the static folder of an module are accessible via webbrowser for example http://127.0.0.1:8069/test/static/test2.html
"test" is a module name = a folder in the openerp addon path (path is specified in the openerp_serverrc file) with
folder with name "static"
html file "test2.html" inside static folder
"__init__.py" - empty text file
"__openerp__.py" this content { "name": "test", "version": "1.0.0", "depends": [], "author": "test", "category": "Layout", "description": """ test """, "init_xml" : [], 'data': [], 'demo': [], 'installable': True, 'active': False, }
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.