v 16.0 Third Party 71
Download for v 16.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 57
Technical Name ssq_popup_message
LicenseAGPL-3
Websitehttps://www.sanesquare.com/
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 57
Technical Name ssq_popup_message
LicenseAGPL-3
Websitehttps://www.sanesquare.com/

Popup Message

This module can be used to create custom popup messages.





Put the below code where you want to generate a popup message.

view_id = self.env.ref('ssq_popup_message.popup_message_form').id

message = "Popup Message"

return {

'name' : "Success",

'type' : "ir.actions.act_window",

'view_type' : "form",

'view_mode' : "form",

'res_model' : "popup.wizard",

'target' : "new",

'view_id' : view_id,

'context' : {'default_name' : message}

}









Have a specific requirement in mind? Just ping us on:


Email: odoo@sanesquare.com



Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.