动态创建消息
我在新表单上有一个按钮。单击此按钮时,我需要使用标签/或其他组件/显示有关新表单的一些信息。如何在 OpenERP 6 中做到这一点?我不知道。请帮我一下。谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道是否有更简单的方法,但一种方法是 构建一个仅显示您的消息的向导。
I don't know if there's an easier way, but one way is to build a wizard that just displays your message.
您是否试图提出任何类型的错误消息或想要得到确认?
如果你想引发异常,那么这是可能的,检查 addons/account.py
你会找到你正在寻找的东西。
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.