From fc54fd09f19b1427c341afe95470e3bd3233dbd1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 5 May 2026 16:32:38 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.107.0 # [15.107.0](https://github.com/frappe/erpnext/compare/v15.106.0...v15.107.0) (2026-05-05) ### Bug Fixes * accounts and account types in German CoA "SKR 03" ([#54711](https://github.com/frappe/erpnext/issues/54711)) ([581529f](https://github.com/frappe/erpnext/commit/581529fd00dc3a0d42ee4f84460813011c175518)) * copy project from first row to new rows (backport [#53295](https://github.com/frappe/erpnext/issues/53295)) ([#54619](https://github.com/frappe/erpnext/issues/54619)) ([698b087](https://github.com/frappe/erpnext/commit/698b0879971d1c98686f1bf25982ea73653cef16)) * correct project filter in buying doctypes (backport [#54644](https://github.com/frappe/erpnext/issues/54644)) ([#54651](https://github.com/frappe/erpnext/issues/54651)) ([329f4e0](https://github.com/frappe/erpnext/commit/329f4e01a3614af8cf1f1a4deadf7409399eac7b)) * dont show serial/batch button when PR is submitted (backport [#54642](https://github.com/frappe/erpnext/issues/54642)) ([#54645](https://github.com/frappe/erpnext/issues/54645)) ([1b1bc3d](https://github.com/frappe/erpnext/commit/1b1bc3d81cfb38eec7cd138725ce89fcbfbf55b0)) * error when creating quotation from CRM (backport [#54722](https://github.com/frappe/erpnext/issues/54722)) ([#54724](https://github.com/frappe/erpnext/issues/54724)) ([1a406e9](https://github.com/frappe/erpnext/commit/1a406e90c19ad7d28432402e7b459ce835731e4d)) * error when creating quotation from CRM (backport [#54722](https://github.com/frappe/erpnext/issues/54722)) ([#54724](https://github.com/frappe/erpnext/issues/54724)) ([809feb9](https://github.com/frappe/erpnext/commit/809feb9c0409e5a658082c88175342ce2f4b74f4)) * hide payment and payment request buttons based on permissions in invoices and orders (backport [#53920](https://github.com/frappe/erpnext/issues/53920)) ([#54735](https://github.com/frappe/erpnext/issues/54735)) ([9c9ecc7](https://github.com/frappe/erpnext/commit/9c9ecc77f8cbdc7d4f57a7eaf70a7f348cd6d628)) * incorrect expense account book in purchase return (backport [#54681](https://github.com/frappe/erpnext/issues/54681)) ([#54692](https://github.com/frappe/erpnext/issues/54692)) ([a3bb409](https://github.com/frappe/erpnext/commit/a3bb40904c9a93d76513d8da2f6ba0344ddc1c5d)) * item query in quality inspection ([#54721](https://github.com/frappe/erpnext/issues/54721)) ([0b0f9d0](https://github.com/frappe/erpnext/commit/0b0f9d046de9162fac92139bfd327120123c589b)) * **payment_entry:** convert the date args to string type before escaping in `get_outstanding_reference_documents` (backport [#54639](https://github.com/frappe/erpnext/issues/54639)) ([#54647](https://github.com/frappe/erpnext/issues/54647)) ([4bab1e4](https://github.com/frappe/erpnext/commit/4bab1e414262f2ec5c412ec6a408b72fa0da8817)) * **project:** use user.email for invitations and skip disabled users. (backport [#54561](https://github.com/frappe/erpnext/issues/54561)) ([#54666](https://github.com/frappe/erpnext/issues/54666)) ([58d95a3](https://github.com/frappe/erpnext/commit/58d95a35ff000c0b7e65f9c1f000bab989710ac2)) * **selling:** blanket order ordered qty recalculation on sales order status change (backport [#54593](https://github.com/frappe/erpnext/issues/54593)) ([#54622](https://github.com/frappe/erpnext/issues/54622)) ([d64b194](https://github.com/frappe/erpnext/commit/d64b19416e47d177faef2051d7f02ecf9b438a95)) * set valid_from in created Item Price ([#54696](https://github.com/frappe/erpnext/issues/54696)) ([6246a9a](https://github.com/frappe/erpnext/commit/6246a9aa6e713cd86aa782b530d059ba77a989d0)) * show correct status in Serial No Ledger (backport [#54567](https://github.com/frappe/erpnext/issues/54567)) ([#54625](https://github.com/frappe/erpnext/issues/54625)) ([559b31b](https://github.com/frappe/erpnext/commit/559b31baae6a61df74676991740477f6b5b68124)) * show in and out qty in the stock ledger report for stock recos ([393fe75](https://github.com/frappe/erpnext/commit/393fe75363946d191ef2d3284dd2b64c8ca42984)) * use RecoverableErrors isinstance check for repost timeout status ([a49e2de](https://github.com/frappe/erpnext/commit/a49e2de8667e3a4fded04338be9c5ff4cbb6bba0)) ### Features * copy terms attachments to transactions (backport [#53403](https://github.com/frappe/erpnext/issues/53403)) ([#54660](https://github.com/frappe/erpnext/issues/54660)) ([29282a8](https://github.com/frappe/erpnext/commit/29282a80cf290352c3ea2c50791fc9e4ff7539e4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5a421f83356..48946409dee 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.106.0" +__version__ = "15.107.0" def get_default_company(user=None):