-
Notifications
You must be signed in to change notification settings - Fork 105
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
[16.0][ADD] shopinvader_api_lead: FastAPI service for creating CRM leads #1525
[16.0][ADD] shopinvader_api_lead: FastAPI service for creating CRM leads #1525
Conversation
d8b543e
to
d31c7a3
Compare
d31c7a3
to
c7729a1
Compare
c7729a1
to
7bb0cbc
Compare
There is already a PR for the lead here : #1405 The main difference is the fields available. On the previous version more field where available :
On the other PR the list is here : https://github.com/shopinvader/odoo-shopinvader/pull/1405/files#diff-4384e51893bb83e7bdf819ff2e8d1c698a694dcf88df6e075c05d0eb05537cfdR4 |
|
||
|
||
class Lead(StrictExtendableBaseModel): | ||
id: int |
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.
Add the missing fields
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.
I propose to make a new PR to add these missing fields
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.
Ok for me
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 4413a7c. Thanks a lot for contributing to shopinvader. ❤️ |
Adding a new
lead_router
and a new service to create CRM leads.This addon is now very simple, as it just adds few info: email, subject, description. We don't need anything more for our customer, but this addon can evolve following the community's needs.