From 666becc6706e99ede24a831f27c858a5e7899af0 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 1 Jul 2026 03:34:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.26.0 # [16.26.0](https://github.com/frappe/erpnext/compare/v16.25.0...v16.26.0) (2026-07-01) ### Bug Fixes * add permission checks in whitelisted functions (backport [#53103](https://github.com/frappe/erpnext/issues/53103)) ([#56669](https://github.com/frappe/erpnext/issues/56669)) ([52ea964](https://github.com/frappe/erpnext/commit/52ea9641cea8cb9b805ae755f030ee3def773246)) * adjust outstanding amount calculation in purchase and sales registers ([1a2a9b6](https://github.com/frappe/erpnext/commit/1a2a9b6cfcfdf792ec85f58844eddeb3b1e1f329)) * allow rename for Quality Inspection Parameter ([410a772](https://github.com/frappe/erpnext/commit/410a7725101fadaa17da4ce297be18986bda51dd)) * **asset:** conditionally show Is Fully Depreciated field ([0e730bf](https://github.com/frappe/erpnext/commit/0e730bf1c7ce3ad2aff70404723f91e0d081ce12)) * carry item-level project to Purchase Receipt GL entries (backport [#56568](https://github.com/frappe/erpnext/issues/56568)) ([#56619](https://github.com/frappe/erpnext/issues/56619)) ([0829cb4](https://github.com/frappe/erpnext/commit/0829cb45a8afc7bd82983a7d05eaaf8063166f60)) * **controllers:** fix supplier-RFQ portal list query (wrong column + Postgres DISTINCT) ([3abadc7](https://github.com/frappe/erpnext/commit/3abadc7a5f626cf47b57dd6d05298ebb7c3df546)) * **crm:** using `get_list` instead of `get_all` in `get_opportunities` (backport [#56463](https://github.com/frappe/erpnext/issues/56463)) ([#56466](https://github.com/frappe/erpnext/issues/56466)) ([30ba950](https://github.com/frappe/erpnext/commit/30ba950abd5fdf2564939d56680e3218e3584f19)) * do not allow closing the accounting period for future dates (backport [#56551](https://github.com/frappe/erpnext/issues/56551)) ([#56577](https://github.com/frappe/erpnext/issues/56577)) ([df1b443](https://github.com/frappe/erpnext/commit/df1b4431b6876bba09790d2119107c1ec18d2604)) * exclude virtual child doctypes from deletion in transaction deletion record ([8a66570](https://github.com/frappe/erpnext/commit/8a665709d2729781d2d3eb5aa96b2391964a2034)) * gross profit calculation with rate adjustment entries ([9c5b063](https://github.com/frappe/erpnext/commit/9c5b063884a436246739abbd83bb992cad04add1)) * handle missing serial and batch bundle in print format ([c84d4a2](https://github.com/frappe/erpnext/commit/c84d4a282d6d23f41394efcbd6b9d86a172d4866)) * ignored posting time 00:00:00 in RIV (backport [#56571](https://github.com/frappe/erpnext/issues/56571)) ([#56573](https://github.com/frappe/erpnext/issues/56573)) ([b4d83e5](https://github.com/frappe/erpnext/commit/b4d83e542aac8aebf5815aee5d126cde2a5c647b)) * job card timer issue (backport [#56405](https://github.com/frappe/erpnext/issues/56405)) ([#56406](https://github.com/frappe/erpnext/issues/56406)) ([54c45d7](https://github.com/frappe/erpnext/commit/54c45d7b22d15717f84a572e6c3b6ff0cd28384d)) * **lead:** added missing read permission check on `get_lead_details` (backport [#56272](https://github.com/frappe/erpnext/issues/56272)) ([#56274](https://github.com/frappe/erpnext/issues/56274)) ([bd54c7f](https://github.com/frappe/erpnext/commit/bd54c7fea8903c0b28c8c5f07289fc3bb624c1bd)) * **letter-head:** guard company lookups when doc has no company field ([89059a9](https://github.com/frappe/erpnext/commit/89059a990fdf4c13ae4eb6bfe01138635459676c)) * link portal address rows to web form ([3a480c0](https://github.com/frappe/erpnext/commit/3a480c08b1dd1cad110b5244bfb5ee51148f8904)) * manual backport of [#55896](https://github.com/frappe/erpnext/issues/55896) ([490e125](https://github.com/frappe/erpnext/commit/490e12526711c74ebc58ea25affe935346ab95d3)) * party aliases should be no copy ([0b42241](https://github.com/frappe/erpnext/commit/0b42241682fedf5a452765c3599f5a857adc7d65)) * precision issue causing COGS in inter transfer PR (backport [#56420](https://github.com/frappe/erpnext/issues/56420)) ([#56425](https://github.com/frappe/erpnext/issues/56425)) ([e3958ad](https://github.com/frappe/erpnext/commit/e3958ad7bb18343cefa3d72175e98e35e534f1e7)) * remove dead bundle helper call from purchase receipt print format ([2eaa635](https://github.com/frappe/erpnext/commit/2eaa635ab6c88818d2458ae6d09e074b60ad0a92)) * remove frappe.utils from jinja context in process statement of accounts ([37ec2d0](https://github.com/frappe/erpnext/commit/37ec2d0edd439a6dd49c4506d889b0977dcfb183)) * rewrite item rate calculation (backport [#56315](https://github.com/frappe/erpnext/issues/56315)) ([ef3d444](https://github.com/frappe/erpnext/commit/ef3d444a6013be06ed220aeb4f70db81a34d5984)) * set mr status to received when per_received is 100 even if per_ordered < 100 ([4181246](https://github.com/frappe/erpnext/commit/41812462b4f5de259dc4c898489822f8b6bbeb85)) * show contextual balance label on party dashboard for net balances ([a886d0b](https://github.com/frappe/erpnext/commit/a886d0b445547e4b861fc80c8e745a011c7b087d)) * skip qty over-allowance check for non-stock items only ([bc313dc](https://github.com/frappe/erpnext/commit/bc313dc09db263abf58bd8cc9df32b6cf559d300)) * **stock:** value batch/serial return from ledger when original receipt has no bundle (backport [#56631](https://github.com/frappe/erpnext/issues/56631)) ([#56646](https://github.com/frappe/erpnext/issues/56646)) ([2c18c16](https://github.com/frappe/erpnext/commit/2c18c16be61b227e8f5faefa7214947d3fbcedc3)) * sync Stock Reconciliation difference amount with GL after reposting (backport [#56574](https://github.com/frappe/erpnext/issues/56574)) ([#56585](https://github.com/frappe/erpnext/issues/56585)) ([e834098](https://github.com/frappe/erpnext/commit/e834098c28bcda3715fb8afb88b11c82681ed601)) * update qty in future SLEs when cancelling documents ([#56638](https://github.com/frappe/erpnext/issues/56638)) ([01374db](https://github.com/frappe/erpnext/commit/01374db8dab4979309b4d1fa446c4af0a008ddfc)) * update_qty_in_future_sle skips SLEs with same posting datetime ([#56612](https://github.com/frappe/erpnext/issues/56612)) ([5aa62d1](https://github.com/frappe/erpnext/commit/5aa62d1cda4d9a50a75c76bacba36fc30629ca9d)) * Use correct doctype name for PCV perm-check (backport [#56606](https://github.com/frappe/erpnext/issues/56606)) ([#56611](https://github.com/frappe/erpnext/issues/56611)) ([762ce5c](https://github.com/frappe/erpnext/commit/762ce5c6842fcf77d3754ea98f6b4f71bec9b932)) * use correct variable to fetch valuation method ([d2c8df9](https://github.com/frappe/erpnext/commit/d2c8df9451824dcf1519425bd14b48585bdbe3b0)) ### Features * **accounts:** add configurable job timeout for Process Period Closing Voucher ([d389014](https://github.com/frappe/erpnext/commit/d389014e579a743f80a7388590c12cc2d76602b6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e9347d1f1dd..88f365066d3 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.25.0" +__version__ = "16.26.0" def get_default_company(user=None):