mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 23:48:38 +00:00
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](52ea9641ce)) * adjust outstanding amount calculation in purchase and sales registers ([1a2a9b6](1a2a9b6cfc)) * allow rename for Quality Inspection Parameter ([410a772](410a772510)) * **asset:** conditionally show Is Fully Depreciated field ([0e730bf](0e730bf1c7)) * 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](0829cb45a8)) * **controllers:** fix supplier-RFQ portal list query (wrong column + Postgres DISTINCT) ([3abadc7](3abadc7a5f)) * **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](30ba950abd)) * 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](df1b4431b6)) * exclude virtual child doctypes from deletion in transaction deletion record ([8a66570](8a665709d2)) * gross profit calculation with rate adjustment entries ([9c5b063](9c5b063884)) * handle missing serial and batch bundle in print format ([c84d4a2](c84d4a282d)) * 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](b4d83e542a)) * job card timer issue (backport [#56405](https://github.com/frappe/erpnext/issues/56405)) ([#56406](https://github.com/frappe/erpnext/issues/56406)) ([54c45d7](54c45d7b22)) * **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](bd54c7fea8)) * **letter-head:** guard company lookups when doc has no company field ([89059a9](89059a990f)) * link portal address rows to web form ([3a480c0](3a480c08b1)) * manual backport of [#55896](https://github.com/frappe/erpnext/issues/55896) ([490e125](490e125267)) * party aliases should be no copy ([0b42241](0b42241682)) * 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](e3958ad7bb)) * remove dead bundle helper call from purchase receipt print format ([2eaa635](2eaa635ab6)) * remove frappe.utils from jinja context in process statement of accounts ([37ec2d0](37ec2d0edd)) * rewrite item rate calculation (backport [#56315](https://github.com/frappe/erpnext/issues/56315)) ([ef3d444](ef3d444a60)) * set mr status to received when per_received is 100 even if per_ordered < 100 ([4181246](41812462b4)) * show contextual balance label on party dashboard for net balances ([a886d0b](a886d0b445)) * skip qty over-allowance check for non-stock items only ([bc313dc](bc313dc09d)) * **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](2c18c16be6)) * 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](e834098c28)) * update qty in future SLEs when cancelling documents ([#56638](https://github.com/frappe/erpnext/issues/56638)) ([01374db](01374db8da)) * update_qty_in_future_sle skips SLEs with same posting datetime ([#56612](https://github.com/frappe/erpnext/issues/56612)) ([5aa62d1](5aa62d1cda)) * 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](762ce5c684)) * use correct variable to fetch valuation method ([d2c8df9](d2c8df9451)) ### Features * **accounts:** add configurable job timeout for Process Period Closing Voucher ([d389014](d389014e57))
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user