Skip to content

[SMIPA]: Estate property management - Tutorials - #1405

Draft
smitinit wants to merge 15 commits into
odoo:19.0from
odoo-dev:19.0-tutorials-smipa
Draft

[SMIPA]: Estate property management - Tutorials#1405
smitinit wants to merge 15 commits into
odoo:19.0from
odoo-dev:19.0-tutorials-smipa

Conversation

@smitinit

@smitinit smitinit commented Sep 3, 2026

Copy link
Copy Markdown
  • Add the estate.property model and supporting estate models.
  • Add security and access rules for the estate models.
  • Add custom list, form, search views, and menus for properties.
  • Add list view attributes, search filters, and grouping options.
  • Add Many2one relationships for property types, buyers, and salespersons.
  • Add Many2many relationships for property tags.
  • Add One2many relationships for property offers.
  • Add and update demo data for properties, property types, and property tags.
  • Clean up view naming, actions, and module structure.

@robodoo

robodoo commented Sep 3, 2026

Copy link
Copy Markdown

Pull request status dashboard

@smitinit
smitinit requested a review from mash-odoo September 3, 2026 13:12
now we can filter with property availability using state filter
and can group by postcode.
@smitinit smitinit changed the title [ADD] estate: implement real estate property management views and search [SMIPA]: Estate property management - Tutorials Sep 3, 2026
Add Many2one relationships to estate.property for:
Property Type -> estate.property.type
Buyer -> res.partner
Salesperson -> res.users
Add the corresponding property type model, access rights, menus,
and form view fields to demonstrate Many2one relations in the estate module.
Add Many2many relationships to estate.property for:
Property Tag -> estate.property.Tag
Add the corresponding property type model, access rights, menus,
and form view fields to demonstrate Many2many relations in the estate module.
Add One2many relationships to estate.property for:
offer_ids -> estate.property
partner_id, property_id -> estate.property.offer
Add the corresponding property type model, access rights, menus,
and form view fields to demonstrate One2many relations in the estate module.
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