コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5475 ビュー

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

アバター
破棄
最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
7月 18
14959
0
11月 17
5616
3
5月 24
6025
1
5月 21
3658
2
5月 24
3887