-
- Downloads
[IMP] sale_crm : create partner on new quotation if no customer set on opportunity
When creating a quotation from a opportunity that does not have any customer set, we ended up on a quotation without any customer or any of the contact information entered on the crm.lead. If no customer is set on the opportunity, when hitting New Quotation button, a modal is displayed to ask the user what to do to fill in the customer field. - Create a new customer : Use the information from the opportunity to create automatically a res.partner. Set the res.partner on the quotation and on the opportunity. - Use an existing customer : Set this customer on the quotation and on the opportunity. Task ID : 1917332 Closes PR #30475
Showing
- addons/crm/wizard/crm_partner_binding.py 4 additions, 0 deletionsaddons/crm/wizard/crm_partner_binding.py
- addons/sale_crm/__init__.py 1 addition, 0 deletionsaddons/sale_crm/__init__.py
- addons/sale_crm/__manifest__.py 2 additions, 1 deletionaddons/sale_crm/__manifest__.py
- addons/sale_crm/models/crm_lead.py 22 additions, 0 deletionsaddons/sale_crm/models/crm_lead.py
- addons/sale_crm/views/crm_lead_views.xml 2 additions, 9 deletionsaddons/sale_crm/views/crm_lead_views.xml
- addons/sale_crm/wizard/__init__.py 4 additions, 0 deletionsaddons/sale_crm/wizard/__init__.py
- addons/sale_crm/wizard/crm_opportunity_to_quotation.py 52 additions, 0 deletionsaddons/sale_crm/wizard/crm_opportunity_to_quotation.py
- addons/sale_crm/wizard/crm_opportunity_to_quotation_views.xml 35 additions, 0 deletions...ns/sale_crm/wizard/crm_opportunity_to_quotation_views.xml
addons/sale_crm/wizard/__init__.py
0 → 100644
Please register or sign in to comment