Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
6829 Weergaven

Hello,

I'm trying to make a module named travel_leave which inherits the "Leave Managements" module.

To create a new menuitem called "Travel leave request". It supposed to inherit and appear right after the "Leave request" menuitem under "Leaves" menu.

So how can I do it?

Here's my code in travel_leave_view.xml

<menuitem name="Travel Request"

id="hr_holidays.menu_travel_request"

parent="hr_holidays.menu_open_ask_holidays"

sequence="10"/>

By doing this it created a new menuitem under Leaves but yet it isn't listed among the other menuitems.

 

What is wrong in my code?

Avatar
Annuleer
Beste antwoord

I think you must define  

action="travel_request_action"

after

sequence = "10"



Avatar
Annuleer
Auteur

Thank you. You're awesome :D

Gerelateerde posts Antwoorden Weergaven Activiteit
1
nov. 22
3064
1
feb. 21
7349
1
nov. 21
11308
4
aug. 20
11954
6
jan. 19
26111