如何在 OpenERP 中添加消息到状态

发布于 2024-11-01 09:04:12 字数 34 浏览 1 评论 0原文

我有一个非常简单的问题。如何在状态栏上添加自己的消息?

I have a very simple question. How to add own message to state on status bar?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

给不了的爱 2024-11-08 09:04:12

看起来客户端中的 form 类有一个 message_state() 方法,可以在状态栏中显示消息。如果您查看 client/bin/modules/gui/window/form.py 文件,您可以找到多个调用。我没有看到任何简单的方法来从标准模块内设置该消息,因此您可能必须破解客户端代码。

如果您想在常规模块代码中显示消息,我认为您会遇到弹出警告对话框。

It looks like the form class in the client has a message_state() method that displays a message in the status bar. If you look through the client/bin/modules/gui/window/form.py file, you can find several calls. I didn't see any easy way to set that message from within a standard module, so you might have to hack the client code.

If you want to display a message from within regular module code, I think you're stuck with a pop-up warning dialog.

九歌凝 2024-11-08 09:04:12

嗯,你可以通过改变 form.mako 并了解 mochikit 来自定义表单上的消息。

Well U can custom message on form with changes in form.mako with understanding of mochikit.

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