From f087da927aba08542e319ea9a76797cf5bd25b7b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 1 Jul 2025 12:02:06 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.67.0 # [15.67.0](https://github.com/frappe/erpnext/compare/v15.66.1...v15.67.0) (2025-07-01) ### Bug Fixes * accounting entries for standalone credit notes ([cfc8c61](https://github.com/frappe/erpnext/commit/cfc8c610fa793777b4f1c438abd32ea74db53548)) * better integration of Pick List with Delivery Note (backport [#47831](https://github.com/frappe/erpnext/issues/47831)) ([#48158](https://github.com/frappe/erpnext/issues/48158)) ([8f47505](https://github.com/frappe/erpnext/commit/8f475056048aac4ad5e694b3229d39caac22619a)) * customer section on pos item cart (backport [#48284](https://github.com/frappe/erpnext/issues/48284)) ([#48285](https://github.com/frappe/erpnext/issues/48285)) ([b6e0953](https://github.com/frappe/erpnext/commit/b6e09531d79bad68b7621d571ddcb639e0f65dae)) * customer_group import from lead to customer ([#48266](https://github.com/frappe/erpnext/issues/48266)) ([5463a8b](https://github.com/frappe/erpnext/commit/5463a8b6cfe5f467b17c1a661c4426c29a36b67e)) * default UOMs by new stock Entry created by Stock Level section button ([f1062c6](https://github.com/frappe/erpnext/commit/f1062c61f62164b11a94a689e3e47731ff4480ae)) * disassemble qty calculation & max calculation to be allowed to create it ([bf78f61](https://github.com/frappe/erpnext/commit/bf78f6173c3f28e93f8a08fca4eb0bceb39bc789)) * failing test case ([bde63ed](https://github.com/frappe/erpnext/commit/bde63ed0e50786725759502010b39eb706ab3ed5)) * func parameters ([c69bb74](https://github.com/frappe/erpnext/commit/c69bb746ce44021f2cd68b084d8103b096884d9b)) * not able to save material request ([0e2bca4](https://github.com/frappe/erpnext/commit/0e2bca4b34d502ddd80223503a768021d1f1eb76)) * option to pick serial / batch for asset repair ([7de15b7](https://github.com/frappe/erpnext/commit/7de15b74d411236f0244e71c11e79f220df9c5a6)) * **pos invoice:** search using customer name (backport [#48279](https://github.com/frappe/erpnext/issues/48279)) ([#48323](https://github.com/frappe/erpnext/issues/48323)) ([ab20b96](https://github.com/frappe/erpnext/commit/ab20b965ca3406fd297181747becc4b288fe32b7)) * saperated validations for each purpose of validation ([0c07dfa](https://github.com/frappe/erpnext/commit/0c07dfadfe300befc5bfb0a9cffa1da1cef210c9)) * update salvage value after value adjustment (backport [#48228](https://github.com/frappe/erpnext/issues/48228)) ([#48248](https://github.com/frappe/erpnext/issues/48248)) ([ef202d7](https://github.com/frappe/erpnext/commit/ef202d7cd0c0fda494f24fea07f903366e75c7c8)) * use company default currency in amount_eligible_for_commission ([9b8fffd](https://github.com/frappe/erpnext/commit/9b8fffd1d4457e47b00d06c624b0440de112967d)) * use gain_loss_posting_date instead of today ([ff36284](https://github.com/frappe/erpnext/commit/ff362843cb037eef7c6728fb876d0b6d6fba3793)) * use label "State/Province" for translatability (backport [#48273](https://github.com/frappe/erpnext/issues/48273)) ([#48286](https://github.com/frappe/erpnext/issues/48286)) ([af55ce0](https://github.com/frappe/erpnext/commit/af55ce0f6c1469977ed4812aa1b2ea8327878905)) * validate asset before repair ([a1eab1d](https://github.com/frappe/erpnext/commit/a1eab1db74b93f018b41911706885c499aaae9a5)) ### Features * added Transfer and Issue option in purpose ([1f7eccd](https://github.com/frappe/erpnext/commit/1f7eccdac5b9b71fe49f9524f3c1a0de1331c3f8)) ### Performance Improvements * use set_value for updating bank clearance_date ([a0db227](https://github.com/frappe/erpnext/commit/a0db227a7af8feb2fa00e4e8c90317ace83408b3)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4062c37ef2d..6f40f7a9513 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.66.1" +__version__ = "15.67.0" def get_default_company(user=None):