From 4dd9f0b25545a034ae3cc2012dc5a1049449c5b7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 Apr 2026 21:00:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.106.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [15.106.0](https://github.com/frappe/erpnext/compare/v15.105.0...v15.106.0) (2026-04-28) ### Bug Fixes * **`get_stock_balance`:** validate inventory dimension fieldnames (backport [#54587](https://github.com/frappe/erpnext/issues/54587)) ([#54588](https://github.com/frappe/erpnext/issues/54588)) ([03f3a28](https://github.com/frappe/erpnext/commit/03f3a28f54d8172d1512d5c70ac3afc6f2c23823)) * **accounts:** fetch project name from payment entry to journal entry ([55cce2a](https://github.com/frappe/erpnext/commit/55cce2a11c7c8356b97f332c9ef6eda9e9ea75d6)) * add party_type for dynamic link and add it to grouping key ([a3ad1fb](https://github.com/frappe/erpnext/commit/a3ad1fb163d537c0dd66c78c6522d7607604eee2)) * add project filter to accounts payable and receivable reports (backport [#54344](https://github.com/frappe/erpnext/issues/54344)) ([#54441](https://github.com/frappe/erpnext/issues/54441)) ([44f3f34](https://github.com/frappe/erpnext/commit/44f3f34c9e4b6ad4b562cc435a1dad556daa20aa)) * avoid double reduction of pe reference outstanding (backport [#54193](https://github.com/frappe/erpnext/issues/54193)) ([#54612](https://github.com/frappe/erpnext/issues/54612)) ([51e7c66](https://github.com/frappe/erpnext/commit/51e7c6604336255350d2aa9e639648eb287f6556)) * debit credit not equal in purchase transactions for multi currency (backport [#54456](https://github.com/frappe/erpnext/issues/54456)) ([#54563](https://github.com/frappe/erpnext/issues/54563)) ([78b2e45](https://github.com/frappe/erpnext/commit/78b2e45cb98b62c53fddddc84d20bf62b0e7c93a)) * duplicate entries being shown in batch exists in future transact… (backport [#54604](https://github.com/frappe/erpnext/issues/54604)) ([#54605](https://github.com/frappe/erpnext/issues/54605)) ([176d980](https://github.com/frappe/erpnext/commit/176d980764f136025d33888aed552746f589054f)) * **edi:** restrict Code List imports to files and trusted backend URLs (backport [#54137](https://github.com/frappe/erpnext/issues/54137)) ([#54265](https://github.com/frappe/erpnext/issues/54265)) ([e0013f7](https://github.com/frappe/erpnext/commit/e0013f7618efacd31a4810e8b1253b4de896b9c7)), closes [#54488](https://github.com/frappe/erpnext/issues/54488) * negative quantity check in validate_item_qty (backport [#54559](https://github.com/frappe/erpnext/issues/54559)) ([#54571](https://github.com/frappe/erpnext/issues/54571)) ([49ab25d](https://github.com/frappe/erpnext/commit/49ab25dda8eca1f4e67a924f8a7530d0888eec18)) * **payment_entry:** escape arguments on invoice and order fetching sql queries (backport [#54582](https://github.com/frappe/erpnext/issues/54582)) ([#54585](https://github.com/frappe/erpnext/issues/54585)) ([cceedd6](https://github.com/frappe/erpnext/commit/cceedd669fccf51c8d769aa8ccaea716003cd689)) * **PCV:** set correct filters of `from_date` and `to_date` on General Ledger Report on clicking `Ledger` button (backport [#54522](https://github.com/frappe/erpnext/issues/54522)) ([#54523](https://github.com/frappe/erpnext/issues/54523)) ([6df39ae](https://github.com/frappe/erpnext/commit/6df39aec54dfc455e10fb09ac9150a0245cc0bd1)) * preserve inventory dimensions when raw materials are reset (backport [#54440](https://github.com/frappe/erpnext/issues/54440)) ([#54492](https://github.com/frappe/erpnext/issues/54492)) ([722dc8c](https://github.com/frappe/erpnext/commit/722dc8c3f180be52d640f4d08c20a05e4c291d35)) * **purchase_register:** filter tax rows by parenttype in invoice tax map query (backport [#54272](https://github.com/frappe/erpnext/issues/54272)) ([#54443](https://github.com/frappe/erpnext/issues/54443)) ([4dff436](https://github.com/frappe/erpnext/commit/4dff436104e85326a9356aadbc3b80aec73ce103)) * py error on stock ageing report (backport [#54467](https://github.com/frappe/erpnext/issues/54467)) ([#54468](https://github.com/frappe/erpnext/issues/54468)) ([6179449](https://github.com/frappe/erpnext/commit/617944903608e7feecc529e3b8023d72c7bceefc)) * sales order is not valid when creating WO from MR from PP (backport [#54435](https://github.com/frappe/erpnext/issues/54435)) ([#54470](https://github.com/frappe/erpnext/issues/54470)) ([9a4c693](https://github.com/frappe/erpnext/commit/9a4c693f2de641d7d9699157866f9c6dc9c52b92)) * **stock:** remove validation for transfer_qty field (backport [#54542](https://github.com/frappe/erpnext/issues/54542)) ([#54544](https://github.com/frappe/erpnext/issues/54544)) ([8569ff6](https://github.com/frappe/erpnext/commit/8569ff67ffaa910777df729d2e8910a1a7092965)) * **stock:** set incoming rate as zero for outward sle (backport [#54514](https://github.com/frappe/erpnext/issues/54514)) ([#54532](https://github.com/frappe/erpnext/issues/54532)) ([68d213a](https://github.com/frappe/erpnext/commit/68d213a244a9307e3fa17de8c76dbbfacd0350e9)) * unknown column error on item code in quality inspection ([#54565](https://github.com/frappe/erpnext/issues/54565)) ([e7a29ab](https://github.com/frappe/erpnext/commit/e7a29abdb0cfc2ce7896ce2c06ee3d4f9445b32f)) * update status of quotation in patch (backport [#54577](https://github.com/frappe/erpnext/issues/54577)) ([#54579](https://github.com/frappe/erpnext/issues/54579)) ([1a8dc7e](https://github.com/frappe/erpnext/commit/1a8dc7e3328d8d7c053c32642c307b502f3e4d40)) * use key consistently ([8f9a5e6](https://github.com/frappe/erpnext/commit/8f9a5e6c0cf28bdbbad6c9f5fd99bc421033fda0)) ### Features * danish_bosnian_address_template (backport [#54093](https://github.com/frappe/erpnext/issues/54093)) ([#54515](https://github.com/frappe/erpnext/issues/54515)) ([973444e](https://github.com/frappe/erpnext/commit/973444e20ebcf50b932fa55ac142ebc01fbc7629)) ### Reverts * Revert "fix: preserve inventory dimensions when raw materials are reset (backport [#54440](https://github.com/frappe/erpnext/issues/54440))" ([#54507](https://github.com/frappe/erpnext/issues/54507)) ([1b08ac2](https://github.com/frappe/erpnext/commit/1b08ac248bbfe4c830323a8de002a979c23b8bcf)) * Revert "refactor: quality inspection item query (backport [#54511](https://github.com/frappe/erpnext/issues/54511))" ([#54557](https://github.com/frappe/erpnext/issues/54557)) ([f869e86](https://github.com/frappe/erpnext/commit/f869e86c9c7c8330f7834634b8263792979366b5)), closes [#54539](https://github.com/frappe/erpnext/issues/54539) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7dec964ad9b..5a421f83356 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.105.0" +__version__ = "15.106.0" def get_default_company(user=None):