mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-24 19:52:01 +02:00
7 lines
272 B
Python
7 lines
272 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
# Mapping of config parameters to the crons they toggle.
|
|
PARAM_CRON_MAPPING = {
|
|
'sale.async_emails': 'sale.send_pending_emails_cron',
|
|
'sale.automatic_invoice': 'sale.send_invoice_cron',
|
|
}
|