odoo/tutorials#1108

Created by Radhey Detroja (radet)

Blocked

label
odoo-dev:19.0-tutorials-radet
head
2ff80f3c9da2a2f0c0f19326f18a4b2a7e8bc8d4
odoo/tutorials
19.0 #1108 missing r+
master

[ADD] estate: implement core estate management features

  • Introduced models for properties, property types, tags, and offers
  • Purpose is to provide a structured way to manage real estate data in Odoo
  • Added menus and actions to ensure a clean and user-friendly interface
  • Implemented validations to enforce positive expected and selling prices
  • Business rule errors are handled gracefully using UserError and ValidationError