Skip to content

Commit 372b011

Browse files
committed
chore(release): Bumped to Version 16.6.0
# [16.6.0](v16.5.0...v16.6.0) (2026-02-17) ### Bug Fixes * allow non-stock items while updating items ([e2183eb](e2183eb)) * allow sequence id edit in BOM if routing is not set ([6f812cc](6f812cc)) * better validation for negative batch ([e46e874](e46e874)) * cancel SABB if SLE cancelled from LCV ([ac90975](ac90975)) * consider sle for negative stock validation ([ca8f324](ca8f324)) * consider table multiselect in delete transaction ([38679d6](38679d6)) * correct typos in marketing campaign custom fields function ([531bdbc](531bdbc)) * do not allow plant floor company and warehouse to be updated ([a039c17](a039c17)) * ensure layout has Bootstrap row and column (backport [#52649](#52649)) ([#52719](#52719)) ([53e400c](53e400c)) * log changes made to accounts settings ([2200b9a](2200b9a)) * **manufacturing:** add sales order fields in subassembly child table ([605c0db](605c0db)) * **manufacturing:** set sales order references in subassembly child table ([f4b0e64](f4b0e64)) * **pos_invoice:** add correct depends on condition ([#52689](#52689)) ([28592d0](28592d0)) * prevent rows from being added to sub_assembly_items and mr_items ([80c98cd](80c98cd)) * production plan status ([62ea18f](62ea18f)) * removed lost reason detail ([3c33a19](3c33a19)) * **selling-workspace-sidebar:** changed order of pos profile ([1820c35](1820c35)) * standalone credit/debit notes should not fetch any serial or batch by default ([dd4e186](dd4e186)) * **stock:** remove hardcoded letter_head from report ([1d444e5](1d444e5)), closes [#52569](#52569) * total weight does not update when updating items ([46b5884](46b5884)) * wrong display_depends_on condition for item group and brand child tables ([6ae1b18](6ae1b18)) ### Features * Negative Batch report ([8649543](8649543)) * show formatted currency symbol on ledger preview ([b844afe](b844afe))
1 parent 7a46fad commit 372b011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from frappe.model.document import Document
77
from frappe.utils.user import is_website_user
88

9-
__version__ = "16.5.0"
9+
__version__ = "16.6.0"
1010

1111

1212
def get_default_company(user=None):

0 commit comments

Comments
 (0)