mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
chore(release): Bumped to Version 16.2.0
# [16.2.0](https://github.com/frappe/erpnext/compare/v16.1.0...v16.2.0) (2026-01-28) ### Bug Fixes * **accounts:** correct base grand total and rounded total mismatch (backport [#51739](https://github.com/frappe/erpnext/issues/51739)) ([#52101](https://github.com/frappe/erpnext/issues/52101)) ([6115f8f](6115f8fb9a)) * **asset capitalization:** update total_asset_cost on asset capitalisation submission (backport [#52077](https://github.com/frappe/erpnext/issues/52077)) ([#52115](https://github.com/frappe/erpnext/issues/52115)) ([4f16956](4f1695616a)) * autofill warehouse for packed items ([881562f](881562fc37)) * Bin reserved qty for production for extra material transfer ([bf53133](bf53133f94)) * calculate weighted average rate for customer provided items in subcontracting inward order ([7120fbd](7120fbd14b)) * check the payment ledger entry has the dimension ([#51823](https://github.com/frappe/erpnext/issues/51823)) ([7342b25](7342b2551b)) * check the payment ledger entry has the dimension (backport [#51823](https://github.com/frappe/erpnext/issues/51823)) ([#52108](https://github.com/frappe/erpnext/issues/52108)) ([1927adb](1927adbd2e)) * create DN btn should not be shown if it cannot be created ([30e6b5d](30e6b5daac)) * **customer:** add customer group filters ([b1716bf](b1716bfeef)) * disable asset repair when status is fully depreciated ([13e4849](13e4849c43)) * Ensure paid_amount is always numeric before calling allocate_amount_to_references (backport [#50935](https://github.com/frappe/erpnext/issues/50935)) ([#52036](https://github.com/frappe/erpnext/issues/52036)) ([e9f3f0f](e9f3f0f445)) * force user to enter batch or serial for serial/batch items ([91199ea](91199ea9c9)) * handle parent level project change ([0b7684e](0b7684eccd)) * handle undefined bank_transaction_mapping in quick entry ([22a8d48](22a8d483e1)) * job cards should not be deleted on close of WO ([7c2bbe0](7c2bbe0d82)) * **journal-entry:** prevent submit failure due to double background queuing (backport [#52083](https://github.com/frappe/erpnext/issues/52083)) ([#52087](https://github.com/frappe/erpnext/issues/52087)) ([46e6096](46e6096fe3)) * negative stock for purchae return ([fb3fb8c](fb3fb8ca5e)) * not able to complete the job card ([f486071](f486071cf6)) * **payment entry:** update currency symbol (backport [#51956](https://github.com/frappe/erpnext/issues/51956)) ([#52094](https://github.com/frappe/erpnext/issues/52094)) ([b1b1f25](b1b1f25bb1)) * **project:** add missing counter to project update naming series ([37a237d](37a237dbb7)) * rejected qty in PR doesn't consider conversion factor ([c7c7a55](c7c7a55a58)) * **sales order:** set project at item level from parent ([27fe754](27fe754a7d)) * **shipment:** user contact validation to use full name ([0a56647](0a56647a61)) * show everything else besides other party specific item ([7575861](75758610dd)) * show message if image is removed from item description (backport [#52088](https://github.com/frappe/erpnext/issues/52088)) ([#52097](https://github.com/frappe/erpnext/issues/52097)) ([53b7375](53b73757ed)) * **stock:** use purchase UOM in Supplier Quotation items ([f97b850](f97b850077)) * strip whitespace in customer_name ([41e6687](41e6687b35)) * swedish_address_template ([cff09b7](cff09b71cc)) * tests ([6fa60d2](6fa60d2f1a)) * throw if item order field is not set in subcontracting controller ([264855e](264855e5e1)) * unable to split asset from capitalization (backport [#52020](https://github.com/frappe/erpnext/issues/52020)) ([#52114](https://github.com/frappe/erpnext/issues/52114)) ([c1cc1db](c1cc1dbd27)), closes [#52016](https://github.com/frappe/erpnext/issues/52016) [#52016](https://github.com/frappe/erpnext/issues/52016) * UOM of item not fetching in BOM ([1b9a93f](1b9a93f90e)) * update country_wise_tax.json for Algerian Taxes (backport [#51878](https://github.com/frappe/erpnext/issues/51878)) ([#52038](https://github.com/frappe/erpnext/issues/52038)) ([8946f12](8946f12677)) * validation to check at-least one raw material for manufacture entry ([d067e37](d067e37ab6)) * warehouse permissions in MR incorrectly ignored ([504c84e](504c84e28a)) ### Features * **accounts:** retain filters when switching between financial statements (backport [#51668](https://github.com/frappe/erpnext/issues/51668)) ([#52117](https://github.com/frappe/erpnext/issues/52117)) ([9ed3801](9ed3801d06))
This commit is contained in:
@@ -6,7 +6,7 @@ import frappe
|
||||
from frappe.model.document import Document
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "16.1.0"
|
||||
__version__ = "16.2.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user