oca-ocb-sale/odoo-bringout-oca-ocb-sale/sale/const.py
Ernad Husremovic 73afc09215 19.0 vanilla
2026-03-09 09:32:12 +01:00

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',
}