تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4817 أدوات العرض

<button name="add_workorder" type="object" string="Add Workorder" confirm="Are you sure add Workorder?">

<!-- attrs="{'invisible': [('state','!=','draft')]}" -->

</button>


الصورة الرمزية
إهمال
أفضل إجابة

Hello delgertsetseg,


Put button in the tree view and apply attrs on it.

You have to also add state field in the tree view because attrs on state field so you can invisible it.

For Ex:-

<tree>

     <field name="state" invisible="1"/>

    <button name="add_workers" type="object" string="Add Workers" attrs="{'invisible' : [('state', '!=', 'draft')]}" confirm="Are You sure you want to Add Workers"/>

</tree>


Hope it will works for you.

Thanks,

الصورة الرمزية
إهمال
الكاتب

Thanks, i will try

الكاتب

"add_workorder" button is visible , do you have anything idea?

This attrs means, if state is not in draft stage then button is invisible. When the state is draft, button will visible. You want to hide button on draft state or only show button on draft state ?

AFAIK, attrs doesn't work on tree view.

الكاتب

Okey , I show button on only draft state

المنشورات ذات الصلة الردود أدوات العرض النشاط
4
ديسمبر 23
38364
0
أبريل 18
3716
1
أبريل 24
2386
1
ديسمبر 22
6721
0
فبراير 19
14