-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[ADD] estate: create new module, add models, views, security #1016
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
base: 19.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, Good Work!
I have left some comments.
When you push your new code, please do not merge it with the previous commit.
And make sure that your runbot is always green.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, Good work!
I have left some remarks.
As I mentioned in my last comment, make sure that your runbot is always green.
|
Hello! Please update your PR title and message. |
create new module estate and create model for new module and add security
Create module Real Estate add menu list set column default, read-only
In estate module add basic views list view and form view Also add filter for new or offer received stage
In estate module add basic views list view and form view Also add filter for new or offer received stage improve syntax in estate_property model
Add new menu item property type and tags Add buyer and salesperson fields Add offer section
compute field like total area best offer add validate and deadline fields with computation add object type action on sold and cancel button and buyer field add accept and refuse button in offer form
add SQL and Python both type constraints in database
86d4d16 to
12b8775
Compare
add status bar in property set order in model add handle list view of property type add tag color
Implemented stat button on property type default filter in property page decorations in property offer and property make editable list view for property tag
restrict user to delete property which is not in new or sold state add property id field in user model using inheritance

Create module Real Estate
Create model for estate property, property tag, property offer, property type
Give base user all permission
Create views for estate property, property tag, property offer, property type (list, search, form view)
Add dependency between columns
Add Constraint
Add The Sprinkles