Hi,
I would like to change the sale workflow on Odoo 9. I know it has changed from Odoo 8, and does not use the workflow engine.
To be more precise, a quote is currently sent by mail to customers when they buy something on my ecommerce site. I would like to stop that from happening. Actually, I would like to have the actual sale order sent when it has been confirmed.
For the later (sending the confirmed sale order by email), I use Server Actions combined with Automated Actions from the base_action_rule module. If you think there is a better way, please share.
For the former, I would love to have some clues.