Hey people, i wanna create a button to check my pending tickets, i have already the view but i want to set a new button to have even a quiker acces and i thought adding next to the chat one or activities would be great, but i have no clue and dont see any info or documentation, thanks so much
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
1
الرد
1509
أدوات العرض
Hello Marcos,
To add button on top menu next to chat button, we need to register component in Systray. Here is odoo office document. please look into that
import { registry } from "@web/core/registry"; class MySystrayItem extends Component { // some component ... } registry.category("systray").add("myAddon.myItem", { Component: MySystrayItem, });
The systray registry is an ordered registry (with the sequence number):
const item = { Component: MySystrayItem }; registry.category("systray").add("myaddon.some_description", item, { sequence: 43 });
Thanks,
Vimal Rughani (Founder and CTO)
Himanjali Intelligent Automation Pvt Ltd
Contact: +91- 972-606-7737
Email: hello@himanjali.com
Newsletter: The Odoo Scoop
Website: www.himanjali.com
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
0
سبتمبر 24
|
1161 | ||
|
1
مايو 24
|
1698 | ||
|
3
مايو 24
|
1912 | ||
|
1
مايو 25
|
1331 | ||
Custom footer in report PDF
تم الحل
|
|
1
يونيو 25
|
1654 |