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

Hi All,

I have 3 fields like below


field_a = fields.Selection([('mobile', "Mobile"), ('tab', "Tablet")])

mobile = fields.Boolean(default=True, track_visibility='always')

tab = fields.Boolean(default=True, track_visibility='always')

In Xml

<field name='field_a' widget='radio'/>

<field name='mobile' attrs="{'invisible': [('field_a', '=', 'tab')]}"/>

<field name='tab' attrs="{'invisible': [('field_a', '=', 'mobile')]}"/>


In Logger, It displaying like below

field_a: tab

mobile: true

tab: true


I want to show the logger based on field visibility. Is this possible?


Thanks in Advance.

アバター
破棄

show the logger?

関連投稿 返信 ビュー 活動
1
8月 19
5112
9
10月 19
28837
0
3月 25
1390
1
10月 22
3693
2
7月 22
9213