Skip to content

[Add] Real Estate property Model - #1402

Draft
losbo-odoo wants to merge 7 commits into
odoo:19.0from
odoo-dev:19.0-losbo
Draft

[Add] Real Estate property Model#1402
losbo-odoo wants to merge 7 commits into
odoo:19.0from
odoo-dev:19.0-losbo

Conversation

@losbo-odoo

Copy link
Copy Markdown

No description provided.

@robodoo

robodoo commented Sep 2, 2026

Copy link
Copy Markdown

Pull request status dashboard

@losbo-odoo losbo-odoo changed the title [IMP] tutorials_implementaion: update tutorials for 19.0-losbo [Add] Real Estate property Model Sep 2, 2026
@Hansil-Chapadiya Hansil-Chapadiya changed the title [Add] Real Estate property Model [Add] Real Estate property Model okay Sep 3, 2026
@Hansil-Chapadiya Hansil-Chapadiya changed the title [Add] Real Estate property Model okay [Add] Real Estate property Model Sep 3, 2026
Differentiating the properties using tags, types along with tracking the offers
received for each property, will streamline property manangement

- introduced new models
  - 'estate.property.tags' : Labeling the properties
  - 'estate.proerty.types' : Categorizes properties
  - 'estate.property.offers' : track the buyer offers, prices and offer statuses

- linked new models to 'estate.proerty.py'
  - Many2many relation to 'estate.property.tags'
  - Many2one relation to 'estate.property.types'
  - One2many realtion to 'estate.property.offers'

- Updated UI views
  - Added estate_property_type_view.xml to manage property types.
  - Updated estate_property.xml to render type, tags and inline offer list tab
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