mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
chore(release): Bumped to Version 16.5.0
# [16.5.0](https://github.com/frappe/erpnext/compare/v16.4.1...v16.5.0) (2026-02-11) ### Bug Fixes * Added a missing option to the currency field (backport [#52528](https://github.com/frappe/erpnext/issues/52528)) ([#52587](https://github.com/frappe/erpnext/issues/52587)) ([1c3fe00](1c3fe000ba)) * Added validation for quality inspection in job card ([a1ec68c](a1ec68cd1e)) * apply composite asset logic only in draft ([d2387a3](d2387a3af8)) * **balance sheet:** removed the extra labels from the chart ([6a9a28b](6a9a28b4ae)) * **buying:** add supplier group link filters in field level ([9886b46](9886b46cb4)) * correctly calculate running balances for financial report ([7df18af](7df18af799)) * do not show update stock flag unneccessarily ([c0c6cc5](c0c6cc58ed)) * email campaign timeout issue (backport [#51994](https://github.com/frappe/erpnext/issues/51994)) ([#52556](https://github.com/frappe/erpnext/issues/52556)) ([e753df8](e753df8ff0)) * enabling skip delivery option for order type maintenance ([7a78e97](7a78e9705c)) * **gross profit report:** translate column Sales Invoice ([6ff8820](6ff8820732)) * **gross-profit:** handle item group filters ([0d02bbb](0d02bbb01a)) * **gross-profit:** handle returns outside sale period ([9b32c84](9b32c84462)) * handle gross profit and percentage for return invoices ([d081a26](d081a26608)) * item code is tuple with operation id ([9d14c0b](9d14c0b60e)) * **manufacturing:** fix chart period keys ([b99ca48](b99ca486d7)) * **manufacturing:** handle None value for actual_end_date ([b1b75ec](b1b75eca3d)) * **map_current_doc:** prevent mutation of query args in get_query (backport [#52202](https://github.com/frappe/erpnext/issues/52202)) ([#52584](https://github.com/frappe/erpnext/issues/52584)) ([b8256e5](b8256e5f31)) * move company field to first position in sales invoice, purchase invoice, sales order, purchase order and journal entry ([e53ccd0](e53ccd0745)) * not able to complete job card ([c5ff534](c5ff534d58)) * operation status and bom validation ([1122265](11222653ce)) * Period Closing Voucher doesn't exist for GL Entry ([921584c](921584c769)) * process loss error incorrectly thrown even when semi FG BOM does not have any process loss ([4a7ffce](4a7ffce320)) * **quotation:** ignore zero ordered_qty ([cf7c127](cf7c127dc6)) * rate comparison in stock reco ([1f78f45](1f78f45aee)) * remove customer_pos_id reference ([#52396](https://github.com/frappe/erpnext/issues/52396)) ([ab59f73](ab59f73064)) * remove incorrect validation from email digest throwing spurious error (backport [#51827](https://github.com/frappe/erpnext/issues/51827)) ([#52579](https://github.com/frappe/erpnext/issues/52579)) ([dffb6ac](dffb6ac4cf)) * return None instead of 0 if valuation rate is falsy ([64a7956](64a7956a4a)) * stock balance report issue ([62616ad](62616ad9e1)) * stock reservation created against job card ([305483e](305483e074)) * **stock:** add is group filter for warehouse fields ([23a26b5](23a26b540b)) * **stock:** ignore pos reserved batches for stock levels ([e2c1204](e2c12043ae)) * **stock:** inward stock for pick list test record ([801a26a](801a26ae67)) * **stock:** set source warehouse for issue type ([53e512c](53e512ceaf)) * **stock:** update target field attribute ([96dfecf](96dfecf0d5)) * test cases ([ece8d00](ece8d00415)) * validate asset movement transaction date ([#52340](https://github.com/frappe/erpnext/issues/52340)) ([898d2e3](898d2e3c9a)) * Workspace sidebar links for Debit/Credit Notes ([29d33b3](29d33b3139)) ### Features * **accounts:** expand Journal Entry Template to support dimensions and party ([#51621](https://github.com/frappe/erpnext/issues/51621)) ([d06a46a](d06a46ae85)) * allow negative stock for the batch item ([b6afe7f](b6afe7f4da)) ### Reverts * "fix: allow sales invoice to be renamed" ([abef910](abef9109b0))
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.4.1"
|
||||
__version__ = "16.5.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user