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
603 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data noupdate="1">
  4. <!-- Catchall Email Alias -->
  5. <record id="icp_mail_catchall_alias_from" model="ir.config_parameter">
  6. <field name="key">mail.catchall.alias_from</field>
  7. <field name="value">portal</field>
  8. </record>
  9. <!-- Name for Catchall Email Alias -->
  10. <record id="icp_mail_catchall_name_alias_from" model="ir.config_parameter">
  11. <field name="key">mail.catchall.name_alias_from</field>
  12. <field name="value">Odoo</field>
  13. </record>
  14. </data>
  15. </openerp>