[FIX] sale_crm: fix crm quotation context
Reproduce the issue - Install CRM & sale_crm - Create an opportunity - Create a quotation from the opportunity The name of the draft is the opportunity's name instead of "New" - Add a "Storage Box" to the quotation, for instance - Confirm the quotation - Check the delivery note The name of the delivery note is the opportunity's name instead of WH/OUT/... Cause This issue is caused by 4c9c249c. It seems that we pass an extra default_name in the context. This commit removes the extra default_name from the context. OPW-2122928 closes odoo/odoo#40943 X-original-commit: e8d91e4a Signed-off-by:Jason Van Malder <jasonvanmalder@users.noreply.github.com>
Please register or sign in to comment