[MIG] web_ir_actions_act_window_message: Migration to 10. Also added HTML handling

This commit is contained in:
Benjamin Willig
2017-05-23 17:25:01 +02:00
committed by Jasmin Solanki
parent 4ed7715658
commit c8a72e5fcc
3 changed files with 22 additions and 11 deletions

View File

@@ -19,6 +19,8 @@ Depend on this module and return
# 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)
@@ -73,6 +75,7 @@ Contributors
* Holger Brunn <hbrunn@therp.nl>
* Zakaria Makrelouf (ACSONE SA/NV) <z.makrelouf@gmail.com>
* Benjamin Willig (ACSONE SA/NV) <benjamin.willig@acsone.eu>
Maintainer
----------
@@ -85,4 +88,4 @@ This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.
To contribute to this module, please visit http://odoo-community.org.