Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] estate: new module created #193

Open
wants to merge 17 commits into
base: 18.0
Choose a base branch
from

Conversation

stva-odoo
Copy link

  • New model 'property' created
  • Security: give read, write, create and unlink permissions to the group base.group_user.
  • Basic list, form views added

- New model 'property' created
- Security: give read, write, create and unlink permissions to the group base.group_user.
- Basic list, form views added
We want the following information for a property:
- the customer who bought the property
- the real estate agent who sold the property
- the property type: house, apartment, penthouse, castle…
- a list of tags characterizing the property: cozy, renovated…
- a list of the offers received
Copy link

@ushyme ushyme left a comment

Choose a reason for hiding this comment

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

Excellent work overall 👍🏾. Just a few small remarks.

estate/__init__.py Outdated Show resolved Hide resolved
estate/models/__init__.py Outdated Show resolved Hide resolved
estate/security/ir.model.access.csv Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/__manifest__.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property.py Outdated Show resolved Hide resolved
estate/views/estate_property_views.xml Outdated Show resolved Hide resolved
@stva-odoo
Copy link
Author

@ushyme Thanks! The improvements have been pushed.

@robodoo
Copy link

robodoo commented Nov 20, 2024

Pull request status dashboard

@robodoo
Copy link

robodoo commented Nov 20, 2024

@stva-odoo I didn't know about this PR and had to retrieve its information, you may have to re-approve it as I didn't see previous commands.

Copy link

@ushyme ushyme left a comment

Choose a reason for hiding this comment

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

small nitpicks 👍🏾

estate/models/inherited_user.py Outdated Show resolved Hide resolved
estate_account/models/estate_property.py Outdated Show resolved Hide resolved
estate/models/estate_property_offer.py Outdated Show resolved Hide resolved
estate/models/estate_property_offer.py Outdated Show resolved Hide resolved
estate/models/estate_property_offer.py Outdated Show resolved Hide resolved
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