[IMP] real_estate: improve property appointment creation flow#2229
Open
dhgoy-odoo wants to merge 1 commit into
Open
[IMP] real_estate: improve property appointment creation flow#2229dhgoy-odoo wants to merge 1 commit into
dhgoy-odoo wants to merge 1 commit into
Conversation
Collaborator
aeaccbc to
5656cd8
Compare
Appointment workflow: - Add an "Appointments" smart button on the property form view. - Display the total number of appointments linked to the property. - Open the property's related appointments when clicking on the smart button. - Redirect users to the created appointment records after clicking on the "Create Visit Link" button. Demo data update: - Since the Agent field is mandatory for appointment creation, add x_agent_id in the demo property records. Bug fix: Issue: - The "Create Appointment & Link" action was creating duplicate appointments and link even for properties whose link was already generated. Steps to reproduce: - Open the property list view. - Select properties whose appointments are already created, and a link is generated. - Click on Actions -> "Create Appointment & Link". Solution: - Skip properties whose link has already been generated when creating appointments/link from the server action menu. - Generate visit links and appointments only for selected properties whose links are not already generated, and show a validation message when all selected Properties already have existing links. Task ID-6217777
5656cd8 to
64fae2d
Compare
This file contains hidden or 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
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.

Appointment workflow:
"Create Visit Link" button.
Demo data and test update:
the demo property records.
link creation.
Bug fix:
Issue:
and links even for properties whose link was already generated.
Steps to reproduce:
generated.
Solution:
appointments/link from the server action menu.
are not already generated, and show a validation message when all selected
Properties already have existing links.
Task ID-6217777