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.
11 lines
483 B
11 lines
483 B
<?xml version="1.0"?>
|
|
<!--# Copyright 2016 Ildar Nasyrov <https://it-projects.info/team/iledarn>
|
|
# Copyright 2017 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).-->
|
|
|
|
<odoo>
|
|
<record id="mail_relocation_models" model="ir.config_parameter">
|
|
<field name="key">mail_relocation_models</field>
|
|
<field name="value">crm.lead,project.task</field>
|
|
</record>
|
|
</odoo>
|