Skip to content

[ADD] estate: started the server framework,completed the coding guidelines, setup guide, and chapter 1#1265

Draft
abkus-odoo wants to merge 5 commits into
odoo:19.0from
odoo-dev:19.0-tutorial-abkus
Draft

[ADD] estate: started the server framework,completed the coding guidelines, setup guide, and chapter 1#1265
abkus-odoo wants to merge 5 commits into
odoo:19.0from
odoo-dev:19.0-tutorial-abkus

Conversation

@abkus-odoo
Copy link
Copy Markdown

No description provided.

@robodoo
Copy link
Copy Markdown

robodoo commented May 8, 2026

Pull request status dashboard

- Created estate.property model
- Added all required basic fields
- Configured required field attributes
- Verified PostgreSQL schema updates using Odoo ORM
 - Created ir.model.access.csv for estate.property model
- Added read, write, create and delete permissions
- Learned how Odoo security works using access rights
- Added security file in __manifest__.py
- Fixed access warning for estate.property model
Copy link
Copy Markdown

@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 @abkus-odoo
Good Work!
Can you please add the PR Description?
Also followe this commit message documentation - https://www.odoo.com/documentation/19.0/contributing/development/git_guidelines.html

Thanks

Comment thread myenv/bin/activate Outdated
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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

ok sir i will correct it

Comment thread myenv/bin/activate.csh Outdated
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.

Comment thread myenv/bin/activate.fish Outdated
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.

Comment thread myenv/bin/Activate.ps1 Outdated
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.

Comment thread myenv/bin/ipdb3 Outdated
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.

Comment thread myenv/bin/pygmentize Outdated
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.

Comment thread estate/models/__init__.py Outdated
@@ -0,0 +1 @@
from . import estate_property 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.

Should be one empty line at the end of the file,

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

ok sir, i will take care of it

Comment thread estate/models/estate_property.py Outdated

name = fields.Char(required=True)
description = fields.Text()

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.

Comment thread estate/models/estate_property.py Outdated

postcode = fields.Char()
date_availability = fields.Date()

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.

Comment thread estate/models/estate_property.py Outdated
('south', 'South'),
('east', 'East'),
('west', 'West'),
]) 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.

Should be one empty line at the end of the file.

@abkus-odoo abkus-odoo changed the title Completed the coding guidelines documentaion,setup guide and chapter 1 of server framework [ADD] estate: started the server framework,completed the coding guidelines, setup guide, and chapter 1 May 15, 2026
- Added estate_property_views.xml with basic act_window action
- Connected estate.property model with UI through action
- Understood how menu > action >view >model flow works in Odoo
- Created views folder and add the estate_property_views.xml file
- After adding this file Odoo loads it successfully during module update
- Action gets created in the database but nothing shows in UI bcz menu is not added
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