Skip to content

Conversation

@ibmah-odoo
Copy link

closes #1062. This one is based on master instead of v19.0

@robodoo
Copy link

robodoo commented Dec 15, 2025

Pull request status dashboard

@ibmah-odoo ibmah-odoo changed the base branch from 19.0 to master December 15, 2025 14:54
@amah-odoo amah-odoo self-requested a review December 15, 2025 15:11
Copy link

@amah-odoo amah-odoo left a comment

Choose a reason for hiding this comment

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

Let's go with the first review 🎉

'name': "estate",
'version': '1.0',
'depends': ['base'],
'author': "ibrahim (ibmah)",

Choose a reason for hiding this comment

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

The author is always 'Odoo S.A.' for the RD because to develop for odoo it is not out own apps 🤔

('east', 'East'),
('west', 'West')],
help = 'Indicates the direction the garden is facing with respect to the house')

Choose a reason for hiding this comment

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

we tend to leave only 1 line at the end of the file

Comment on lines 18 to 22
garden_orientation = fields.Selection(
selection=[('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.

A personal pref but want to show another way to structure this

Suggested change
garden_orientation = fields.Selection(
selection=[('north', 'North'),
('south', 'South'),
('east', 'East'),
('west', 'West')],
garden_orientation = fields.Selection([
('north', 'North'),
('south', 'South'),
('east', 'East'),
('west', 'West')
], help = "put it here")

@ibmah-odoo ibmah-odoo force-pushed the master-real-estate-ibmah branch from 19f4418 to 078c9bb Compare December 16, 2025 12:31
Copy link

@amah-odoo amah-odoo left a comment

Choose a reason for hiding this comment

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

This is mainly about the commit msg let's try working to have the chapter number in the commit header (commit first line) and I want you to add some description for each commit body with what is done in this chapter

.gitignore Outdated

# Pyre type checker
.pyre/
pyrightconfig.json

Choose a reason for hiding this comment

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

do not add your own .gitignore to the commits

@ibmah-odoo ibmah-odoo force-pushed the master-real-estate-ibmah branch 2 times, most recently from bcec691 to 20f7abf Compare December 16, 2025 15:30
@ibmah-odoo ibmah-odoo force-pushed the master-real-estate-ibmah branch from 20f7abf to 81cede7 Compare December 16, 2025 15:52
Chapter 7

This adds tags to properties, lists offers made (whether refued or
accepted) along with the salesperson and buyer in "Other info" tab
@ibmah-odoo ibmah-odoo force-pushed the master-real-estate-ibmah branch from 81cede7 to a2ae3a1 Compare December 17, 2025 12:41
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