mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 04:26:38 +00:00
Partial backport of frappe/erpnext#55791 to version-16-hotfix. On v16, Product Bundle is neither submittable nor versioned and every resolution path (packing, POS, item details, selling controller) already filters `disabled: 0`, so only the user-facing gaps are backported: - the "Get Items from Product Bundle" dialog no longer offers disabled bundles - list view indicator: Disabled (grey) / Active (green) - Product Bundle Balance report excludes disabled bundles - `disabled` field gets a description, standard filter and no_copy (a copied bundle starts enabled) The develop-only parts (un-deprecating the field, `is_active`/docstatus handling, the version picker filter and the disabled-version validation on transaction rows) have no v16 equivalent and are intentionally dropped. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Selling management module. Includes forms for capturing / managing the sales process:
- Customer
- Campaign
- Quotation
- Sales Order
Moved to CRM Module:
- Lead
- Opportunity