|
3 | 3 |
|
4 | 4 | <template id="enrich_company">
|
5 | 5 | <p t-esc="flavor_text" />
|
6 |
| - <div class="o_partner_autocomplete_enrich_info bg-white p-3 mt-3 mb-3 me-5"> |
| 6 | + <div class="o_partner_autocomplete_enrich_info p-3 mt-3 mb-3 me-5"> |
7 | 7 | <div class="row p-0 m-0">
|
8 | 8 | <div class="col-sm-10 p-0">
|
9 | 9 | <h4>
|
|
51 | 51 | </div>
|
52 | 52 | <div t-if="sectors" class="my-1 col-sm-9">
|
53 | 53 | <t t-foreach="sectors" t-as="inner_sector">
|
54 |
| - <label t-esc="inner_sector" style="font-weight:normal; padding: 2px 10px; background-color: #eeeeee; margin: 1px 0px; border-radius: 13px; display: inline-block;"/> |
| 54 | + <label t-esc="inner_sector" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/> |
55 | 55 | </t>
|
56 | 56 | </div>
|
57 | 57 | <div t-if="employees" class="d-flex my-1 p-0 col-sm-3">
|
|
72 | 72 | </div>
|
73 | 73 | <div t-if="phone_numbers" class="col-sm-9">
|
74 | 74 | <t t-foreach="phone_numbers" t-as="phone_number">
|
75 |
| - <a t-attf-href="tel:{{phone_number}}" t-esc="phone_number" style="font-weight:normal; padding: 2px 10px; background-color: #eeeeee; margin: 1px 0px; border-radius: 13px; display: inline-block;"/> |
| 75 | + <a t-attf-href="tel:{{phone_number}}" t-esc="phone_number" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/> |
76 | 76 | </t>
|
77 | 77 | </div>
|
78 | 78 | <div t-if="email" class="d-flex my-1 p-0 col-sm-3">
|
|
81 | 81 | </div>
|
82 | 82 | <div t-if="email" class="col-sm-9">
|
83 | 83 | <t t-foreach="email" t-as="email_item">
|
84 |
| - <a target="_top" t-attf-href="mailto:{{email_item}}" t-esc="email_item" style="font-weight:normal; padding: 2px 10px; background-color: #eeeeee; margin: 1px 0px; border-radius: 13px; display: inline-block;"/> |
| 84 | + <a target="_top" t-attf-href="mailto:{{email_item}}" t-esc="email_item" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/> |
85 | 85 | </t>
|
86 | 86 | </div>
|
87 | 87 | <div t-if="timezone" class="d-flex my-1 p-0 col-sm-3">
|
|
95 | 95 | </div>
|
96 | 96 | <div t-if="tech" class="my-1 col-sm-9">
|
97 | 97 | <t t-foreach="tech" t-as="tech_item">
|
98 |
| - <label t-esc="tech_item.replace('_', ' ').title()" style="font-weight:normal; padding: 2px 10px; background-color: #eeeeee; margin: 1px 0px; border-radius: 13px; display: inline-block;"/> |
| 98 | + <label t-esc="tech_item.replace('_', ' ').title()" class="o_tag o_tag_color_7" style="font-weight:normal; padding: 2px 10px; margin: 1px 0px; border-radius: 13px; display: inline-block;"/> |
99 | 99 | </t>
|
100 | 100 | </div>
|
101 | 101 | <div t-if="twitter_bio" class="d-flex my-1 p-0 col-sm-3">
|
|
0 commit comments