mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-11 19:05:08 +00:00
chore(release): Bumped to Version 16.13.0
# [16.13.0](https://github.com/frappe/erpnext/compare/v16.12.0...v16.13.0) (2026-04-07) ### Bug Fixes * add support to fetch items based on manufacture stock entry; fix how it's done from work order ([4232640](4232640a8b)) * add tax_id handling in Tax Withholding Entry (backport [#53598](https://github.com/frappe/erpnext/issues/53598)) ([#54081](https://github.com/frappe/erpnext/issues/54081)) ([dc58754](dc58754a60)) * auto-set source_stock_entry ([eead8d6](eead8d6d8c)) * avg stock entries for disassembly from WO ([0ceb084](0ceb084104)) * conflicts ([66ee208](66ee208cb2)) * correct warehouse preference for disassemble ([919cbd5](919cbd5c02)) * create source_stock_entry to refer to original manufacturing entry ([b91af5b](b91af5b2b9)) * custom button to disassemble manufactured stock entry with work order ([84a063a](84a063a9bf)) * dif_inward_from_outward_workspace_sidebar (backport [#54083](https://github.com/frappe/erpnext/issues/54083)) ([#54088](https://github.com/frappe/erpnext/issues/54088)) ([e6722c8](e6722c84fa)) * disassembly prompt with source stock entry field ([c9d03d0](c9d03d049c)) * divide sub-assembly cost by qty to get per-unit rate in BOM Creator (backport [#54090](https://github.com/frappe/erpnext/issues/54090)) ([#54091](https://github.com/frappe/erpnext/issues/54091)) ([454271a](454271ad68)) * do not repost GL if no change in valuation ([89e3e3c](89e3e3c59e)) * do not show inv dimension unnecessarily in stock entry (backport [#53946](https://github.com/frappe/erpnext/issues/53946)) ([#53951](https://github.com/frappe/erpnext/issues/53951)) ([573a1a0](573a1a0dcb)) * dynamic labels on invoice type change ([4705f53](4705f53d2c)) * ensure accurate rounding for item-wise tax and taxable amounts ([c4c76cc](c4c76cc1b2)) * GL entries for different exchange rate in the purchase invoice ([5719992](5719992cda)) * handle disassembly for secondary / scrap items ([d50279b](d50279b718)) * hide fields related to track Semi-Finished Goods if feature has disabled ([5a7d0d2](5a7d0d2765)) * include rejected qty in tax (purchase receipt) (backport [#53624](https://github.com/frappe/erpnext/issues/53624)) ([#53972](https://github.com/frappe/erpnext/issues/53972)) ([e230f72](e230f72e0b)) * manufacture entry with group_by support ([31ac46a](31ac46ae4c)) * **manufacturing:** handle null cur_dialog in BOM work order dialog (backport [#54011](https://github.com/frappe/erpnext/issues/54011)) ([#54015](https://github.com/frappe/erpnext/issues/54015)) ([01610b2](01610b2fa7)) * Party Field only visibile when party type selected ([f42a1e8](f42a1e8a14)) * prevent selection of group type customer group in customer master ([04cced2](04cced2fb5)) * print hide unnecessary fields ([cd98312](cd98312083)) * process loss with bom path disassembly ([0a257ea](0a257ea63d)) * **promotional_scheme:** toggle enable state between Buying and Selli… (backport [#54110](https://github.com/frappe/erpnext/issues/54110)) ([#54112](https://github.com/frappe/erpnext/issues/54112)) ([4a6fe47](4a6fe477d4)) * rejected serial no field showing even if serial / batch feature not enabled ([2c81f79](2c81f79df7)) * remove null from link_filters ([21f36f5](21f36f5c21)) * remove reference in serial/batch when document is cancelled (backport [#53979](https://github.com/frappe/erpnext/issues/53979)) ([#53989](https://github.com/frappe/erpnext/issues/53989)) ([5aaca83](5aaca83fe4)) * remove title field from purchase receipt (backport [#54051](https://github.com/frappe/erpnext/issues/54051)) ([#54065](https://github.com/frappe/erpnext/issues/54065)) ([84382db](84382db5ca)) * remove unnecessary param, and use value from self ([7bef954](7bef9542d4)) * resolve user permission error on status change by updating user … (backport [#54033](https://github.com/frappe/erpnext/issues/54033)) ([#54060](https://github.com/frappe/erpnext/issues/54060)) ([62b83ca](62b83cacce)) * screen freezes if consumed qty set in SCR ([bd67ef8](bd67ef8d26)) * set bom details on disassembly; abs batch qty ([fb1d865](fb1d865e9b)) * set serial and batch from source stock entry - on disassemble ([ff104ed](ff104edf12)) * set_query for source stock entry ([5f67ef7](5f67ef70bb)) * show current stock qty in Stock Entry PDF (backport [#53761](https://github.com/frappe/erpnext/issues/53761)) ([#54032](https://github.com/frappe/erpnext/issues/54032)) ([ab08162](ab08162f34)) * skip discount amount validation when not saving ([8941699](8941699a34)) * skip validate_stock_accounts in Journal Entry when perpetual inventory is disabled (backport [#53554](https://github.com/frappe/erpnext/issues/53554)) ([#53558](https://github.com/frappe/erpnext/issues/53558)) ([7062b71](7062b7153e)) * **stock:** update stock queue in SABE for return entries ([fc5a04d](fc5a04db2e)) * support creating disassembly (without link of WO) ([1c4b2a7](1c4b2a7148)) * sync paid and received amount (backport [#53039](https://github.com/frappe/erpnext/issues/53039)) ([#54108](https://github.com/frappe/erpnext/issues/54108)) ([df3f242](df3f242331)) * task gantt popup text not visible in light theme (backport [#53882](https://github.com/frappe/erpnext/issues/53882)) ([#54094](https://github.com/frappe/erpnext/issues/54094)) ([995a29e](995a29e3e1)) * **taxes:** improve tax calculation accuracy and update test assertions ([6ad5e89](6ad5e89607)) * **taxes:** increase rounding threshold for tax breakup calculations ([3592637](3592637b5c)) * **test:** do not use is_group enabled customer group in test ([8674aaf](8674aafc86)) * **tests:** update item code and quantity in tax detail test case ([6689b17](6689b17b88)) * transactions where update stock is 0 should not create SLEs (backport [#54035](https://github.com/frappe/erpnext/issues/54035)) ([#54077](https://github.com/frappe/erpnext/issues/54077)) ([af81ed8](af81ed874b)) * update min date based on transaction_date (backport [#53803](https://github.com/frappe/erpnext/issues/53803)) ([#54025](https://github.com/frappe/erpnext/issues/54025)) ([bc86e2c](bc86e2c1f2)) * use get_value ([e4eb88d](e4eb88d80b)) * **ux:** refresh grid to correctly persist the state of fields ([273caa3](273caa38d9)) * validate qty that can be disassembled from source stock entry. ([1237f9a](1237f9a0b1)) * validate work order consistency in stock entry ([b030eea](b030eeafb8)) * **warehouse_capacity_dashboard:** removed `escape` from template (backport [#53907](https://github.com/frappe/erpnext/issues/53907)) ([#53909](https://github.com/frappe/erpnext/issues/53909)) ([a478fb7](a478fb7131)) ### Features * co product by product support ([#52979](https://github.com/frappe/erpnext/issues/52979)) ([#53975](https://github.com/frappe/erpnext/issues/53975)) ([8db397b](8db397bdae)) * croatian_address_template (backport [#53888](https://github.com/frappe/erpnext/issues/53888)) ([#54058](https://github.com/frappe/erpnext/issues/54058)) ([ff26265](ff262655bb)) * **Payment Request:** Added a toggle for using the payment schedule (backport [#53922](https://github.com/frappe/erpnext/issues/53922)) ([#53928](https://github.com/frappe/erpnext/issues/53928)) ([5ade905](5ade905ee8)) ### Performance Improvements * optimize account balance data fetching for Chart Of Accounts (backport [#53044](https://github.com/frappe/erpnext/issues/53044)) ([#53802](https://github.com/frappe/erpnext/issues/53802)) ([093ca87](093ca8745d))
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.12.0"
|
||||
__version__ = "16.13.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user