-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[ADD] estate: Tutorial chapters #194
base: 18.0
Are you sure you want to change the base?
Conversation
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 work 👍🏾, just a few remarks:
- There are some inconsistencies in the use of double and single quotes. We tend to use single quotes for technical strings and double quotes for user-facing strings.
- Remember to leave an empty line at the end of files. While it seems trivial, it ensures compatibility with many tools and version control systems. This remark goes for all the files here.
- For
<field>
in views, the "string" attribute is optional if you want to use the same label defined in the field. The framework will automatically use the field's label, so you can omit the "string" attribute to reduce redundancy. However, you can specify the "string" attribute if you need to override the default label with a different value.
@nape-odoo I didn't know about this PR and had to retrieve its information, you may have to re-approve it as I didn't see previous commands. |
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 work 👌🏾. Again, just a few more remarks in addition to what we talked about (.vscode
, README.md
and runserver.sh
).
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.
God job, just a few more remarks.
9aa858b
to
814a36c
Compare
a2bb0c2
to
eb327f1
Compare
No description provided.