data_recycle/views/data_recycle_templates.xml

8 lines
410 B
XML

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