1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/data_merge/data/mail_templates.xml
2024-12-10 09:04:09 +07:00

25 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="data_merge_merged">
<t t-esc="res_model_label" /> merged into <a t-att-data-oe-model="res_model_name" t-att-data-oe-id="res_id" href="#"><t t-esc="master_record" /></a>
</template>
<template id="data_merge_main">
<t t-esc="res_model_label" />
<a t-if="archived" t-att-data-oe-model="res_model_name" t-att-data-oe-id="res_id" href="#"><t t-esc="merged_record" /></a>
<t t-else="" t-esc="merged_record" />
merged into this one
<blockquote class="border-start" data-o-mail-quote="1">
<ul t-if="changes">
<li t-foreach="changes" t-as="change"><strong><t t-esc="change" />:</strong> <t t-esc="changes[change]" /> </li>
</ul>
</blockquote>
</template>
<template id="data_merge_duplicate">
I've identified <t t-esc="num_records" /> duplicate records with the '<t t-esc="res_model_label" />' deduplication rule.<br/>
You can merge them <a t-attf-href="/web?#action=data_merge.action_data_merge_record_notification&amp;active_id={{model_id}}&amp;menu_id={{menu_id}}">here</a>.
</template>
</odoo>