From ca9f9de39ffa66a810aa8e790e6658f3fe1ffef5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 25 Feb 2026 06:34:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.7.0 # [16.7.0](https://github.com/frappe/erpnext/compare/v16.6.1...v16.7.0) (2026-02-25) ### Bug Fixes * **`fiscal_year_company`:** made `company` field mandatory ([54bed64](https://github.com/frappe/erpnext/commit/54bed643562179891467cb74ff634d7784292d4f)) * **`fiscal_year`:** `Fiscal Year` auto-generation and notification ([92c2c7b](https://github.com/frappe/erpnext/commit/92c2c7bf826ee1cfe58011ddcdadf259b0f6c153)) * Add handling for Sales Invoice Item quantity field ([f6a1ea8](https://github.com/frappe/erpnext/commit/f6a1ea804a6a4d61df43f2b9b75178c4cc3b8234)) * add missing property_type ([dd41f2c](https://github.com/frappe/erpnext/commit/dd41f2ceb75a53ffcdf65e7934397c38b84e0bca)) * add purchase invoice as well ([2d864bb](https://github.com/frappe/erpnext/commit/2d864bb599f44b325f2d4a00f3ea836a36f0db87)) * addresses portal (backport [#52712](https://github.com/frappe/erpnext/issues/52712)) ([#52786](https://github.com/frappe/erpnext/issues/52786)) ([d7b61b9](https://github.com/frappe/erpnext/commit/d7b61b945f07902a542597f12e813e9c55dc0991)) * **asset:** handle partial asset sales by splitting remaining quantity (backport [#51363](https://github.com/frappe/erpnext/issues/51363)) ([#52394](https://github.com/frappe/erpnext/issues/52394)) ([10be8f1](https://github.com/frappe/erpnext/commit/10be8f19e211fd7fa5b420dcee9d0f62b065d817)) * avoid duplicate taxes and charges rows in payment entry (backport [#52178](https://github.com/frappe/erpnext/issues/52178)) ([#52319](https://github.com/frappe/erpnext/issues/52319)) ([e6f7a7e](https://github.com/frappe/erpnext/commit/e6f7a7e979fffd5c24b1be4076a393efdf84c1ef)) * better permissions on make payment request ([a5c83dd](https://github.com/frappe/erpnext/commit/a5c83dd11ec27030bd29e62a3210afbe89ad090a)) * bug with comparison regarding `None` values and empty string ([66d1b7c](https://github.com/frappe/erpnext/commit/66d1b7c837977a64898edc34909fb1ff998723a9)) * check gl account of an associated bank account in bank transaction ([746b5d9](https://github.com/frappe/erpnext/commit/746b5d96de47d441a5642ef90ae58498c1aa256b)) * enfore permission on make_payment_request ([8184599](https://github.com/frappe/erpnext/commit/81845992a65597f64db961a75e1f47dc570ca0ad)) * fiscal year notification subject ([e8c5d57](https://github.com/frappe/erpnext/commit/e8c5d5710d0d38a001b3d7f1aa9733b82eeaab21)) * get employee email with priority if preferred is not set ([116361c](https://github.com/frappe/erpnext/commit/116361c1dc983d563f3e491140d4775cdfd7136c)) * ignore permissions instead of saving parent ([715dbc0](https://github.com/frappe/erpnext/commit/715dbc00931b547915e1f944f1dc004c0197050f)) * inconsistent label name between parent and child ([b56c444](https://github.com/frappe/erpnext/commit/b56c444f185c2459ff91a7bda757f96a03e894f1)) * item code shows undefined ([0fd9fc4](https://github.com/frappe/erpnext/commit/0fd9fc48f33a5d787ca6a0a6f2063b53a1b30080)) * link field displays incorrect value when empty ([b67d42e](https://github.com/frappe/erpnext/commit/b67d42ee58d8d2f95832d8ffc8d10e876241ee36)) * **manufacturing:** remove delete query of job card & batch and serial no ([#52840](https://github.com/frappe/erpnext/issues/52840)) ([9ff924e](https://github.com/frappe/erpnext/commit/9ff924e8317a221a6c29ff90e652ca85ba84343b)) * **manufacturing:** set pick list purpose while creating it from work order ([131e279](https://github.com/frappe/erpnext/commit/131e279a0cd1668bd61934771ea63fd066580b93)) * **manufacturing:** update status for work order before calculating planned qty ([61d339c](https://github.com/frappe/erpnext/commit/61d339cfa72aeeeddb0a313a609a6678e04159f7)) * material request on receive notification condition ([785773b](https://github.com/frappe/erpnext/commit/785773b0ac084c7b76c6d2bbe67195653d97e82d)) * permission issue for quotation item during update item ([bccca6f](https://github.com/frappe/erpnext/commit/bccca6f58e3bc8c46985cd22666c0a72727a74c6)) * populate doctypes to be ignored table in validate ([237e458](https://github.com/frappe/erpnext/commit/237e4583e2f49bc112739afdf8504cbd4a572aa7)) * prevent precision errors in discount distribution with inclusive tax ([0e2e89c](https://github.com/frappe/erpnext/commit/0e2e89c355a711438895f27a9ffc4c4a1639b18d)) * **Purchase Receipt:** copy project from first row when adding items ([77da330](https://github.com/frappe/erpnext/commit/77da3306b5c9897ab387676bfe2a3a4019aceec1)) * remove form tour for sales and purchase order ([aac7fc3](https://github.com/frappe/erpnext/commit/aac7fc30d5a095a5c925219a5ceda66178ed4499)) * remove supplier invoice date/posting date validation ([cfad7e1](https://github.com/frappe/erpnext/commit/cfad7e17f12e0df8d050cf7f9af3dd6ec7657eba)) * reservation based on field should be read only in SRE ([a499b7e](https://github.com/frappe/erpnext/commit/a499b7e0469f4ce807228b80e7309a49b5202b37)) * sales and purchase modules forms clean-up (backport [#52875](https://github.com/frappe/erpnext/issues/52875)) ([#52911](https://github.com/frappe/erpnext/issues/52911)) ([2177098](https://github.com/frappe/erpnext/commit/217709836bf1d84c4c72bba5be251ffb6f7e1864)) * **sales-order:** update quotation status while cancelling sales order ([#52822](https://github.com/frappe/erpnext/issues/52822)) ([3a0f90c](https://github.com/frappe/erpnext/commit/3a0f90c433363ca5beea32fbd2b86302f74925ce)) * sensible insufficient stock message in pick list ([dbe2a87](https://github.com/frappe/erpnext/commit/dbe2a87a8463195bf02a5a14b0a266fae9c0cb4d)) * setup fails to set abbr to departments ([b15db05](https://github.com/frappe/erpnext/commit/b15db05ef87fc2248d6e4f2e0cb018151aeceef4)) * skip empty dimension values in exchange gain loss ([780b626](https://github.com/frappe/erpnext/commit/780b626ae50c94a93456d04feb1c140c4121867e)) * standalone sales invoice return should not fallback to item master for valuation rate ([6e1a808](https://github.com/frappe/erpnext/commit/6e1a8083a5db36137dc597dc1e00ee2e4a6b8132)) * supplier_type appears multiple times ([9a2eb91](https://github.com/frappe/erpnext/commit/9a2eb91eec67e8cda610f25a341a841068f4ee5e)) * test cases related to default letterhead change ([1e64dea](https://github.com/frappe/erpnext/commit/1e64dea6a078c3fe388220017aac3036ea1af114)) * typo ([d0c2cc8](https://github.com/frappe/erpnext/commit/d0c2cc848c11d2800ed6bf3cf892263ca2904595)) * typo ([0c4b9ea](https://github.com/frappe/erpnext/commit/0c4b9ea9ca779d5467e179a78b96ba2854278041)) * unable to submit subcontracting order if created from material request ([c5bc92d](https://github.com/frappe/erpnext/commit/c5bc92d50ee1a3e81d9e1ade8adc6c4f1ee5a4b8)) * unhide book_advance_payments_in_separate_party_account check field in Payment Entry doctype ([13d153c](https://github.com/frappe/erpnext/commit/13d153c196c7e1cbd066c4bcbedd8b137116edef)) * update items fetches wrong item code ([3355c60](https://github.com/frappe/erpnext/commit/3355c60c799a9dfc0a2da0a975a1bbaab4a5781f)) * update modified timestamp in json ([74a3965](https://github.com/frappe/erpnext/commit/74a3965a12b61761739c96d12f103959fd0b6e87)) * use stock qty instead of qty when updating transferred qty in WO ([90e61ab](https://github.com/frappe/erpnext/commit/90e61abff44da5ac94903a123ab65c770a236626)) * user permission on reports (backport [#52709](https://github.com/frappe/erpnext/issues/52709)) ([#52757](https://github.com/frappe/erpnext/issues/52757)) ([893683a](https://github.com/frappe/erpnext/commit/893683a512e0e00ad420b1ccf3ff0c5c7598b909)) * **work_order:** update returned qty ([c4ba3c9](https://github.com/frappe/erpnext/commit/c4ba3c9c4b788b0e009e4bf3dab9208f90ec8d2e)) ### Features * default letterhead and print format ([4adcc1c](https://github.com/frappe/erpnext/commit/4adcc1c52167304b26b624291095f1e0512bae04)) * **Journal Entry Account:** add Bank Transaction as Reference Type (backport [#52760](https://github.com/frappe/erpnext/issues/52760)) ([#52816](https://github.com/frappe/erpnext/issues/52816)) ([2c5bdef](https://github.com/frappe/erpnext/commit/2c5bdefd1367c45016025a72daada40d4bc4cba2)) * module onboarding ([858119f](https://github.com/frappe/erpnext/commit/858119f907f736ac3127a3cd448e2a8951fd5431)) * **payment request:** create payment request as per payment schedules ([751a081](https://github.com/frappe/erpnext/commit/751a0812538cf77c0967f4356f9d1275466f8d26)) * **payment_request:** add option to calculate request amount using payment schedule ([298ea33](https://github.com/frappe/erpnext/commit/298ea33922700f094e1d7e38249e0f3f2dd0f09a)) * retrieve employee basic contact information ([f701407](https://github.com/frappe/erpnext/commit/f701407e23e3c7b450596e6809d60223eb4d4053)) * retrieve employee contact details ([94f9f8b](https://github.com/frappe/erpnext/commit/94f9f8b30a4c432a2785301c442338cdb9fc70a4)) * standard print format for Sales Order and Purchase Invoice ([222f51b](https://github.com/frappe/erpnext/commit/222f51b4d02edf5c84fad50c365e9f04de454e21)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 15589b1dc24..5c19e15db66 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.6.1" +__version__ = "16.7.0" def get_default_company(user=None):