This question has been flagged
2 Replies
3966 Views

I want to create a view with an icon referring to my custom modules (ex: icon for module1,icon for module2) and when I click the icon I access to the corresponding view of module. (ex: if I click the icon for module1 I access to the module1 view)

Avatar
Discard
Best Answer

Very useful video to create stylist custom icon for your odoo.

https://youtu.be/PS5F_C1nL0k

Avatar
Discard
Author Best Answer

Hi, Here the solution I opted: The idea was to create a new module with a kanban view containing two icons (images) (one icon for module 1 and another for module 2). Then:

  • Use two different actions to open a screen module 1 and a second action to open the module 2.

  • Connect these actions to images.

I hope this can be helpful.

Avatar
Discard