Skip to content
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

Draft
wants to merge 15 commits into
base: 18.0
Choose a base branch
from

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.

estate/models/__init__.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/__manifest__.py Outdated Show resolved Hide resolved
estate/models/estate_property_offer.py Outdated Show resolved Hide resolved
estate/views/ep_tag_views.xml Outdated Show resolved Hide resolved
estate/views/ep_tag_views.xml Outdated Show resolved Hide resolved
estate/views/ep_tag_views.xml Outdated Show resolved Hide resolved
estate/views/estate_menu_views.xml Outdated Show resolved Hide resolved
@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).

estate/__init__.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property_offer.py Outdated Show resolved Hide resolved
estate/models/estate_property_offer.py Outdated Show resolved Hide resolved
estate/views/ep_offer_views.xml Outdated Show resolved Hide resolved
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.

estate/__init__.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/__init__.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/views/res_users_views.xml Outdated Show resolved Hide resolved
estate_account/models/__init__.py Outdated Show resolved Hide resolved
estate_account/models/estate_property.py Outdated Show resolved Hide resolved
estate_account/models/estate_property.py Outdated Show resolved Hide resolved
estate_account/__manifest__.py Outdated Show resolved Hide resolved
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