-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[ADD] estate: Create the Estate Module #1047
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
a96a6a6 to
14bb3b7
Compare
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.
Hello @shsak-odoo
You did a good job 👏
I have added some suggestions. And can you please improve your commit message, and pr message, and title regarding these guidelines - https://www.odoo.com/documentation/19.0/contributing/development/git_guidelines.html
Thanks
Created basic module structure Chapter 2
Adds the main estate property model and includes a broad set of fields to better describe each property. Chapter 3
…rity rules Provided the base user group with all the permission for the Estate.property model. Chapter 4
Added menus to show the application on the odoo root menu Action to open the view List and form view to Create, Edit, and Show Estate Property Chapter 5
Allows users to search across multiple fields Enables filtered results and grouping by various parameters Chapter 6
Added relational fields Chapter 7
Added compute logic for offer validity and deadline_date Implemented onchange methods to set default garden area values Chapter 8
14bb3b7 to
859c071
Compare
|
I have applied the changes based on the review and suggestions. |
In estate.property model added the action button 1. to cancel the property advertisement 2. to mark the property sold In estate.offer model added the action button 1. to accept the offer for the particular property 2. to refuse the offer for the particular property 3. set buyer and selling price, when any offer is accepted Chapter 9
fd6e46f to
d46ed71
Compare
Added a constraint on the expected price and the selling price so that they can't be negative Applied a constraint on the offer's price so that it can't be negative Added a unique name check for tags and types model Chapter 10
22244b9 to
3caeedd
Compare
bit-odoo
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.
Hello, Good Work!
I have made some suggestions.
Can you please update PR title?
will be able to edit the property tags and offer from inline without opening the form view Adds the decoration to properties, offers Adds a status bar for the property state Adds a stat button to the property types to view all the offer related to that property type
26de5f7 to
d7f849d
Compare

Real Estate Module: