Skip to content

[ADD] estate_property: added real estate module #840

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

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

Conversation

ksoz-odoo
Copy link

@ksoz-odoo ksoz-odoo commented Jul 9, 2025

This pull request contains the completed Real Estate module from the Odoo
developer tutorial. It features comprehensive data models for properties, types,
tags, and offers, all linked with relational fields (Many2one, One2many,
Many2many). Business logic is handled through computed fields, ORM overrides
(create, ondelete), and constraints. The user interface includes Form, List,
Kanban, and Search views with dynamic buttons and a link to the Accounting
module for invoicing.

ksoz-odoo added 7 commits July 3, 2025 11:04
Creation of Estate App and properly understanding the flow of creation of app.
Creating models  folder and adding estate property model with mentioned field
…onality

 -Added security  files for estate_property module
- Implemented search functionality for estate properties
- Developed listing and filtering features for better property management
Added estate property model and tags model.
Made computed fields and inverse fields.
Also Learnt about button action.
…utton

Conditional views added to the garden field
In offer model conditional fields added
Added constraints to the estate_property table and estate_property_tag
Editable list view for the tags and offer
Smart button added in type of estate property to view its related offer
Python Inheritance And View Inheritance
Added new module estate_account connected it with estate module
Added estate_property model in estate_account inherited it and added
invoicing when the estate property is set as sold
Fixed Check style errors
Added trailing spaces and removed whitespaces
Fixed Check style errors
Added trailing spaces and removed whitespaces
@robodoo
Copy link

robodoo commented Jul 9, 2025

Pull request status dashboard

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.

2 participants