web_notify
Send instant notification messages to the user in live.
Key Features
- res.users: Allows sending success notifications to users via notify_success method.
- res.users: Allows sending danger notifications to users via notify_danger method.
- res.users: Allows sending warning notifications to users via notify_warning method.
- res.users: Allows sending info notifications to users via notify_info method.
- res.users: Allows sending default notifications to users via notify_default method.
- res.users: Supports sticky notifications that persist until user interaction.
- res.users: Enables HTML formatting in notification messages.
- res.users: Permits attaching actions to notifications for triggering client-side behaviors.
- web: Renders notifications in the web interface with theme-based colors.
- web: Provides interactive buttons in notifications to execute actions or refresh views.
- demo: Offers test buttons in the user form to demonstrate different notification types.