Skip to content
Snippets Groups Projects
Unverified Commit 5b4ebd63 authored by Odoo's Mergebot's avatar Odoo's Mergebot Committed by GitHub
Browse files

[IMP] partner_autocomplete,crm_*: unify displayed "clearbit" information


PURPOSE

We make multiple calls to the clearbit API and the returned information are
shown in various different templates, although they contain the same
information.

The purpose of this commit is to unify the templates into a single one to
reduce code size and improve coherence.

SPECIFICATIONS

Currently, we have 3 ways of reaching out to the IAP clearbit api:
- When creating a partner (autocomplete service)
- When enriching an existing lead based on its email address
- When generating leads using the "Geneate Leads" button or using the website
  visitors

Every time we use the service, we log a note in the model's chatter containing
all the information returned by the cleabit service (estimated annual revenue,
media links, sector, ...).

Though using different endpoints and methods, all the calls essentially return
the same data, and the templates could be unified for consistency.

This is the goal of this commit.

We merge the 3 separate templates of each modules into a unique template that
always renders the same information to the end user.

To do that, we had to find a common module to store the template, we chose
"partner_autocomplete" as it's installed anyway as soon as "crm_iap_lead_*" is
installed.

LINKS

PR #40349
Task 2081471

Related: odoo/upgrade#775
Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parents 15b5b5f5 66cd5dc3
No related branches found
No related tags found
Loading
Showing with 195 additions and 368 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment