Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
6034 Vizualizări

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"/>

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,


Change the button type to object,

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

Thanks

Imagine profil
Abandonează
Cel mai bun răspuns

Change the button type to object.

Imagine profil
Abandonează

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 Răspunsuri Vizualizări Activitate
2
iul. 19
9150
0
mai 20
3002
1
sept. 18
12600
1
apr. 17
3953
5
iul. 25
7882