Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] supplier_bid_price : Implemented Supplier Bid Price Update via … #630

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

djsh-odoo
Copy link

@djsh-odoo djsh-odoo commented Mar 18, 2025

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.

…Portal

- Added two new fields: `bid_price` and `bid_quantity`, editable only via the
portal.
- Only portal users can modify them, internal users and admins cannot modify
them.
- Implemented RPC and controllers to handle updates securely from the portal.
- Ensured proper access control and validation for bid updates.
@robodoo
Copy link

robodoo commented Mar 18, 2025

Pull request status dashboard

@djsh-odoo djsh-odoo marked this pull request as ready for review March 18, 2025 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants