An end-to-end Odoo solution for laundry businesses to automate order tracking, washing workflows, and customer management
Your customer needs to manage the washing work and process associated with laundry order line
res.users assigned to this washing task.Your customer needs to view all the created washing work as a list
After implementing the washing work model you need to set up the access rights
The laundry order process should follow a structured workflow that includes multiple stages, beginning with the confirmation of the order
confirm_order method: sale.order model. The fields populated include:
laundry_order_line_ids and for each line create a new record in the sale order line with the following info:
laundry_order_line_ids:
washing.work model. The fields populated include.The system should enable users to initiate their assigned washing tasks seamlessly.
start_wash method: The system should accurately track and manage the completion status of washing tasks.
start_wash method: User should be allowed to cancel laundry orders that have not yet progressed beyond the draft stage
cancel_order method: