Skip to content

Conversation

@HazemWaheed2050
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Jan 19, 2026

Pull request status dashboard

This module provides managing real estate advertisements.

It introduces the \`estate.property\` model with fields for:
- Property descriptions (name, description, postcode, etc.)
- Pricing (expected and selling price)
- Physical characteristics (bedrooms, living area, facades)
- Garden information (area and orientation)
Copy link

@plha-odoo plha-odoo left a comment

Choose a reason for hiding this comment

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

Good job for these first chapters and for using the proper git title convention !
a few small comments :

  • We try to always leave an empty line at the end of every file.
    If you are using vscode there is an option to automatically do it which is called Insert Final Newline.
  • the convention is to have two blank lines before a class definition

adds the initial UI for the estate module:
- Add action and menus in XML files.
- Add new fields and modify the existing fields.
- Update manifest to include the new XML files.
Adds multiple ui views (list, form, search)
1) adding missing EOLs
2) updating fields in estate.property model
Copy link

@plha-odoo plha-odoo left a comment

Choose a reason for hiding this comment

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

great job on the code, the commit titles and most of the styling.
A few comments :

  • on your last commit title, the convention is to always write the name of the module in lower case.
  • a few styling mistake written in the Style runbot

@HazemWaheed2050 HazemWaheed2050 force-pushed the 19.0-technical-training-ibrha branch from dcdf605 to d05cf91 Compare January 22, 2026 16:21
- Define 'estate.property.offer' and 'estate.property.tag' and 'estate.property.type' models.
- Add One2many relationship for offers and Many2many for tags, types on properties.
- Update property views with a notebook containing 'Offers' and 'Other Info' tabs.
- Add 'salesman' and 'buyer' fields to properties other info's section.
@HazemWaheed2050 HazemWaheed2050 force-pushed the 19.0-technical-training-ibrha branch from d05cf91 to be45f5d Compare January 22, 2026 16:22
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