Conversation
Created module, with manifest and 1 model (estate_property) Server Framework 101 (Chapter 1-3)
…essible Added access rights file (ir.model.access.csv), estate property model now accessible Server Framework 101 (Chapter 4)
Cleaned code due to C3PO commit checks Commit 11d2b68
Added menus and view functionality for estate property model, and configured model with restrictions for better expirience of using it. (Finished Chapter 5) Server Framework 101 (Chapter 5)
Created new form-view for estate model, also changed list view for better displaying of data. Added new search options and few predefined filter/group-by options Chapter 6: Basic Views
leclerc-leo
reviewed
Sep 17, 2026
leclerc-leo
left a comment
There was a problem hiding this comment.
👋 Good Work, you can check ci/style too.
If you need to setup a linter you can use ruff (there's an extension in vscode/pycharm) and use the odoo.toml present in odoo/community.
Added new models (tag, type and offer for estate), and established relations between those models. Also some minor fixes due to PR commits and ci/style Server framework 101 - Chapter 7
Cleaned code - trying to make runbot green. Used ruff PR odoo#1430
aboo-odoo
self-requested a review
September 17, 2026 12:49
|
Hey 👋 I'll be managing your review now to spread the load among the 4 of us 😄 |
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.

Here is code for Finished Chapters 1-7