Hi can someone show me how can i add an empty home page to add html elements (div and buttons to redirect to views) just with the navbar for my custom module ? Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
thanks but the nav bar that i want to use is the odoo's nav bar with my custom module sub menus
thanks but the nav bar that i want to use is the odoo's nav bar with my custom module sub menus
Hi,
To add an empty home page with a navbar for your custom module in Odoo, you can follow these steps:
Create a new view for your home page with a navbar and empty content. Here's an example XML code for your view:
xml:-
1<odoo>
2 <data>
3 <template id="my_module_home_page" name="My Module Home Page">
4 <div class="o_page_summary">
5 <div class="o_main_navbar">
6 <!-- Add your navbar links here -->
7 </div>
8 <div class="o_content">
9 <!-- Add your empty content or other HTML elements here -->
10 </div>
11 </div>
12 </template>
13 </data>
14</odoo>
Create a new controller for your home page. Here's an example Python code for your controller:
from odoo import http
from odoo.http import request
class MyModuleHomeController(http.
@http.route('/my_module/home'
def home(self, **kwargs):
return request.render('my_module.my_
Add the new view to your module's __manifest__.py file. Here's an example code:
{
'name': 'My Module',
'version': '1.0',
'author': 'Your Name',
'category': 'Uncategorized',
'website': 'https://www.yourwebsite.com" rel="noopener nofollow noreferrer" target="_blank">https://www.yourwebsite.com',
'depends': ['base',website],
'data': [
'views/my_module_home_page_
],
'application': True,
}
Hope it helps
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
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ýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 12 24
|
1644 | ||
|
0
thg 5 23
|
3692 | ||
|
0
thg 6 20
|
2857 | ||
|
1
thg 4 25
|
1457 | ||
|
0
thg 11 24
|
1547 |