mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
13 lines
463 B
XML
13 lines
463 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record
|
|
id="job_function_product_product_moves_auto_assign"
|
|
model="queue.job.function"
|
|
>
|
|
<field name="model_id" ref="product.model_product_product" />
|
|
<field name="method">moves_auto_assign</field>
|
|
<field name="channel_id" ref="channel_stock_auto_assign" />
|
|
<field name="retry_pattern" eval="{1: 1, 5: 5, 10: 10, 15: 30}" />
|
|
</record>
|
|
</odoo>
|