-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ADD] estate: create real estate module #1080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 19.0
Are you sure you want to change the base?
Conversation
barracudapps
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feature. Can you please check my comments below? A better PR title and a good PR message would also help understand what you are doing with your commits and why 👍
barracudapps
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, take care of your PR and review its title and message to tell exactly what you do and why.
Here are some comments to apply too
This pull request will add a new real estate module in Odoo that will allow the user to manage their properties and the customers offers.
The key features are the following:
- Property management: allow the user to manage property, its caracteristics (name, description, number of facades, living area, garder area and orientation, ...), expected price, tags and property type.
- Offers management: allow the use to manage the offers made on each property. Each offer is made by a customer, has a validity and expiration date and can be either accepted or refused.
- Automation: the module contains the following automation
- the best price is automatically computed using the highest offer
- the selling price is automatically computed when accepting an offer
- the property state is automatically updated
- an invoice is automatically created when a property is sold. This invoice contains the administration fees as well as a dowm payment for the property (6%).
8ab289c to
23b96c4
Compare

[ADD] estate: create a real estate module for Odoo.
This pull request will add a new real estate module in Odoo that will allow the user to manage their properties and the customers offers.
The key features are the following:
- Property management: allow the user to manage property, its characteristics (name, description, number of facades, living area, garden area and orientation, ...), expected price, tags and property type.
- Offers management: allow the use to manage the offers made on each property. Each offer is made by a customer, has a validity and expiration date and can be either accepted or refused.
- Automation: the module contains the following automation
- the best price is automatically computed using the highest offer
- the selling price is automatically computed when accepting an offer
- the property state is automatically updated
- an invoice is automatically created when a property is sold. This invoice contains the administration fees as well as a down payment for the property (6%).