An end-to-end Odoo solution for laundry businesses to automate order tracking, washing workflows, and customer management
After implementing the work type model you need to set up the access rights
Your customer needs to manage the additional work associated with laundry orders. This will allow users to specify the additional work for each product or dress, along with the associated costs and the assigned user responsible for the work.
res.users
model.Your customer needs to view all the created additional works as a list
After implementing the additional work model you need to set up the access rights
Add new model to represent individual line items within a laundry order. Each line specifies a product (such as a dress) that requires laundry services, along with details about the quantity, type of washing, and any additional services needed
wash.type
model.additional.work
model.Automatically computes the total cost for each line item based on selected services and quantities.
laundry.order.line
model to be computed automatically as the following:After implementing the laundry order line model you need to set up the access rights
Your customer needs to manage the laundry orders.
res.partner
model.res.partner
model.res.partner
model.res.currency
model.Your customer needs to view logs and discuss with other users about laundry order, So that he can collaborate on order-related updates and track changes<
mail.thread
and mail.activity.mixin mixin
classes.After implementing the laundry order model you need to set up the access rights