server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

[18.0][ADD] server_action_input_box: Adds a server action wizard input utility

Open jesanmor opened this issue 7 months ago • 1 comments

This module adds a feature that extends server actions by displaying an input dialog before execution.

It allows passing parameters to the action context, such as:

  • Text (char)
  • Integer
  • Float
  • Boolean (checkbox)

This can be useful for dynamically filtering or modifying the behavior of the server action based on user input.

The module is named server_action_input_box and is compatible with Odoo version 18.0.

jesanmor avatar May 21 '25 18:05 jesanmor

Hi @gdgellatly,

Thank you for all the suggestions you made — they really helped me improve the quality of the code. Have you had a chance to review it again? If there’s anything else that needs to be adjusted, I’m happy to work on it. Or, if everything looks good to you, would you consider approving the pull request?

Thanks again for your time and guidance — it’s been very helpful, especially as this is my first contribution to the OCA. 😊

Best regards, Jesús (jesanmor)

jesanmor avatar Jul 07 '25 14:07 jesanmor