1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/data_cleaning/views/data_cleaning_templates.xml
2024-12-10 09:04:09 +07:00

8 lines
411 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="notification">
I've identified <t t-esc="records_count" /> records to clean with the '<t t-esc="res_model_label" />' field cleaning rule.<br/>
You can validate changes <a t-attf-href="/web?#action=data_cleaning.action_data_cleaning_record_notification&amp;active_id={{cleaning_model_id}}&amp;menu_id={{menu_id}}">here</a>.
</template>
</odoo>