odoo/tutorials#1231
Created by Karan Patel (kapat)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 5s)
- ci/tutorial: (runtime 127s)
- label
- odoo-dev:19.0-estate-auction-kapat
- head
- 2d066c6cf72ea0a49d90990166873712343d9c2c
| odoo/tutorials | |
|---|---|
| 19.0 | #1231 missing r+ |
| master |
[ADD] estate_auction: estate auction module for auctioning properties.
This new modules acts as an extension for the estate module which lets
properties being auctioned along with existing flow.
Provides the choice in the form of radio buttons to setup properties auction
or not, while in auction it is required to add an auction ending time which
should be in future, if a property is in auction state than it is not possible
to manually add offers, existing offers if any persists, new auction bids are
visible on the website where users can bid, while an auction is running no
offers or bids can be accepted or refused, there is also a cron job which runs
every 5 minutes to process the expired auctions and send mails to whoever wins
the auctions and whose bids are refused, if there are no bids after the
auction ends than the state returns to template state and can be restarted by
changing the auction ending date, after wining of auction the property is sold
and invoice for that particular property is generated and can be accessed
using the Invoices stat button, added tests to check logic.
Task 6088052 Automated Real Estate Auction of [PSIN] INTERNSHIP ONBOARDING.