mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
8 lines
290 B
ReStructuredText
8 lines
290 B
ReStructuredText
Before installing this addon make sur that "CONTRACT_INVOICE" queue channel has
|
|
at maximum a capacity=1 in the odoo configuration file. Otherwise you will have
|
|
concurrency access issue between jobs to the account.move sequence.
|
|
|
|
Example:
|
|
|
|
[queue_job]
|
|
channels=root:5,root.CONTRACT_INVOICE:1 |