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

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <record id="view_email_server_form_bounce_address" model="ir.ui.view">
  4. <field name="name">view_email_server_form_bounce_address</field>
  5. <field name="model">fetchmail.server</field>
  6. <field name="inherit_id" ref="fetchmail.view_email_server_form"/>
  7. <field name="arch" type="xml">
  8. <notebook position="inside">
  9. <page string="Notify bounce emails to">
  10. <field name="bounce_notify_partner_ids"/>
  11. </page>
  12. </notebook>
  13. </field>
  14. </record>
  15. </odoo>