mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
9 lines
332 B
XML
9 lines
332 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record id="config_param_contract_queue_job_as_job" model="ir.config_parameter">
|
|
<field name="key">contract.queue.job</field>
|
|
<!-- keep key creation with False to avoid test conflicts -->
|
|
<field name="value">False</field>
|
|
</record>
|
|
</odoo>
|