-
- Downloads
[FIX] crm: fix the rule based assignment
Bug === Since fe8c5b9b , if you have a team with set to `assignment_max` and you try to automatically assign the leads an error is raised. Technical: in `_allocate_leads` we skip a team if `assignment_max` is Falsy. So when we prepare the values for the notifications, the key might not be present in the dict an error is raised. Task-2658696 closes odoo/odoo#78054 X-original-commit: 7c46b441266ff0336bf86d10ac2ee45d2a2c2959 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
Please register or sign in to comment