odoo/tutorials#1296
Created by Sudarshan Maity (sumai)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 6s)
- ci/tutorial: (runtime 82s)
- label
- odoo-dev:19.0-tutorials-estate-auction-module-sumai
- head
- 1e9890d4bb8769d061638433fc267e83327719fd
| odoo/tutorials | |
|---|---|
| 19.0 | #1296 missing statuses missing r+ |
| master |
[ADD] estate_auction: added estate auction bridge module
- Added Auction Selling Mode for estate properties.
- Implemented auction states (Draft, In Progress, Sold, Ended).
- Implemented automatic auction closing using cron jobs with highest bid acceptance.
- Added email notifications for accepted and rejected auction bidders.
- Added filters for Regular and Auction properties.
- Added UI restrictions and validations specific to auction workflow (hide accept/refuse buttons, draft restrictions, auction validations).
- Integrated Odoo Sign workflow with Estate Auction module for digital agreement signing after auction completion.
- Added automated sign request generation, signature deadline tracking, and email notifications with direct sign document access.
- Added automated payment verification cron flow to complete property sale only after invoice payment is confirmed.
- Added automated proxy bidding (Auto Bid) system for auction properties.
- Implemented max bid limit and incremental bid logic similar to real auction platforms.
- Added cron-based auto bid processing for active auction properties.
- Restricted auto bid participants to existing property bidders only.
- Added automatic auto-bid stop mechanism when bid limit is reached or exceeded.