odoo/tutorials#503

Created by Parthav Pravinbhai Chodvadiya (ppch)

Blocked

label
odoo-dev:18.0-imp-estate-auction-ppch
head
6e8f70de114b7a8588d889d41e8c04247954bdbd
odoo/tutorials
18.0 #503 missing r+
master

[IMP] automated_auction: Improved estate by adding auction feature

  • Automated auction option added in config settings
  • Inherited estate.property and added some extra fields required for automated
    auction functionality
  • Inherited estate_property_from_view to display all fields of automated auction
    such as start auction button, auction details section
  • Added automated auction functionality such as create offer button,
    property offer form to add offer in selected property
  • Added auction_type filter in module
  • Inherited estate.property.offer and added related field required for automated
    auction functionality and overrided method create
  • Inherited estate_propety_list_view to disable accept/reject functionality
  • Added compute_highest_bidder which depends on offer_ids.price
  • Added timer in property detail template
  • Added auction_state to track auction process
  • Added widget for auction_state
  • Added cron to check whether auction ended or not
  • Added mailing feature, mail will be sent to all participants
  • Added Invoice button which will redirect to invoice related to property

task-4617486