This question has been flagged

Hello Everyone,

I am new in Odoo. I want to show that smart button only on particular stage. Not every stage. On stage change it should respective button that we want to show.

Thanks in advanced.

Avatar
Discard
Best Answer

Hello Rahul,

You can use "attrs" attribute. See in attached screen, I have added an attribute attrs (attrs="{'invisible':[('name','=','test')]}") to hide smart button "Variant Price". As per this attrs value, when product name will be "test" smart button "Variant Price" will not be visible.

Just like that you can use attrs in your view to hide smart button in certain stages. 




Hope this helps,

Avatar
Discard
Best Answer

For Smart Buttons, here are multiple usefull links.

Try them & Enjoy them.

https://www.odoo.com/fr_FR/forum/help-1/question/smart-button-v8-0-54972
http://fr.slideshare.net/openobject/odoo-smart-buttons

http://lolierp.blogspot.com/2014/11/odoo-8-ajout-dun-smart-button.html 

Hope this may help you understand.

Regards.

Avatar
Discard