Closed marielejeune closed 6 months ago
There is already a PR for the lead here : https://github.com/shopinvader/odoo-shopinvader/pull/1405/
The main difference is the fields available.
On the previous version more field where available : https://github.com/shopinvader/odoo-shopinvader/blob/0b031e87c4a64e7f013598e2f8c76ac206c126cd/shopinvader_lead/services/lead.py#L33
On the other PR the list is here : https://github.com/shopinvader/odoo-shopinvader/pull/1405/files#diff-4384e51893bb83e7bdf819ff2e8d1c698a694dcf88df6e075c05d0eb05537cfdR4
/ocabot merge patch
What a great day to merge this nice PR. Let's do it! Prepared branch 16.0-ocabot-merge-pr-1525-by-sebastienbeau-bump-patch, awaiting test results.
Congratulations, your PR was merged at 4413a7ca4baeedfdff56c44c5ee0de8f76fcc771. 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.