Skip to content

Commit c99b9e1

Browse files
committed
chore(release): Bumped to Version 16.15.0
# [16.15.0](v16.14.0...v16.15.0) (2026-04-22) ### Bug Fixes * **accounts:** fetch project name from payment entry to journal entry (backport [#54307](#54307)) ([#54453](#54453)) ([62a9a76](62a9a76)) * add portal user ownership check to supplier quotation (backport [#54298](#54298)) ([#54300](#54300)) ([d7da5b0](d7da5b0)) * add project filter to accounts payable and receivable reports (backport [#54344](#54344)) ([#54442](#54442)) ([57cd2a0](57cd2a0)) * append row level user remarks in gl map ([aa359ad](aa359ad)) * changed qty validation from qty field to stock_qty (backport [#54352](#54352)) ([#54357](#54357)) ([fa76e8a](fa76e8a)) * clear conditions table when calculate_based_on is set to Fixed ([7849733](7849733)) * clear shipping rule conditions for fixed shipping rule ([319d769](319d769)) * **dashboard-trends:** set default fiscal year and company before val… (backport [#54339](#54339)) ([#54400](#54400)) ([b1825c0](b1825c0)) * default company perms for HR manager ([47abaf7](47abaf7)) * default perm for HR manager & HR user ([95213fb](95213fb)) * default perm for HR manager & HR user ([a7b1fec](a7b1fec)) * default permission for HR manager role ([534891a](534891a)) * default permission for HR User role ([0d6d64f](0d6d64f)) * Disallow negative rates in Purchase invoice (backport [#54254](#54254)) ([#54393](#54393)) ([cac9073](cac9073)) * dropship logic should come above non stock logic in gross profit… (backport [#54383](#54383)) ([#54385](#54385)) ([78aaf6c](78aaf6c)) * fetch item tax template from item group when creating item (backport [#54258](#54258)) ([#54368](#54368)) ([3914d5d](3914d5d)) * hide operations field in bom creator if phantom (backport [#54336](#54336)) ([#54337](#54337)) ([b252ad4](b252ad4)) * make Target Warehouse mandatory on UI ([46f5de0](46f5de0)) * **manufacturing:** handle empty list in query builder ([d2cc549](d2cc549)) * move make_dimension_in_accounting_doctypes from after_insert to on_update ([f287edd](f287edd)) * negative batch report showing same batch-warehouse multiple times ([493f36b](493f36b)) * non-collapsible in customer quick entry ([101f68c](101f68c)) * **pos_invoice_item:** fetch `grant_commission` from `item_code` (backport [#54413](#54413)) ([#54418](#54418)) ([dd6d4d1](dd6d4d1)) * **purchase_register:** filter tax rows by parenttype in invoice tax map query (backport [#54272](#54272)) ([#54444](#54444)) ([01aff64](01aff64)) * recalculate operating costs if workstation type is changed (backport [#54390](#54390)) ([#54398](#54398)) ([cfcba1f](cfcba1f)) * remove unwanted perm for HR user role ([4940aeb](4940aeb)) * reset base_rounded_total when rounded_total resets (backport [#54241](#54241)) ([#54304](#54304)) ([45052ce](45052ce)) * resolve conflict ([9e6300b](9e6300b)) * sales order is not valid when creating WO from MR from PP (backport [#54435](#54435)) ([#54436](#54436)) ([5397b7d](5397b7d)) * Table row in dialog should not have delete row option ([5916e57](5916e57)) * **taxes_and_totals:** apply conversion_rate to taxable_amount in get_itemised_tax ([d506e57](d506e57)) * **test:** missing repost allowed defaults ([d49c343](d49c343)) * use qty instead of stock qty dropship gross profit report (backport [#54389](#54389)) ([#54391](#54391)) ([7556550](7556550)) * validate south africa company in vat audit report (backport [#54030](#54030)) ([#54394](#54394)) ([aa2cba9](aa2cba9)) * zero valuation rate popup on SI (backport [#54376](#54376)) ([#54377](#54377)) ([104eac2](104eac2)) ### Features * add option to create production plan from sales order (backport [#53662](#53662)) ([#54323](#54323)) ([b487f69](b487f69)) * add support for 'not applicable' tax in item tax templates ([#50898](#50898)) ([52a4ca9](52a4ca9)) * backflush based on in BOM ([2c73e37](2c73e37)) * make fg phantom-able in bom creator (backport [#54332](#54332)) ([#54333](#54333)) ([10dbfd3](10dbfd3)) * use single remark field with custom remark toggle ([27c5dab](27c5dab))
1 parent a974721 commit c99b9e1

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.14.0"
9+
__version__ = "16.15.0"
1010

1111

1212
def get_default_company(user=None):

0 commit comments

Comments
 (0)