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.

13 lines
525 B

  1. <?xml version="1.0"?>
  2. <!--# Copyright 2016 Ildar Nasyrov <https://it-projects.info/team/iledarn>
  3. # Copyright 2017 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  4. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).-->
  5. <openerp>
  6. <data noupdate="1">
  7. <record id="mail_relocation_models" model="ir.config_parameter">
  8. <field name="key">mail_relocation_models</field>
  9. <field name="value">crm.lead,project.task</field>
  10. </record>
  11. </data>
  12. </openerp>