Skip to content

Conversation

@hatiw-odoo
Copy link

created the real estate application

  • added model, actions, views
  • added the security permissions for the model

@robodoo
Copy link

robodoo commented Dec 9, 2025

Pull request status dashboard

Copy link

@bit-odoo bit-odoo left a comment

Choose a reason for hiding this comment

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

Hello @hatiw-odoo

You did a good job 🥳

I have added some suggestions. And can you please improve your commit message, and pr messag,e and title regarding these guidelines - https://www.odoo.com/documentation/19.0/contributing/development/git_guidelines.html

One more point, that no need to do a separate commit for this type of change .827b4a98419c2942d554368e20590ce5d9a63cb1

Thanks

@@ -0,0 +1,17 @@
{
'name': "Real Estate",
'version': '1.0',
Copy link

Choose a reason for hiding this comment

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

Please follow the same quote throughout the files.

@@ -0,0 +1,2 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"estate.access_estate_property","access_estate_property","estate.model_estate_property","base.group_user",1,0,0,0 No newline at end of file
Copy link

Choose a reason for hiding this comment

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

I think you should give all access write to the user.
And there should be one empty line at the end of the file.

name="Configuration"
parent="estate_menu_root"
action="action_estate_configure" />
</odoo> No newline at end of file
Copy link

Choose a reason for hiding this comment

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

There should be one empty line at the end of the file.

</p>
</field>
</record>
</odoo> No newline at end of file
Copy link

Choose a reason for hiding this comment

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

There should be one empty line at the end of the file.

Chapter 2 –
Created the base structure for a new custom Odoo application.
Chapter 3 –
Implemented primary models with essential fields and basic logic.
Chapter 4 –
Added ACLs and basic security rules for controlled data access.
Chapter 5 –
Built initial UI components including menus, views, and actions.
@hatiw-odoo hatiw-odoo force-pushed the 19.0-estate-tutorial-hatiw branch from 827b4a9 to 1fd9b0b Compare December 9, 2025 12:04
@hatiw-odoo
Copy link
Author

Changes updated in the commit message as per the direction

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