向用户显示消息框
项目描述
该模块允许在客户端显示消息弹出作为按钮的结果。
目录
<nav class="contents local" id="contents" role="doc-toc"> </nav>用法
依赖这个模块并返回
{
'type': 'ir.actions.act_window.message',
'title': _('My title'),
'message': _('My message'),
# optional title of the close button, if not set, will be _('Close')
# if set False, no close button will be shown
# you can create your own close button with an action of type
# ir.actions.act_window_close
'close_button_title': 'Make this window go away',
# Use HTML instead of text
'is_html_message': True,
# this is an optional list of buttons to show
'buttons': [
# a button can be any action (also ir.actions.report.xml et al)
{
'type': 'ir.actions.act_window',
'name': 'All customers',
'res_model': 'res.partner',
'view_mode': 'form',
'views': [[False, 'list'], [False, 'form']],
'domain': [('customer', '=', True)],
},
# or if type == method, you need to pass a model, a method name and
# parameters
{
'type': 'method',
'name': _('Yes, do it'),
'model': self._name,
'method': 'myfunction',
# list of arguments to pass positionally
'args': [self.ids],
# dictionary of keyword arguments
'kwargs': {'force': True},
# button style
'classes': 'btn-primary',
}
]
}
您负责翻译这些消息。
已知问题/路线图
添加message_type以区分警告、错误等。
有一个message_type在右上角显示非模态警告
错误追踪器
在GitHub 问题上跟踪错误。如果遇到问题,请检查您的问题是否已被报告。如果您首先发现它,请通过提供详细且受欢迎的 反馈来帮助我们粉碎它。
不要就技术问题的支持或帮助直接联系贡献者。
学分
贡献者
霍尔格布伦< hbrunn @ therp 。nl >
Zakaria Makrelouf (ACSONE SA/NV) < z . makrelouf @ gmail 。com >
本杰明威利格 (ACSONE SA/NV) <本杰明. 威利格@acsone 。 _ 欧盟>
艾恩·加兰 (Studio73) < ioan @ studio73 。es >
亚伯拉罕·安内斯 (Studio73) <亚伯拉罕@ studio73 。es >
-
Koen Loodts
拉夫文
维护者
该模块由 OCA 维护。
OCA 或 Odoo 社区协会是一个非营利组织,其使命是支持 Odoo 功能的协作开发并促进其广泛使用。
该模块是GitHub 上OCA/web项目的一部分。
欢迎您贡献。要了解如何,请访问https://odoo-community.org/page/Contribute。
项目详情
关
odoo14_addon_web_ir_actions_act_window_message -14.0.1.0.1.dev2-py3-none-any.whl 的哈希值
| 算法 | 哈希摘要 | |
|---|---|---|
| SHA256 | 3a77ad05eb55b178778f4e9627910230cc00c762ef7f8940be62dac4b64f4d5d |
|
| MD5 | f4cd67152e28f4fd291f46eb8c3c0a4b |
|
| 布莱克2-256 | b9740eec37839e312ce6260c6ed9001f90119f74bd6f2811c673be4ddaf98249 |