odoo/tutorials#840

Created by Kshitij Oza (ksoz)

Blocked

label
odoo-dev:18.0-training-ksoz
head
5c4a49cf6931a91bf69f6df4b7b9638521f86b8c
odoo/tutorials
18.0 #840 missing r+
master

[ADD] estate_property: added real estate module

This pull request contains the completed Real Estate module from the Odoo
developer tutorial. It features comprehensive data models for properties, types,
tags, and offers, all linked with relational fields (Many2one, One2many,
Many2many). Business logic is handled through computed fields, ORM overrides
(create, ondelete), and constraints. The user interface includes Form, List,
Kanban, and Search views with dynamic buttons and a link to the Accounting
module for invoicing.