Odoo18-Base/addons/data_recycle/views/data_recycle_templates.xml

8 lines
392 B
XML
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
<?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="/odoo/{{recycle_model_id}}/action-data_recycle.action_data_recycle_record_notification?menu_id={{menu_id}}">here</a>.
</template>
</odoo>