Skip to content

[ADD] estate: estate module added for real estate businesses#1278

Open
sreedevk wants to merge 1 commit into
odoo:19.0from
odoo-dev:19.0-setting-up-real-estate-module-srkod
Open

[ADD] estate: estate module added for real estate businesses#1278
sreedevk wants to merge 1 commit into
odoo:19.0from
odoo-dev:19.0-setting-up-real-estate-module-srkod

Conversation

@sreedevk
Copy link
Copy Markdown
Member

No description provided.

@robodoo
Copy link
Copy Markdown

robodoo commented May 19, 2026

Pull request status dashboard

@sreedevk sreedevk requested a review from Megaaaaaa May 19, 2026 15:14
@sreedevk sreedevk changed the title added base module srkod - estate addon practice May 19, 2026
@sreedevk sreedevk force-pushed the 19.0-setting-up-real-estate-module-srkod branch 11 times, most recently from 9ee43b2 to edfc7fe Compare May 22, 2026 07:59
Copy link
Copy Markdown

@Megaaaaaa Megaaaaaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello 👋

Here's a first (official) review for you, really nice PR for a first, gj 👍

There's not much and even amongst those there quite a lot of things that repeat themselves so not a whole lot to say 😄

Keep in mind that a review is not the utlimate solution, it's only someone seeing things he would have done differently and offering an alternative. You're always free to answer with an other alternative or even say you disagree and bring your arguments. For stuff that's not just styling or conventions, don't tak the wrong habit of just blindly applying comments, you spent the time developping the thing, everything you've tried doesn't show up in the diff, only the last one. You probably have very interesting things to say to the reviewer about the decisions you made.

What I would suggest you do and continue to do while you're not the most comfortable with odoo's structure is to not apply all the changes at once. For example, changing a technical value inside a Selection field has a lot of impact and if you change everything at once, you might end up with a lot of errors when running the database. Splitting the review in multiple steps and trying to run your db in between those can save you a lot of time in the long run.

Also a quick tip for the methodology when applying reviews changes: What I like to do it put a reaction like a thumbsup on a message once I have made the change locally. Then when everything is marked with something or answered, I push, go through my diff and mark as resolved the things that are now outdated so nothing is left forgotten.

If you have any question, don't hesitate to ask!

Comment thread estate/models/estate_property.py
Comment thread estate/models/estate_property.py Outdated
Comment thread estate/models/estate_property.py Outdated
Comment thread estate/models/estate_property.py Outdated
Comment thread estate/models/estate_property.py Outdated
Comment thread estate/views/estate_property.xml Outdated
Comment thread estate/views/estate_property_type.xml Outdated
Comment thread estate/__manifest__.py Outdated
Comment thread estate/__manifest__.py Outdated
Comment thread estate/__manifest__.py Outdated
@Megaaaaaa
Copy link
Copy Markdown

Also since you've already squashed your work into a single commit, you can spend the extra time to make it compliant to the git guidelines. We'll explain it next week anyway but you've done the hardest part, having a single commit 😄
If you do so, don't forget to update the PR title and message to remain the same as your commit's because those won't update automatically.
(and if you're not sure about the task-123, here it would be task-6229508, 6229508 being the id of your Server 101 task you can find in its url: https://www.odoo.com/odoo/project/26755/tasks/6229508)

@sreedevk sreedevk force-pushed the 19.0-setting-up-real-estate-module-srkod branch 4 times, most recently from aa6683d to a1179cb Compare May 26, 2026 07:12
@sreedevk sreedevk changed the title srkod - estate addon practice [ADD] estate: estate module added for real estate businesses May 26, 2026
@sreedevk sreedevk force-pushed the 19.0-setting-up-real-estate-module-srkod branch 7 times, most recently from 5b86bfa to 26dca1c Compare May 26, 2026 14:14
This PR adds a new odoo module that allows real estate businesses to
create, read, update & delete properties, property types & property tags.

task-6229508
@sreedevk sreedevk force-pushed the 19.0-setting-up-real-estate-module-srkod branch from 26dca1c to 768f3e7 Compare May 27, 2026 07:35
@sreedevk
Copy link
Copy Markdown
Member Author

@Megaaaaaa Thank you for the detailed review! 😄

I finished the backend framework 101 chapter entirely, addressed all your comments and the CI has passed as well.

@sreedevk sreedevk requested a review from Megaaaaaa May 28, 2026 07:18
@Megaaaaaa Megaaaaaa removed their request for review June 2, 2026 08:15
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