odoo/tutorials#644

Created by Ashish Nirmal (asni)

Blocked

label
odoo-dev:18.0-website_vendor-add-asni
head
ec909248ec533ac9ea96b44ae799f62d590ff15f
odoo/tutorials
18.0 #644 missing statuses missing r+
master

[ADD] website_vendor: added portal to view products & create purchase orders

This commit introduces a vendor portal where users can view all purchasable
products and create purchase orders directly from the website. The portal allows
users to select vendors, specify quantities, and submit orders.

Key Features:
- Displays a list of available products for purchase.
- Enables users to create purchase orders from the website.
- Allows vendor selection based on product availability.
- Implements a modal form for order creation with product and vendor details.
- Integrates back-end logic to handle order processing and vendor assignments.