-
Notifications
You must be signed in to change notification settings - Fork 2.8k
19.0 tutorials mekav #1095
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?
19.0 tutorials mekav #1095
Conversation
added fist tale in ch-3 and security (permission rule for group) in ch-4 and start ch-5 , in that add views file
complete field, attribute , view in ch-5 and list and form in ch-6
c936ac4 to
6b0b9b8
Compare
mash-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.
Hello @mekav-odoo,
Good work on the PR.
Please have a look at my comments and apply the needed changes.
mash-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.
Hello,
Good Work going..
Here are some suggestions and questions..
estate/models/estate_property.py
Outdated
| ("north", "North"), | ||
| ("south", "South"), | ||
| ("east", "East"), | ||
| ("west", "West"), |
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.
Use lower case for keys
implement statusbar widget, in List order model ordering & manual ordering and in form Attributes and options
4275261 to
9821fb8
Compare
implement statusbar widget, in List order model ordering & manual ordering and in form Attributes and options
add Attributes and options in List , default filter , filter domain in search and stat button
add Attributes and options in List , default filter , filter domain in search and stat button

Module: Estate
Initialized the estate module for Odoo Technical Training. This includes the base model definitions, security access rights, and the initial user interface as outlined in the tutorial steps.