You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
589 B

<?xml version="1.0"?>
<odoo>
<record id="view_email_server_form_bounce_address" model="ir.ui.view">
<field name="name">view_email_server_form_bounce_address</field>
<field name="model">fetchmail.server</field>
<field name="inherit_id" ref="fetchmail.view_email_server_form"/>
<field name="arch" type="xml">
<notebook position="inside">
<page string="Notify bounce emails to">
<field name="bounce_notify_partner_ids"/>
</page>
</notebook>
</field>
</record>
</odoo>