3
0
Fork 0

wrap line breaks of the action message

10.0
Zakaria Makrelouf 2017-05-16 09:37:43 +01:00 committed by Jairo Llopis
parent a031b5f8fb
commit 4f69643db2
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ odoo.define('web.web_ir_actions_act_window_message', function(require)
$content: $('<div>', $content: $('<div>',
{ {
text: action.message, text: action.message,
css: {
'white-space': 'pre-line',
}
} }
), ),
buttons: buttons.concat( buttons: buttons.concat(