Skip to content

Conversation

nape-odoo
Copy link

No description provided.

@nape-odoo nape-odoo changed the title Test commit [nape] Tutorial chapters 1-6 Nov 19, 2024
@nape-odoo nape-odoo changed the title [nape] Tutorial chapters 1-6 [ADD] estate: Tutorial chapters 1-6 Nov 19, 2024
@nape-odoo nape-odoo changed the title [ADD] estate: Tutorial chapters 1-6 [ADD] estate: Tutorial chapters Nov 20, 2024
Copy link

@ushyme ushyme left a 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.

@robodoo
Copy link

robodoo commented Nov 20, 2024

Pull request status dashboard

@robodoo
Copy link

robodoo commented Nov 20, 2024

@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.

Copy link

@ushyme ushyme left a 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).

Copy link

@ushyme ushyme left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants