-
Notifications
You must be signed in to change notification settings - Fork 2.9k
zavan - Technical Training #1131
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?
Conversation
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 commit title and message, you can (for the next commits) follow these guidelines https://www.odoo.com/documentation/16.0/contributing/development/git_guidelines.html
Imported the right modules and fixed some typos. The estate_property table now shows up in PostgresSQL :D
Fixed typo for in acces rights file
Made the basic menus, added the Properties action and edited the properties
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 commit titles and the general quality of the code.
just a nitpick:
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.
Created the list, form & search views
Added all the models & the links
To comply with the CI/CD
Compute, inverse & onchange
Fixed a bug where creating a new offer was not possible due to create_date property sometimes being a bool
Accept & Refuse offers + Sell & Cancel properties
Added contraints
|
There is an error in the commit for the chapter 6. The filter's domain is not right. It is fixed in the commit for the chapter 11 |
Added all features except default search
|
The default search now works even though i did not change a thing. I am confusion |
Added the business logic to the CRUD methods. Waiting for help for the rest
Found the bug in Chapter 12
csan-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.
Great work overall! Just a few small suggestions.
Also when looping over records, try to use more descriptive variable names. For example, instead of using "r", consider using "offer" or "property". This makes the code easier to read and understand.
Added kanban view to estate properties
Some, but not all style fixes
Fixed some styling issue and reverted the sql constraints change because it is no longer supported
The features of the 14 execercises of the chapter 1

No description provided.