Estate Management is a custom Odoo module tailored to streamline the management of real estate properties. It provides tools for creating property listings, handling offers, and organizing estate data effectively.
- Manage real estate properties with detailed fields.
- Track and handle property offers with ease.
- User-friendly interface for estate workflows.
- Compatible with Odoo version 16.0.
- Clone the repository:
git clone https://github.com/adhamhe6/odoo-estate-management.git
- Move the module to your Odoo addons directory:
mv odoo-estate-management /path/to/odoo/addons/
- Restart your Odoo server:
./odoo-bin -u estate_management -d your_database_name
- Activate the module in your Odoo app list.
- Navigate to the Estate Management app in Odoo.
- Add and manage your property listings, including details such as location, price, and status.
- Handle property offers and track workflow statuses.
- Odoo 16.0
- Python 3.8+
- PostgreSQL 10+
Contributions are welcome! Feel free to fork the repository and submit pull requests.
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a pull request.
Special thanks to the Odoo community for their continuous support and resources.