Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在新表单上有一个按钮。单击此按钮时,我需要使用标签/或其他组件/显示有关新表单的一些信息。如何在 OpenERP 6 中做到这一点?我没有任何想法。请帮我一把。谢谢。
我不知道是否有更简单的方法,但一种方法是构建一个只显示您的消息的向导。
您是要提出任何类型的错误消息还是要确认?
如果你想引发异常,那么有可能,检查 addons/account.py 你会找到你正在寻找的东西。