From 12cd563fb9a79731f75ae2a45b1446a0a2dd9e74 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 15 Sep 2026 18:46:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.35.0 # [16.35.0](https://github.com/frappe/erpnext/compare/v16.34.2...v16.35.0) (2026-09-15) ### Bug Fixes * % Amount Billed exceeds 100% on fully rejected Purchase Receipts ([#58897](https://github.com/frappe/erpnext/issues/58897)) ([79c8e4d](https://github.com/frappe/erpnext/commit/79c8e4db7f768f2145642bfc868bb3555b5ad65c)) * **accounts:** add permission checks on `execute_repost_payment_ledger` (backport [#58980](https://github.com/frappe/erpnext/issues/58980)) ([#58982](https://github.com/frappe/erpnext/issues/58982)) ([9bc98ef](https://github.com/frappe/erpnext/commit/9bc98efe2fbc5dfecc8f547f7845359fff7d2645)) * **accounts:** add permission checks on `invoice_discounting.get_invoices` (backport [#58975](https://github.com/frappe/erpnext/issues/58975)) ([#58990](https://github.com/frappe/erpnext/issues/58990)) ([a9f3d69](https://github.com/frappe/erpnext/commit/a9f3d69fbe48c206c042a1bce48ceae7852dcb0d)) * **accounts:** reject disabled price lists in buying and selling ([#58891](https://github.com/frappe/erpnext/issues/58891)) ([5bd623c](https://github.com/frappe/erpnext/commit/5bd623c4dd47154426921612d718bd20a593a05f)) * **accounts:** stop counting received qty on non-stock invoice returns (backport [#58924](https://github.com/frappe/erpnext/issues/58924)) ([#58929](https://github.com/frappe/erpnext/issues/58929)) ([3856638](https://github.com/frappe/erpnext/commit/3856638d016c55b29efc99306544c32f6ad5767f)) * **asset:** recompute reference doc reqd on asset type change ([6d447f6](https://github.com/frappe/erpnext/commit/6d447f6847b278b9303b87af2ef1aee95aad8d94)) * **assets:** build Finance Books even when Calculate Depreciation is checked before Net Purchase Amount is entered ([1652f6e](https://github.com/frappe/erpnext/commit/1652f6ea429f70ee5ee66372d14934ffee8d82b4)) * **assets:** discard stale set_finance_book responses ([dfde7d8](https://github.com/frappe/erpnext/commit/dfde7d811c5c24ab28f0218bc6affb51fcd17a34)) * avoid TypeError on new Work Order when company is not set ([#58969](https://github.com/frappe/erpnext/issues/58969)) ([e20501a](https://github.com/frappe/erpnext/commit/e20501a15ce3ac82693d1fda74e3ed56d80d744b)) * calculate holiday list totals for half days ([#58792](https://github.com/frappe/erpnext/issues/58792)) ([3d6afff](https://github.com/frappe/erpnext/commit/3d6afffcef859caf023778f21354bab6eb9c73cc)) * coerce cost_allocation_per to float in BOM cost allocation ([1918ed6](https://github.com/frappe/erpnext/commit/1918ed6a3c86f5c0b785fa280aed59ce59663951)) * keep a dunning claimable until its interest is paid too ([7723f5a](https://github.com/frappe/erpnext/commit/7723f5aaedf93418ca03e16720e8a467c6e275a3)) * keep each row's own rate under maintain same rate ([855d038](https://github.com/frappe/erpnext/commit/855d0385da62ce6b4998d0e8c8286d85c363f946)) * **manufacturing:** handle empty bom cost allocation ([#58939](https://github.com/frappe/erpnext/issues/58939)) ([77d8d5b](https://github.com/frappe/erpnext/commit/77d8d5b3e21441815bbc507a3fdb7c6e5040be36)) * **manufacturing:** handle empty raw materials in workstation ([#58927](https://github.com/frappe/erpnext/issues/58927)) ([3b787c9](https://github.com/frappe/erpnext/commit/3b787c944350c951410eafbc5c04a96f57260f2a)) * **mrp:** align monthly bucket labels with demand dates ([#58963](https://github.com/frappe/erpnext/issues/58963)) ([c5773e7](https://github.com/frappe/erpnext/commit/c5773e78994fe5887ef0deb889a6b625639352b2)) * prevent disabled items from being used in bom ([#58997](https://github.com/frappe/erpnext/issues/58997)) ([f1a7fd0](https://github.com/frappe/erpnext/commit/f1a7fd006d95b5b3aea08845f1dca63047596369)) * read posting date confirmation setting from boot data ([1349e0b](https://github.com/frappe/erpnext/commit/1349e0b3abec488e8396e24df5077d1529d863d7)) * refresh posting date confirmation setting ([a404d9b](https://github.com/frappe/erpnext/commit/a404d9b4e8a80755fececfcade5ffd697c38e9ec)) * reset price list fallback when changing parties ([#58893](https://github.com/frappe/erpnext/issues/58893)) ([6751264](https://github.com/frappe/erpnext/commit/6751264ba578c58b9beb0fb2debb5e7a3d9f805d)) * resolve conflicts ([2add72b](https://github.com/frappe/erpnext/commit/2add72ba3675ac507f87bed4054b636a7af5d805)) * **selling:** add email permission check on `send_emails` (backport [#58935](https://github.com/frappe/erpnext/issues/58935)) ([#58938](https://github.com/frappe/erpnext/issues/58938)) ([a79abc0](https://github.com/frappe/erpnext/commit/a79abc046245dfbd83067e2c57c1cae298bb1cc4)) * **selling:** exclude fully billed orders from the invoice picker (backport [#58966](https://github.com/frappe/erpnext/issues/58966)) ([#58967](https://github.com/frappe/erpnext/issues/58967)) ([5d9cbd9](https://github.com/frappe/erpnext/commit/5d9cbd97557ae26f66384a818bb2a4bd6595f989)) * **selling:** list billable sales orders oldest first (backport [#59010](https://github.com/frappe/erpnext/issues/59010)) ([#59011](https://github.com/frappe/erpnext/issues/59011)) ([8672a6e](https://github.com/frappe/erpnext/commit/8672a6e604fc8fb873f740175485b452ff069a81)) * **stock:** distribute additional costs when incoming items have no value ([b603581](https://github.com/frappe/erpnext/commit/b6035810f062eacad9507208b77828377d12bf78)) * **stock:** do not rebuild the Warehouse tree on an account map miss (backport [#58956](https://github.com/frappe/erpnext/issues/58956)) ([#58973](https://github.com/frappe/erpnext/issues/58973)) ([6fb76eb](https://github.com/frappe/erpnext/commit/6fb76eba712d3b4b09c93acdfd6c8b9163fcaa0e)) * **stock:** guard inventory dimension lookup without reference document ([#58889](https://github.com/frappe/erpnext/issues/58889)) ([b21ca36](https://github.com/frappe/erpnext/commit/b21ca364287246217aac417d0c13e5c066101709)) * **stock:** ignore disabled price lists on transactions (backport [#58926](https://github.com/frappe/erpnext/issues/58926)) ([#58931](https://github.com/frappe/erpnext/issues/58931)) ([53e5339](https://github.com/frappe/erpnext/commit/53e53390f4359e4d2b5bf303ba02e7b1fae054a3)) * **stock:** remove empty delivery stops after mapping ([#58896](https://github.com/frappe/erpnext/issues/58896)) ([ca33019](https://github.com/frappe/erpnext/commit/ca33019fdf6e9416c46c85f84005f1d2fd7a39b6)) * **stock:** set item_name to fetch if empty in packing slip item ([#58925](https://github.com/frappe/erpnext/issues/58925)) ([9e5d87a](https://github.com/frappe/erpnext/commit/9e5d87ac4afc83b481238cebdd74373ec702c57e)) * **stock:** show actual outgoing rate in ledger preview ([#58700](https://github.com/frappe/erpnext/issues/58700)) ([2932793](https://github.com/frappe/erpnext/commit/2932793af02498dd6f8485ec0d04447d1e86ff56)) * **stock:** use correct field when reading previous stock closing balance (backport [#55898](https://github.com/frappe/erpnext/issues/55898)) ([#58854](https://github.com/frappe/erpnext/issues/58854)) ([70f391d](https://github.com/frappe/erpnext/commit/70f391d5e79e9a9327a2098de730f46f7f79d5c8)), closes [#54819](https://github.com/frappe/erpnext/issues/54819) * **stock:** value stock entry rows as of the posting date (backport [#59042](https://github.com/frappe/erpnext/issues/59042)) ([#59048](https://github.com/frappe/erpnext/issues/59048)) ([7db6303](https://github.com/frappe/erpnext/commit/7db6303ac2cbbdfb44cd7a305cce51dac2c7b0ea)) * **subcontracting:** cannot select Against Finished Good on customer receipt (backport [#58949](https://github.com/frappe/erpnext/issues/58949)) ([#58951](https://github.com/frappe/erpnext/issues/58951)) ([df62766](https://github.com/frappe/erpnext/commit/df62766157f06cdf7cd4a86b896142de5fb1e237)) * **subcontracting:** validate project across the subcontracting flow ([#58965](https://github.com/frappe/erpnext/issues/58965)) ([0095560](https://github.com/frappe/erpnext/commit/0095560dc7aefc115513c3c7599e9f3ce7c282f6)) * sync translations from crowdin (version-16-hotfix) ([#59052](https://github.com/frappe/erpnext/issues/59052)) ([442fcd3](https://github.com/frappe/erpnext/commit/442fcd33e966d2dd9a01b674d3dded278e68546a)) * validate shelf life for automatically created expiring batches ([#58911](https://github.com/frappe/erpnext/issues/58911)) ([fa504b8](https://github.com/frappe/erpnext/commit/fa504b87dbe165b303a56610064353a687a97f66)) ### Features * **stock:** multi select item and warehouse filters in warehouse wise item balance ([bf33bc1](https://github.com/frappe/erpnext/commit/bf33bc17c04efef74bfe42588ef6e9a1d9f7fede)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ae0ec5e4378..35a9b49abd7 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.34.2" +__version__ = "16.35.0" def get_default_company(user=None):