Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1449 Zobrazení

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 

Avatar
Zrušit
Nejlepší odpověď

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 });

https://www.odoo.com/documentation/15.0/developer/reference/frontend/registries.html#systray-registry


Thanks,
Vimal Rughani (Founder and CTO)
Himanjali Intelligent Automation Pvt Ltd
Contact:
 +91- 972-606-7737
Emailhello@himanjali.com 
NewsletterThe Odoo Scoop
Websitewww.himanjali.com


Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
zář 24
1108
1
kvě 24
1671
3
kvě 24
1871
1
kvě 25
1282
1
čvn 25
1600