want to include a button that opens a modal with a Help Text in my Odoo Form view. The idea is to show relevant information about some specific fields in that form, a small button should be placed near a field, and when clicking, the button should open a modal box. Important: I don't need to show an Odoo tooltip, that is rendered when including the help="Some help text" attribute in a field. What I need is to show a Modal view that can be filled with relevant information
https://www.odoo.com/forum/help-1/how-can-i-make-a-popup-warning-message-93419 Refer this forum answer.