odoo/tutorials#624
Created by Nisarg Mistry (nmis)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 2s)
- ci/tutorial: (runtime 100s)
- label
- odoo-dev:18.0-custom-vendor-portal-nmis
- head
- 960a0fb92752d6be148ee893366b5acb0844a860
| odoo/tutorials | |
|---|---|
| 18.0 | #624 missing r+ |
| 19.0 | |
| master |
[ADD] custom_vendor_portal: Enhance Vendor Portal with Purchase Order Creation
- Implemented vendor filtering by country, vendor, category, and product name.
- Added pagination support for better navigation of vendor products.
- Displayed product details with vendor pricing in the vendor portal.
- Introduced a Create Purchase button to open a modal for PO creation.
- Modal dynamically loads vendors for the selected product.
- Added a quantity input field for purchase orders.
- Implemented backend logic to create or merge draft purchase orders.
- Enhanced UI with proper sorting, filtering, and responsive design.
- Added JavaScript to handle modal interactions and success messages.