I am trying to adapt the website_sale module in Odoo 18.3 to create an internal product supply system. Obviously, the cost of all products is €0, and the process should skip the address form and payment steps.
When the user submits and confirms the request, it should be sent to the warehouse administration.
Does anyone have this already adapted, specifically the controllers/main.py and templates.xml files?
Thank you