Skip to content

19.0 imp estate auction prsan#1349

Draft
prsan-odoo wants to merge 2 commits into
odoo:19.0from
odoo-dev:19.0-imp-estate-auction-prsan
Draft

19.0 imp estate auction prsan#1349
prsan-odoo wants to merge 2 commits into
odoo:19.0from
odoo-dev:19.0-imp-estate-auction-prsan

Conversation

@prsan-odoo

Copy link
Copy Markdown

Estate Auction Flow

  1. A property can be listed either as Regular Sale or Auction Sale.
  2. When Auction Sale is selected, the agent can start the auction using the Start Auction button.
  3. During the auction, buyers can place bids on the property.
  4. The system ensures that bids are valid and keeps track of the highest bid and highest bidder.
  5. Manual Accept and Refuse offer actions are disabled in auction mode to avoid interference with the auction process.
  6. Auction details such as auction status, highest bid, highest bidder, and end time are visible on the property form.
  7. Once the auction ends, the highest bidder is considered the winner.
  8. The property status is updated accordingly, and email notifications are sent to the winning bidder and other participants.
  9. The existing regular sale workflow remains unchanged and continues to work as before

- Add auction sale mode for properties
- Add auction state selection widget
- Add Start Auction action and state transitions
- Add auction details section to property form
- Hide manual offer actions for auction properties
- Validate auction offers against expected price
@robodoo

robodoo commented Jun 24, 2026

Copy link
Copy Markdown

Pull request status dashboard

@prsan-odoo prsan-odoo force-pushed the 19.0-imp-estate-auction-prsan branch 2 times, most recently from 3813bb8 to b53ef77 Compare June 24, 2026 10:44
@prsan-odoo prsan-odoo requested a review from bit-odoo June 24, 2026 10:44
@prsan-odoo prsan-odoo force-pushed the 19.0-imp-estate-auction-prsan branch 3 times, most recently from 99c8ed1 to 6780ea0 Compare June 25, 2026 07:16
- Add auction sale mode for properties
- Add auction state selection widget
- Add Start Auction action and state transitions
- Add auction details section to property form
- Hide manual offer actions for auction properties
- Validate auction offers against expected price
@prsan-odoo prsan-odoo force-pushed the 19.0-imp-estate-auction-prsan branch from 6780ea0 to 8a32b95 Compare June 25, 2026 13:32
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