odoo/tutorials#630
Created by Dhruvi Jigneshkumar Shah (djsh)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 1s)
- ci/tutorial: (runtime 99s)
- label
- odoo-dev:18.0-final-task-djsh
- head
- 95965c1a30044750db34d5196be99e4f59909883
odoo/tutorials | |
---|---|
18.0 | #630 missing r+ |
master |
[ADD] supplier_bid_price : Implemented Supplier Bid Price Update via …
Supplier Bid Price Update via Portal
Overview:
This PR introduces a feature that allows suppliers to update their bid details (price and quantity) directly through the portal. Internal users and administrators are restricted from modifying these fields, ensuring that only portal users can make changes.
Key Features:
- Added two new fields:
- Bid Price (bid_price)
- Bid Quantity (bid_quantity)
- These fields are only editable via the portal by supplier (portal) users.
- Internal users and administrators cannot modify these fields.
- Implemented RPC-based updates using Odoo controllers for seamless and secure bid submissions.
- Ensured proper access control and validation to maintain data integrity and security.
Impact & Benefits:
- Enables suppliers to manage and update their bids efficiently via the portal.
- Prevents unauthorized modifications by internal users or administrators.
- Provides a structured and secure approach to bid management.