Zeck
Zeck

Reputation: 6579

Dynamically create a message

I have a button on a new form. When this button clicked I need a show some information on new form using label /or other component/. How to do it in OpenERP 6? I don't have any idea. Please give me a hand. thanks.

Upvotes: 0

Views: 122

Answers (2)

Parthiv
Parthiv

Reputation: 1010

are you trying to raise any kind of error message or you want to have confirmation ?

if you want to raise exception, then it's possible , check in the addons/account.py you'll find something that you are looking for.

Upvotes: 0

Don Kirkby
Don Kirkby

Reputation: 56660

I don't know if there's an easier way, but one way is to build a wizard that just displays your message.

Upvotes: 2

Related Questions