odoo/tutorials#1078

Created by Vignesh Krishnasamy (vikri)

Blocked

label
odoo-dev:19.0-fix-onboarding-vikri
head
ad8f8af5b52e27b7c8a36088fb154d3e676b888b
odoo/tutorials
19.0 #1078 missing statuses missing r+
master

19.0 Estate tutorial (VIKRI)

Here I have created new add-on for on-boarding tutorial project

what I have done?
1. Chapter 1: create new add-on for real estate project
2. Chapter 2: Make your application available in apps
3. Chapter 3: Created first model for real estate properties
4. Chapter 4: Added the access rights and basic demo data for properties
5. Chapter 5: Added Views to see something in action
6. Chapter 6: Understand how list and form works and create views for properties
7. Chapter 7: Create one2Many, many2many and many2one relations for properties with Types, tags and offers
8. Chapter 8: Create methods for onChange and compute to auto set fields
9. Chapter 9: Added actions for buttons to directly update the model values