<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
    <!-- noupdate="1": set once on install, never overwritten by a later
         module upgrade. If HR/IT later changes or clears this value by
         hand to stop redirecting, an upgrade must not silently put it
         back. -->
    <record id="param_xeno_mail_staging_redirect_to" model="ir.config_parameter">
        <field name="key">xeno_mail_staging.redirect_to</field>
        <field name="value">susu@xenoptics.com</field>
    </record>
</odoo>
