Hi, I'm new to this part (changing Odoo) of Odoo
I would like to add 2 statuses to the repair app.
Default there are 5: New, Confirmed, In Progress, Ready, Cancelled. I would like to add Waiting Parts, Waiting Confirmation and Ready for pickup.
How can I do this?
Thanks!
Is this also possible in Odoo online?
Not directly possible in standard Odoo Online. Adding repair statuses requires custom module development (inheriting repair.order model and extending the state field).
Standard Odoo Online doesn't support custom code without Odoo.sh subscription.