odoo/tutorials#1349
Created by Pranjali Sangavekar (prsan)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 5s)
- ci/tutorial: (runtime 187s)
- label
- odoo-dev:19.0-imp-estate-auction-prsan
- head
- 5a1e5a2609d151bef753d98892f80a5c0ad4332a
| odoo/tutorials | |
|---|---|
| 19.0 | #1349 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