-
Notifications
You must be signed in to change notification settings - Fork 2.9k
training-hoelg #1134
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?
training-hoelg #1134
Conversation
initial structure of the new estate module
adding config file and a script to run before commits to check formatting
Adding definition of estate_property model along with its attributes
Adding author and license to fix GitHub CI/tutorials action
Adding read access right for base.group_user
rename model to use . instead of _ to follow naming convention
allow other access patterns on estate.property to be able to create a property
Adding the form view with basic functionality for estate.property along with menus with the single resource we have so far.
plha-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.
Good job for the quality of the code, for the styling and for using the proper commit message titles convention !
a few comments :
- We try to always leave an empty line at the end of every file.
If you are using vscode there is an option to automatically do it which is called Insert Final Newline. - don't forget to add your ruff.toml and ruff.sh files in a gitignore file so it's not pushed in your remote branch
following convention of having a new at the end of every file
Thanks for the feedback!
|

The R&D training real estate module