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.
17 lines
611 B
17 lines
611 B
<?xml version='1.0' encoding='UTF-8' ?>
|
|
<openerp>
|
|
|
|
<data noupdate="1">
|
|
<record id="inactive_session_time_out_delay" model="ir.config_parameter">
|
|
<field name="key">inactive_session_time_out_delay</field>
|
|
<field name="value">7200</field>
|
|
</record>
|
|
</data>
|
|
|
|
<data noupdate="1">
|
|
<record id="inactive_session_time_out_ignored_url" model="ir.config_parameter">
|
|
<field name="key">inactive_session_time_out_ignored_url</field>
|
|
<field name="value">/calendar/notify,/longpolling/poll</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|