Draft
Conversation
keman-odoo
commented
Mar 11, 2026
- chapter :2 task
- initiated manifest.py
- chapter :2 task - initiated manifest.py
- added the required white spaces and new line
2019566 to
29b047f
Compare
- Create estate.property model. - Add basic property fields. - Add garden orientation selection.
- Fixed minor errors in estate.property model - Corrected small issues from previous commit
- Created security/ir.model.access.csv - Added the access file to __manifest__.py
- - Ensured estate.property model is properly defined
- Added tree and form views for estate.property - Chapter - 5 - Added menu items for estate module - Completed First UI tutorial exercise
bit-odoo
reviewed
Mar 16, 2026
bit-odoo
left a comment
There was a problem hiding this comment.
Hello @keman-odoo
Great Start!
No need to do a separate commit for this. a2c3ce4, ea70a78, 29b047f, 2dfefb7
Can you please follow commit message guidelines?
https://www.odoo.com/documentation/19.0/contributing/development/git_guidelines.html
Thanks
Comment on lines
+1
to
+2
| from odoo import models, fields | ||
| from dateutil.relativedelta import relativedelta |
There was a problem hiding this comment.
Can you please follow the coding import guidelines?
https://www.odoo.com/documentation/19.0/contributing/development/coding_guidelines.html#imports
| <menuitem id="estate_advertisements_menu" | ||
| name="Advertisements" | ||
| parent="estate_menu_root"/> | ||
|
|
| <odoo> | ||
|
|
||
| <menuitem id="estate_menu_root" name="Real Estate"/> | ||
|
|
| 'category': "Tutorials", | ||
| 'depends': ['base'], | ||
| 'summary': "manage properties, track buyers offers and handle property sales efficiently", | ||
| 'sequence': "3", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
