Skip to content

Conversation

@dhgoy-odoo
Copy link

create estate_property model and add the columns

@robodoo
Copy link

robodoo commented Feb 5, 2026

Pull request status dashboard

Created list, form, and search view, for the estate.property model.

Chapter 6: Basic Views
- Created estate.property.type model.
- Added views, action, and menu for property types.
- Linked property type to estate.property model and views.

Chapter:7 Relations Between Models
Copy link

@mash-odoo mash-odoo left a comment

Choose a reason for hiding this comment

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

Hello,
Good work on the task!
Here are some comments, mostly linter as of now!
Also, please update your PR description.

action="estate_property_type_action" />

</menuitem>
</odoo> No newline at end of file

Choose a reason for hiding this comment

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

Always add an extra line at the end of the file

Comment on lines 25 to 28
("north", "North"),
("south", "South"),
("east", "East"),
("west", "West"),

Choose a reason for hiding this comment

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

Suggested change
("north", "North"),
("south", "South"),
("east", "East"),
("west", "West"),
('north', "North"),
('south', "South"),
('east', "East"),
('west', "West"),

Try keeping the key in lowercase

- Added buyer and salesperson relations to estate.property.
- Created estate.property.tag model and menus.
- Updated form and list views accordingly.

Chapter: 7-Relations Between Models
- Updated estate menu IDs for consistency.
- Adjusted related action and parent references.
- No behavior changes.
- Added estate.property.offer model.
- Implemented price, status, partner and property relations.
- Created list view.
- Linked offers to properties via One2many.
- Minor improvements and adjustments.

Chapter: 7-Relations Between Models
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