odoo/tutorials#1349
Created by Pranjali Sangavekar (prsan)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 2s)
- ci/tutorial: (runtime 206s)
- 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
- A property can be listed either as Regular Sale or Auction Sale.
- When Auction Sale is selected, the agent can start the auction using the Start Auction button.
- During the auction, buyers can place bids on the property.
- The system ensures that bids are valid and keeps track of the highest bid and highest bidder.
- Manual Accept and Refuse offer actions are disabled in auction mode to avoid interference with the auction process.
- Auction details such as auction status, highest bid, highest bidder, and end time are visible on the property form.
- Once the auction ends, the highest bidder is considered the winner.
- The property status is updated accordingly, and email notifications are sent to the winning bidder and other participants.
- The existing regular sale workflow remains unchanged and continues to work as before