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: create a real estate app with basic models using Object relational mapping.
Key changes include:
- Defined core model (estate.property)
- Created `__init__.py` and `__manifest__.py`
- Added name and required dependencies of our module in `__manifest__.py`
- Added field declarations for estate.property
This commit lays the foundation for a functional real estate management system in Odoo.
0 commit comments