I am using Odoo 18 enterprise on my local machine, downloaded the source code of the plugins.
When I am using the appointment module on my local machine and I add a booking fee, the flow goes Appointment->Pay booking fee->Invoice
But when I am using my online environment on odoo.sh running on odoo 18 enterprise the flow goes Appointment->Pay booking fee->Cart->Sale order
Anyone have an idea why there is this difference? Can't find any options that would make it this way. Basically I always want to go through the Cart and Sale order but can't figure this out on my local environment.