-
Notifications
You must be signed in to change notification settings - Fork 2.7k
ngtpn - Technical Training #1024
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
fab7cec to
be28ed8
Compare
88cf064 to
b57ec0f
Compare
b57ec0f to
263a6fb
Compare
263a6fb to
812c7c1
Compare
clbr-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.
Nice to see that you know of to rewrite your git history & force-push.
I advice to use the --force-with-lease option if you haven't, as a general security.
Very good job so far 👍
Props for the clean indentation of the Python file 🥳
645e23b to
5051e18
Compare
4b1005a to
9deb164
Compare
b081baf to
e23811d
Compare
- Inline views - Statusbar - Sort order - Field options - Readonly
6bcfded to
bbd5cbe
Compare
- Color picker - Editable list view - Decorators - Fix no create/edit - Add offer link - Add domain
bbd5cbe to
dae9bd4
Compare
60bfa6c to
47485cd
Compare
47485cd to
30a5051
Compare
yoba-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.
Nice work 👏
Left some non-blocking comments
| <group> | ||
| <field name="property_id"/> | ||
| </group> | ||
| <group> | ||
| <field name="partner_id"/> | ||
| </group> | ||
| <group> | ||
| <field name="price"/> | ||
| </group> | ||
| <group> | ||
| <field name="status"/> | ||
| </group> | ||
| <group> | ||
| <field name="validity" string="Validity (days)"/> | ||
| </group> | ||
| <group> | ||
| <field name="date_deadline" string="Deadline"/> | ||
| </group> |
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.
You don't have to put each field alone in a group. Am I missing something?
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.
Seems like we don't. This is the code block we used as example in Chapter 6, using group for each fields.
I tried having the fields in 1 group and everything works fine.
- Model description - Error messages - Views group - Default data type - Simplify conditional check
88d0079 to
02624c7
Compare

No description provided.