From dc914adb6221d73c5d54cf1c9c9f3aefc86cf5d9 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 May 2026 18:49:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [16.18.0](https://github.com/frappe/erpnext/compare/v16.17.0...v16.18.0) (2026-05-12) ### Bug Fixes * added permission validation for `deactivate_sales_person` (backport [#54884](https://github.com/frappe/erpnext/issues/54884)) ([#54886](https://github.com/frappe/erpnext/issues/54886)) ([98de025](https://github.com/frappe/erpnext/commit/98de025a09f215c3d9c0d3fe633d03e6de0a095a)) * check if item is dropshipped before updating quantity (backport [#54825](https://github.com/frappe/erpnext/issues/54825)) ([#54827](https://github.com/frappe/erpnext/issues/54827)) ([0db7e1e](https://github.com/frappe/erpnext/commit/0db7e1e56b7ac6dfa58711f108a4be1e6ef54b04)) * **crm:** handle empty _assign in appointment auto assignment (backport [#54782](https://github.com/frappe/erpnext/issues/54782)) ([#54795](https://github.com/frappe/erpnext/issues/54795)) ([f36bdaa](https://github.com/frappe/erpnext/commit/f36bdaadae92d0bffe870f190efe005c39ac187e)) * decimal issue ([8b9b83a](https://github.com/frappe/erpnext/commit/8b9b83a9df7b67bebd24ba38d89001fe0a4e43c0)) * do not rely on client side to update quantities during partial d… (backport [#54804](https://github.com/frappe/erpnext/issues/54804)) ([#54821](https://github.com/frappe/erpnext/issues/54821)) ([f24b556](https://github.com/frappe/erpnext/commit/f24b55633600facf3eba3f76b7cd7c682d323317)) * fetch get_item_tax_template while update items (backport [#53708](https://github.com/frappe/erpnext/issues/53708)) ([#54767](https://github.com/frappe/erpnext/issues/54767)) ([4fbaea1](https://github.com/frappe/erpnext/commit/4fbaea17f847802ab4a2553ad3043ea7c73a39af)) * incorrect serial nos picked during disassemble (backport [#54757](https://github.com/frappe/erpnext/issues/54757)) ([#54760](https://github.com/frappe/erpnext/issues/54760)) ([66ae590](https://github.com/frappe/erpnext/commit/66ae590adc2bd4aa7d0b690bb74deeffb062b157)) * incorrect validation thrown for drop shipped PI (backport [#54751](https://github.com/frappe/erpnext/issues/54751)) ([#54753](https://github.com/frappe/erpnext/issues/54753)) ([379ebbe](https://github.com/frappe/erpnext/commit/379ebbe8c4c8b6b28ae6242c85e3050820882c65)) * raw material should not have target warehouse in manufacture entry (backport [#54849](https://github.com/frappe/erpnext/issues/54849)) ([#54861](https://github.com/frappe/erpnext/issues/54861)) ([3dbadfa](https://github.com/frappe/erpnext/commit/3dbadfadd5e273f11019daacc605acc49a848b71)) * rename supplier wise stock analytics report ([7086db1](https://github.com/frappe/erpnext/commit/7086db1e1cb46f364c14986f1b20413e4962c859)) * **stock:** apply filters for rejected warehouse in pick list (backport [#54733](https://github.com/frappe/erpnext/issues/54733)) ([#54776](https://github.com/frappe/erpnext/issues/54776)) ([cf0d9df](https://github.com/frappe/erpnext/commit/cf0d9dfbfddbc9f9192a58759783770210d6ab14)) * **stock:** ignore reserved qty for stock levels in batch (backport [#54790](https://github.com/frappe/erpnext/issues/54790)) ([#54797](https://github.com/frappe/erpnext/issues/54797)) ([338d190](https://github.com/frappe/erpnext/commit/338d1904c1c6990a8ad68517cffdef5f4b69fd92)) * **stock:** priorities pick list parent warehouse (backport [#54788](https://github.com/frappe/erpnext/issues/54788)) ([#54793](https://github.com/frappe/erpnext/issues/54793)) ([d3bc629](https://github.com/frappe/erpnext/commit/d3bc629f684525eb51fde92767d7f70d574d6ef3)) * **task:** update depends_on for closing date and review date [#54850](https://github.com/frappe/erpnext/issues/54850) (backport [#54852](https://github.com/frappe/erpnext/issues/54852)) ([#54863](https://github.com/frappe/erpnext/issues/54863)) ([b962a1a](https://github.com/frappe/erpnext/commit/b962a1a0cd9ccd040c81d03f015b4cc71d26b99e)) * validate variant values (backport [#54831](https://github.com/frappe/erpnext/issues/54831)) ([#54839](https://github.com/frappe/erpnext/issues/54839)) ([87b798b](https://github.com/frappe/erpnext/commit/87b798b93639bffbe4509793e139461e8a7a7fa2)) ### Features * partial delivery in dropshipping (backport [#54787](https://github.com/frappe/erpnext/issues/54787)) ([#54800](https://github.com/frappe/erpnext/issues/54800)) ([f64f871](https://github.com/frappe/erpnext/commit/f64f871d451666ab77fe2b65a0ef85a997135282)) * Philippines chart of account (backport [#53918](https://github.com/frappe/erpnext/issues/53918)) ([#54888](https://github.com/frappe/erpnext/issues/54888)) ([8f03108](https://github.com/frappe/erpnext/commit/8f0310859d314324f52d7883be35cff0c7da5d8b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 85dbea2cacc..15e7db7c638 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -6,7 +6,7 @@ import frappe from frappe.model.document import Document from frappe.utils.user import is_website_user -__version__ = "16.17.0" +__version__ = "16.18.0" def get_default_company(user=None):