-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[ADD] estate: created new module #1020
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
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 Job!
I have left some remarks.
please update your commit message and title. you can refer this documentation :- https://www.odoo.com/documentation/19.0/contributing/development/git_guidelines.html#commit-message-full-description
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!
Another round of review :)
I have made some comments; please have a look at them.
Please update your commit message Bootstrap new 'estate' module and PR title too.
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,
As i suugested you in early comments that your runbot should be green.
I have to write the same comments that i already suggested you in earlier comments.
You have to adapt the changes. I don't need to write it for every line and file.
Initializes the basic structure for the real estate module. - Creates the module scaffolding (manifest, init, and base directories). - Defines the initial 'estate.property' model. - Adds base fields (columns) to the new model.
Initializes the basic structure for the real estate module. - Creates the module scaffolding (manifest, init, and base directories). - Defines the initial 'estate.property' model. - Adds base fields (columns) to the new model.
- Set default values for estate.property model fields. - Apply additional field attributes (e.g., readonly, required). - Register menu items to access the tree and form views.
- added basic, list and form view - also added filter for new or offer received stage
- pincode feild name had spelling mistake in views/estate_property_views.xml
641aed9 to
055b994
Compare
…nctionality -Developed and integrated list, form, and search views for the Real Estate module -Including support for group-by operations.
-Introduced Property Type and Property Tag models. -Added Buyer and Salesperson fields. -Implemented the Property Offer model.
-Added computed fields with inverse functions and onchange methods, -Improved real estate module with sold and cancel buttons to enhance the module functionality.
-Implemented new sql constraint method.
-Implemented new sql constraint method.
…Options. -Implemented inline views and widgets to enhance the user interface within the Real Estate module. -Introduced list-ordering functionality to improve the organization and sorting of listings. -Added attribute and option configurations to increase customization capabilities and overall flexibility for users.
-Introduced a stat button on Property Type to display related offer count. -Restricted property deletion to New or Cancelled states, set status to Offer Received on offer creation, and prevented creation of offers lower than existing ones.
-Added two invoice function during invoice creation for sold properties -One for 6% commission for sales and another for fixed charges of 100. -Added a Kanban view to improve property visualization in the Real Estate module.
a402e3a to
0e2371c
Compare
|
Hello @haahi-odoo Please push with a proper commit message. I have multiple times suggested this.
|
-fixed indentation errors -fixed minor bugs -code done as per guidelines mentioned in documentation
4505400 to
1041da7
Compare
|
@haahi-odoo, multiple times I informed you that make sure your runbot is built green. But I clearly see that you didn't take it seriously. Why do both commits have the same commit message?
|
-Made estate module user-friendly UI -Added counter and card component and display in awesome owl module -Added todo list in awesome_owl
-added a new layout -added some buttons for quick navigation -added a new dashboard item
d9119ca to
c3096f6
Compare
-Added functionality to call the server -Added some statistics -Cached the network calls -Created a new Service
-Added dashboard item which is number card and pie chart card -Added lazy loading functionality for dashboard -Made our dashboard generic -Added functionality to add and remove dashboard items



Initializes the basic structure for the real estate module.