Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2757 Lượt xem
t-name="hr_holidays.dashboard.calendar.button">





Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello @Sri Haari 

Hope you are doing well.

For you to remove the button from the view you will need to inherit the template and apply the d-none class on the button to hide it from the view.

You will need to place the xml file inside the web.assets_qweb in manifest file.

Below is the code. (Code check from the Comment).

Hope this would be helpful.

Thanks & Regards,
Email:    odoo@aktivsoftware.com 

Skype: kalpeshmaheshwari

Ảnh đại diện
Huỷ bỏ

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-inherit="hr_holidays.dashboard.calendar.button" t-inherit-mode="extension">
<xpath expr="//button[hasclass('btn-time-off')]" position="attributes">
<attribute name="class" add="d-none" separator=" "/>
</xpath>
</t>
</templates>

For me the "new time off request" button is missing. Is it possible to make it visible from the GUI settings itself. Like from Group settings...

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 3 15
9142
1
thg 10 17
19408
0
thg 7 24
1475
1
thg 9 23
2017
1
thg 6 23
3183