Skip to content

Conversation

@haahi-odoo
Copy link

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.

@robodoo
Copy link

robodoo commented Nov 5, 2025

Pull request status dashboard

Copy link

@bit-odoo bit-odoo left a 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

Copy link

@bit-odoo bit-odoo left a 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.

@haahi-odoo haahi-odoo changed the title [ADD] estate: Bootstrap new 'estate' module [ADD] estate: created new module Nov 12, 2025
Copy link

@bit-odoo bit-odoo left a 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
@haahi-odoo haahi-odoo force-pushed the 19.0-tutorial-haahi branch 2 times, most recently from 641aed9 to 055b994 Compare November 17, 2025 11:37
…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.
@haahi-odoo haahi-odoo force-pushed the 19.0-tutorial-haahi branch 3 times, most recently from a402e3a to 0e2371c Compare November 21, 2025 06:40
@bit-odoo
Copy link

Hello @haahi-odoo

Please push with a proper commit message. I have multiple times suggested this.

haahi

-fixed indentation errors
-fixed minor bugs
-code done as per guidelines mentioned in documentation
@bit-odoo
Copy link

@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?

image

-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
@haahi-odoo haahi-odoo marked this pull request as draft November 25, 2025 11:55
-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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants