-
- Downloads
[FIX] website_crm_partner_assign: fix a traceback when null probability
Bug === 1. Login as "Portal" 2. Go to "/my/opportunity" 3. Create an opportunity 4. Edit this opportunity from the frontend and set the probability empty => Save, an error is raised Technical ========= The probability is set to "None" and not to "False", therefor the verification "probability >= 100" in the write method of the lead will raise an error. By using False instead of None, this verification will work. Task-2613208 closes odoo/odoo#75084 X-original-commit: 6453a03e Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
Please register or sign in to comment