Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
6011 Переглядів

Hi,

i created a button with function error wich watch an error message , but nothing appear

Odoo8 

this is my function 

 def error(self, cr, uid, ids, context=None):

return {'warning':{'title':'warning','message':'Your message'}} 

code xml 

< button colspan="2" name="error" type="action" string="Chercher client" class="oe_link oe_edit_only"/>

Аватар
Відмінити
Найкраща відповідь

Hi,


Change the button type to object,

< button colspan="2" name="error" type="object" string="Chercher client" class="oe_link oe_edit_only"/>

Thanks

Аватар
Відмінити
Найкраща відповідь

Change the button type to object.

Аватар
Відмінити

doesn't make sense by adding same thing without any additional points which have already answered and marked as resolved

yeah I am surprised by the level of my negligence too.. should i delete this answer?

Related Posts Відповіді Переглядів Дія
2
лип. 19
9143
0
трав. 20
2986
1
вер. 18
12583
1
квіт. 17
3945
5
лип. 25
7864