mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-20 18:06:30 +00:00
chore(release): Bumped to Version 15.66.0
# [15.66.0](https://github.com/frappe/erpnext/compare/v15.65.4...v15.66.0) (2025-06-25) ### Bug Fixes * add descendants item groups to fetch the barcode items ([5cabdbf](5cabdbfe06)) * add is_group filter for warehouse ([ad0819f](ad0819feee)) * add party and party_name columns to trend reports ([ceab26d](ceab26d5f1)) * add validation for exchange gain/loss entries ([153ed04](153ed04161)) * **asset-invoice:** handle asset invoice cancellation ([d3daeaf](d3daeaf475)) * auto append_taxes_from_item_tax_template in backend ([2bf8dff](2bf8dffb60)) * coa reset root_type on unchecking is_group on new_node (backport [#48156](https://github.com/frappe/erpnext/issues/48156)) ([#48160](https://github.com/frappe/erpnext/issues/48160)) ([7c2bf02](7c2bf026ef)) * contract autoname ([1223f55](1223f5551f)) * fallback expense account and cost center in subcontracting receipt ([ac22c42](ac22c422c8)) * get already billed amount from current doc instead of database ([#48079](https://github.com/frappe/erpnext/issues/48079)) ([c2c5e45](c2c5e45bc6)) * incoming rate for the stand-alone credit note ([ad40bfe](ad40bfe4ea)) * modify query to fetch valid return qty ([764c71d](764c71d3e1)) * naming series field in bank transaction (backport [#48121](https://github.com/frappe/erpnext/issues/48121)) ([#48149](https://github.com/frappe/erpnext/issues/48149)) ([f0ddf1b](f0ddf1b223)) * **open_opportunity:** remove company=null filter (backport [#48222](https://github.com/frappe/erpnext/issues/48222)) ([#48224](https://github.com/frappe/erpnext/issues/48224)) ([2d7a7d9](2d7a7d9988)) * permission issue during reposting ([6896216](6896216276)) * pos item details fetch uoms on stock settings allow_uom_with_conversion_rate_defined_in_item configuration (backport [#48178](https://github.com/frappe/erpnext/issues/48178)) ([#48179](https://github.com/frappe/erpnext/issues/48179)) ([991ddfe](991ddfe187)) * pos item price in get_item and item search (backport [#47925](https://github.com/frappe/erpnext/issues/47925)) ([#48217](https://github.com/frappe/erpnext/issues/48217)) ([f8cfbda](f8cfbda4e0)) * resolved conflicts ([881dcf8](881dcf817f)) * SABB validation during the LCV ([b3d337a](b3d337a45b)) * setup wizard load chart of accounts and fiscal year on change of country (backport [#48125](https://github.com/frappe/erpnext/issues/48125)) ([#48128](https://github.com/frappe/erpnext/issues/48128)) ([f85b08d](f85b08d2f5)) * stock adjustment entry to make stock balance zero (backport [#48245](https://github.com/frappe/erpnext/issues/48245)) ([#48247](https://github.com/frappe/erpnext/issues/48247)) ([41d22d0](41d22d0255)) * stock reconciliation validation for serial and batch ([89376dd](89376ddf8d)) * target inventory dimension for stock entry ([4e70005](4e70005937)) * Update indexing to populate correct values in trends report chart ([24f892d](24f892d582)) * update journal entry title on amend ([4341ac7](4341ac7e7a)) * Update transaction currency to company currency to show correct currency symbol ([651b952](651b9521b9)) * use currency from opportunity while creating quotation ([#45540](https://github.com/frappe/erpnext/issues/45540)) ([a6c5738](a6c5738f4b)) * use set_query on sales_order link field in work order ([b33bec4](b33bec4dad)) ### Features * add naming series for Contract Doctype ([b3c43e8](b3c43e8527)) * add search field for contract doctype ([27b5d94](27b5d9493a))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.65.4"
|
||||
__version__ = "15.66.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user