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

Comment on lines +2 to +3

class Property(models.Model):

Choose a reason for hiding this comment

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

Suggested change
class Property(models.Model):
class Property(models.Model):

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.
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