Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
5485 Lượt xem

i have a calendar view as like below


<record id="view_holiday_new_calendar" model="ir.ui.view">

<field name="name">Leave Request</field>

<field name="model">hr.holidays</field>

<field name="arch" type="xml">

<calendar string="Leave Request" color="category_id"

date_start="date_from" date_stop="date_to"

quick_add="False" avatar_model="hr.employee.category">

<field name="employee_id"/>

<field name="holiday_status_id"/>

<field name="name"/>

</calendar>

</field>

</record>


i would like to hide/invisible name field based on the holiday_status_id

i tried with attr invisible but it is not working. please help me with the possibilities

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

I don't see that this feature it's implemented in the calendar scripts

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 7 18
14969
0
thg 11 17
5633
3
thg 5 24
6036
1
thg 5 21
3661
2
thg 5 24
3903