I'm on Odoo V15 Enterprise
I am wondering if there is a way to create a custom action (from the front end Settings>Actions) to run multiple odoo actions. For example
In the sales order form view I have a confirm button that runs the (action_confirm). This button confirms the sales order.
I also have a print button that prints the sales order
I would like to create a new action that Confirm and Print the sales order. I would then assign this new action to a button on the sales order form to save several hundred clicks a day.
I am open to alternative solutions to achieve the same results
Dear
You can use automated Actions through Settings - Technical - Automated Actions
Select Action model on Sales Order - Action to do - trigger - Apply on
That will automate serval action and will save your time perfectly
@samir thanks for the answer, under that I am assuming I have to select "Execute Python code" or "Execute Several Actions" I can't figure out how to Execute the action to print sales order