Skip to content

[ADD] real_estate : add real estate property and create invoice #845

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

Draft
wants to merge 7 commits into
base: 18.0
Choose a base branch
from

Conversation

rodh-odoo
Copy link

firstly create real_estate module and add estate property in property module, add offers in property and also sales person and buyer name .
add business logic to validate offer amount, compute deadline and manage status.
generate invoice when successful sale property and also show in buyer(user) profile

rodh-odoo added 6 commits July 3, 2025 14:18
one model created real estate and display in app. one table created for estate
property in database with dome database .
variable of table like name, description, date etc.
first i add data with csv file in module and after that with xml file code
 i add data that display on frontend in list view and form view both
also disable selling price so anyone cannot change it
…or property

implement Sold and Cancel button in estate property with validation
add offer option in property with accept and refused button
automatic update selling price when buyer accept offer
only one buyer can accept one offer through validation
…or offers

Added stat button on property type to show related offers with domain filtering
Applied decorations on offer and property list views for status indication
Made 'offer' and 'tag' list views editable and added optional availability field
Set default filter for 'Available' properties, improved living area search logic
…ritance

Added logic to create a customer invoice when a property is marked as Sold
Invoice includes 6% commission and ₹100 administrative fees
Display property in user which buy by them
only can delete property if it is in new or cancelled state
 fixed check style and tutorial changes in estate_account and estate_property
@robodoo
Copy link

robodoo commented Jul 9, 2025

Pull request status dashboard

improve code and change file name according to guidelines
rename model name same as the record name
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.

2 participants