Skip to content

[ADRMA] estate: tutorial module implementation and property setup - #1404

Draft
adrma-odoo wants to merge 11 commits into
odoo:19.0from
odoo-dev:19.0-tutorials-adrma
Draft

[ADRMA] estate: tutorial module implementation and property setup#1404
adrma-odoo wants to merge 11 commits into
odoo:19.0from
odoo-dev:19.0-tutorials-adrma

Conversation

@adrma-odoo

Copy link
Copy Markdown

Description

Implementation of the estate tutorial module covering initial module setup, security access, and property models:

  • Initialized estate module along with manifest metadata (author and license).
  • Configured security access rights for the estate.property model.
  • Added initial views and menu structures to create property records.
  • Added custom list views and application icons.
  • Created the estate.property.type model along with initial view configurations.

Target Branch

19.0

@robodoo

robodoo commented Sep 3, 2026

Copy link
Copy Markdown

Pull request status dashboard

@adrma-odoo adrma-odoo changed the title [ADD] estate: tutorial module implementation and property setup [ADRMA] estate: tutorial module implementation and property setup Sep 8, 2026
- Define Many2many relationship with tags in estate.property
- Add form and list views for property tags
- Add security access rules in ir.model.access.csv
- Separate views for each model into dedicated XML files
- Add missing XML files to the __manifest__.py data list
- Improve the estate property form view UI layout
- Create estate.property.offer model with price, status, partner_id, and property_id fields
- Add One2many field offer_ids to estate.property
- Add list and form views for property offers
- Include offers tab in the estate property form view
- Add security access rules for estate.property.offer in ir.model.access.csv
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