-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: Implemented real estate module #116
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
After this commit: -read the file structure -created model given in exercise -given the access right
After this commit: -read the file structure -created model given in exercise -given the access right
After this commit: -added lisr view -added form view -added search view
After this commit: -added property tags -added property types -added property offers
After this commit: -improved formatting
After this commit: -added computed fields to estate property model -added computed fields to property offer model
After this commit: -improved formatting
after this commit: -added sold button -added cancel button -added accept and refuse button
after this commit: -improved formatting
after this commit: -added sql constraints -added python constraints
after this commit: -added ordering rules
after this commit: -added search filters -added stat button
After this commit -Added python inheritece
After this commit -completed python inhertence
After this commit -added model inhertence -added view inheritence
After this commit -formatiing
@smee-odoo could you please update PR description. Thanks 😇 |
@smee-odoo Update title also |
smee-odoo
changed the title
[ADD] estate: added real estate module 17.0 training smee
[ADD] estate: Implemented real estate module
Aug 14, 2024
@shag-odoo Requested changes have been done |
After this commit -added estate_property model inherting from estate module -implemented sold button override -implemented invoice createion
smee-odoo
force-pushed
the
17.0-training-smee
branch
from
August 14, 2024 12:08
781588f
to
1dc144c
Compare
After this commit: -added kanban view -implemented conditional elements
After this commit: -implemented transient model -added button to make offers on multiple properties
smee-odoo
force-pushed
the
17.0-training-smee
branch
from
August 27, 2024 12:12
064bd3f
to
9f9e81a
Compare
After this commit: -added master data -added demo data
smee-odoo
force-pushed
the
17.0-training-smee
branch
from
August 29, 2024 11:49
f10b165
to
8435dbf
Compare
After this commit: -added report for offers on all properties -added report for offes in the salesman properties -inherited report in estate_account module to show if invoice has been generated
After this commit: -added groups managers and agents -added record rules for agents -added record rules for managers
smee-odoo
force-pushed
the
17.0-training-smee
branch
2 times, most recently
from
September 2, 2024 10:18
ebee968
to
cb627f1
Compare
After this commit: -added properties tab on home page -added property description display cards
smee-odoo
force-pushed
the
17.0-training-smee
branch
from
September 2, 2024 10:21
cb627f1
to
0e03e08
Compare
After this commit: -added patients -added medical patients -added symptoms -added mdication
After this commit: -added medical and tooth history -added guarantors
smee-odoo
force-pushed
the
17.0-training-smee
branch
5 times, most recently
from
September 9, 2024 06:22
e53eafc
to
d5316f9
Compare
After this commit: -added added data -added basic appointment booking
smee-odoo
force-pushed
the
17.0-training-smee
branch
from
September 9, 2024 06:39
d5316f9
to
0a19e28
Compare
After this commit: -updated the views
smee-odoo
force-pushed
the
17.0-training-smee
branch
from
September 10, 2024 10:49
e459d24
to
64b32ec
Compare
After this commit: -added patient creation form
smee-odoo
force-pushed
the
17.0-training-smee
branch
from
September 16, 2024 04:55
e84254b
to
f04efc0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After this commit