odoo/tutorials#1148

Created by Ayush Chavda (aycha)

Blocked

label
odoo-dev:19.0-Tutorials-aycha
head
48de38547bacba6ac89745871d9fd163c0eb9df1
odoo/tutorials
19.0 #1148 missing r+
master

[IMP] estate: added real estate property model and access rights

Initialized the estate module by creating the init.py and manifest.py files.

Added a models directory and implemented the database table logic in estate_property.py.

Defined access rights in ir.model.access.csv, granting users read, write, create, and delete permissions.

Adjusted linting and code structure to improve readability and maintainability.