Skip to content

Commit 9312781

Browse files
committed
chore(release): Bumped to Version 16.14.0
# [16.14.0](v16.13.3...v16.14.0) (2026-04-14) ### Bug Fixes * account change in warehouse (backport [#54182](#54182)) ([#54205](#54205)) ([b42e239](b42e239)) * add closing div tab ([7e5297a](7e5297a)) * add drop ship logic in gross profit report (backport [#54220](#54220)) ([#54277](#54277)) ([bd6269b](bd6269b)) * add permission validation when prompting company details for incomplete letterhead data ([f2450ea](f2450ea)) * add quotation print format in the list ([bb77018](bb77018)) * banner to enable serial / batch feature ([dea2d21](dea2d21)) * batch/serial should use parent's posting datetime for naming (backport [#54206](#54206)) ([#54209](#54209)) ([3bdac5c](3bdac5c)) * conflicting issue ([57e458c](57e458c)) * conflicting issue ([29be73c](29be73c)) * fetch correct expense account for operations in stock entry (backport [#54278](#54278)) ([#54281](#54281)) ([63ec36a](63ec36a)) * handle multi uom conversion factor for manufacture entry (backport [#54285](#54285)) ([#54286](#54286)) ([d5143ed](d5143ed)) * hardcoded precision causing decimal issues ([e361afb](e361afb)) * inventory dimension patch (backport [#54141](#54141)) ([#54146](#54146)) ([f2b3ade](f2b3ade)) * inventory dimension patch (backport [#54147](#54147)) ([#54149](#54149)) ([943ddff](943ddff)) * inventory dimensions should not be mandatory unnecesarily (backport [#54064](#54064)) ([#54134](#54134)) ([7b0d34e](7b0d34e)) * last SLE not updated in the file ([60a1da0](60a1da0)) * make operation mandatory when any sub operation row is added (backport [#54245](#54245)) ([#54248](#54248)) ([394eb93](394eb93)) * **manufacturing:** check remaining qty to calculate operating cost (backport [#53983](#53983)) ([#54128](#54128)) ([856ba24](856ba24)) * not able to submit the PO (backport [#54257](#54257)) ([#54261](#54261)) ([9d90fc4](9d90fc4)) * preserve asset movement field properties after save ([b7f1677](b7f1677)) * quality inspection item code fetch perm issue (backport [#54121](#54121)) ([#54127](#54127)) ([9d31712](9d31712)) * remove unneccessary function for serial no status updation (backport [#54191](#54191)) ([#54197](#54197)) ([4e828fd](4e828fd)) * remove unused print format ([f5a9657](f5a9657)) * replace raw SQL with qb in get_against_jv to prevent SQL injection ([8f86a28](8f86a28)) * **sales invoice:** toggle Get Items From button based on is_return and POS view (backport [#52594](#52594)) ([#54139](#54139)) ([fe2161e](fe2161e)) * **selling:** enable selling_settings creation through fixtures (backport [#54177](#54177)) ([#54215](#54215)) ([d2745f3](d2745f3)) * set default posting time in RIV ([1086a72](1086a72)) * Set remarks blank instead of No remarks in Sales/Purchase Invoices ([a71814a](a71814a)) * **stock:** ignore delivery note on delivery trip on_cancel trigger (backport [#54120](#54120)) ([#54123](#54123)) ([864a7fd](864a7fd)) * **stock:** remove float precision to fix precision issue (backport [#54284](#54284)) ([#54289](#54289)) ([6e3549d](6e3549d)) * **stock:** update bin to zero when no previous sle exists (backport [#54236](#54236)) ([#54264](#54264)) ([2c292f4](2c292f4)) * **test:** Remove usage of No remark as remark in tests ([6993255](6993255)) * timer not showing in job card (backport [#53839](#53839)) ([#54212](#54212)) ([7d8f59e](7d8f59e)) * update return value in workstation list view indicator (backport [#54198](#54198)) ([#54201](#54201)) ([22774fd](22774fd)) * update_nsm only in warehouse creation ([#54165](#54165)) ([abb896e](abb896e)) * wrong operation time calculation (backport [#53796](#53796)) ([#54274](#54274)) ([d0bff47](d0bff47)) ### Features * Allowing operation level quality inspection check in BOM (backport [#53859](#53859)) ([#54144](#54144)) ([233dc7c](233dc7c)) * default print format for Quotation ([a8769bf](a8769bf))
1 parent e65596f commit 9312781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from frappe.model.document import Document
77
from frappe.utils.user import is_website_user
88

9-
__version__ = "16.13.3"
9+
__version__ = "16.14.0"
1010

1111

1212
def get_default_company(user=None):

0 commit comments

Comments
 (0)