odoo/tutorials#1349

Created by Pranjali Sangavekar (prsan)

Blocked

label
odoo-dev:19.0-imp-estate-auction-prsan
head
8a32b95c56cf00e9b6b999e3c4f7b9550e8676fe
odoo/tutorials
19.0 #1349 missing statuses missing r+
master

19.0 imp estate auction prsan

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