Skip to content

Conversation

MatteoLeroy
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Oct 20, 2025

Pull request status dashboard

@Mathilde411 Mathilde411 changed the title Add chapter 2 MALER Onboarding Oct 20, 2025
@Mathilde411 Mathilde411 requested a review from alan-odoo October 20, 2025 11:46
Copy link

@alan-odoo alan-odoo left a comment

Choose a reason for hiding this comment

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

Thanks for your work. Except for the missing blank lines, the pep8 is respected and that's good 😃.

@@ -0,0 +1 @@
from . import estate_property No newline at end of file

Choose a reason for hiding this comment

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

A blank line is missing at the end of your file. You have to put it at the end of all of your files 😃.

garden_orientation = fields.Selection(
string='Orientation',
selection=[('north','North'), ('east','East'), ('south','South'), ('west','West')],
) No newline at end of file

Choose a reason for hiding this comment

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

The blank line is also missing.

@@ -0,0 +1,2 @@
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

Choose a reason for hiding this comment

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

The blank line is also missing here too 😃.

@@ -0,0 +1 @@
from . import models No newline at end of file

Choose a reason for hiding this comment

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

Here too

'data': [
'security/ir.model.access.csv',
],
} No newline at end of file

Choose a reason for hiding this comment

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

Here too 😃

@@ -0,0 +1,22 @@
from odoo import models, fields

Choose a reason for hiding this comment

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

A blank line is missing here. You should have two blank lines above a class. It is a python convention coming from the pip8.

@MatteoLeroy MatteoLeroy force-pushed the 19.0-onboarding-maler branch from 147498a to 5108d34 Compare October 21, 2025 07:07
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