web_ir_actions_act_window_message
This module enables displaying message popups on the client side as a result of button actions in Odoo.
Key Features
- ir.actions.act_window.message: Displays a message popup with a customizable title and message content.
- ir.actions.act_window.message: Supports HTML formatting for message content when is_html_message is set to true.
- ir.actions.act_window.message: Includes an optional close button with a customizable title or hides it if set to false.
- ir.actions.act_window.message: Allows adding custom buttons that can execute various actions including window actions, reports, or model methods.
- ir.actions.act_window.message: Enables styling custom buttons with CSS classes for visual customization.
- ir.actions.act_window.message: Supports passing arguments and keyword arguments to model methods triggered by buttons.