You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ADD] estate: Chap 1 - 3. Initial module structure and estate.property model
- Created `__manifest__.py` with module metadata.
- Registered model files in `__init__.py`.
- Added `estate.property` model containing core real estate fields:
- name, description, postcode, date_availability
- expected_price, selling_price
- bedrooms, living_area, facades
- garage, garden, garden_area, garden_orientation
This provides the foundational data model for the Real Estate application, built as part of Odoo beginner tutorials.
Note:
- Duplicate field definition for `facades` was removed.
0 commit comments