Skip to content

19.0 tutorials prway#1358

Draft
prway-odoo wants to merge 11 commits into
odoo:19.0from
odoo-dev:19.0-tutorials-prway
Draft

19.0 tutorials prway#1358
prway-odoo wants to merge 11 commits into
odoo:19.0from
odoo-dev:19.0-tutorials-prway

Conversation

@prway-odoo

Copy link
Copy Markdown

No description provided.

@robodoo

robodoo commented Jul 3, 2026

Copy link
Copy Markdown

Pull request status dashboard

@prway-odoo
prway-odoo force-pushed the 19.0-tutorials-prway branch from cc47e43 to b24eefb Compare July 20, 2026 10:59

@bit-odoo bit-odoo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @prway-odoo
Good Start!

Can you please improve all your commit titles and add the commit message as well?
Also, improve the PR title and description.

And you have left many unneccary empty lines.

Thanks

Comment thread .vscode/settings.json

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unneccary file diff.

Comment on lines +1 to +2
from datetime import timedelta
from odoo import models, fields

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please followe the import coding guidelines.

Comment thread estate/security/ir.model.access.csv Outdated
@@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_estate_property,access_estate_property,model_estate_property,base.group_user,1,1,1,1
,,,,,,, No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unneccary diff and should be one empty line at the end of the file.

Comment thread estate/views/estate_property_views.xml Outdated
Comment on lines +69 to +72
<filter
name="available"
string="Available"
domain="['|',('state','=','new'),('state','=','offer_received')]"/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation issues.

Comment thread estate/views/estate_property_views.xml Outdated
Comment on lines +75 to +78
<filter
name="group_by_postcode"
string="Postcode"
context="{'group_by':'postcode'}"/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation issue.

readonly=True,
copy=False,
)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unneccary space.

)

bedrooms = fields.Integer(default=2)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unneccary space.

garage = fields.Boolean()
garden = fields.Boolean()
garden_area = fields.Integer()

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unneccary space.

<field name="expected_price"/>
<field name="selling_price"/>
</group>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unneccary space.

<field name="state"/>
</group>
</group>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unneccary space.

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