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.

10 lines
451 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 MIT (https://opensource.org/licenses/MIT).-->
  5. <odoo>
  6. <record id="mail_relocation_models" model="ir.config_parameter">
  7. <field name="key">mail_relocation_models</field>
  8. <field name="value">crm.lead,project.task</field>
  9. </record>
  10. </odoo>