动态创建消息

发布于 2024-11-25 10:13:22 字数 88 浏览 3 评论 0原文

我在新表单上有一个按钮。单击此按钮时,我需要使用标签/或其他组件/显示有关新表单的一些信息。如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

等风来 2024-12-02 10:13:22

我不知道是否有更简单的方法,但一种方法是 构建一个仅显示您的消息的向导

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

最偏执的依靠 2024-12-02 10:13:22

您是否试图提出任何类型的错误消息或想要得到确认?

如果你想引发异常,那么这是可能的,检查 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文