Conversation
📝 Draft Changelog EntryChangelogThis update adds inventory dimension propagation functionality to Stock Entry documents. When a Stock Entry is submitted, inventory dimensions are now automatically carried forward to handling units based on configuration settings. A new The handling unit creation process has been refactored into a shared method that can be utilized across applications for inventory dimension creation. The Technical updates include syntax changes in the scan module for compatibility with Frappe v16, including the use of This changelog entry was automatically generated by the Changelog Generator Action. |
Description
get_handling_unitmethod, using cached list of dimensions, for update of all target child table documents.custom_carry_forwardfield toInventory DimensionDocType for use inpropagate_inventory_dimensions.propagate_inventory_dimensionsmethod asbefore_submithook onStock Entryto enable below behavior. BEAM'shandling_unit.pyis updated to not overwritetarget_handling_unitif it has a value set already, unless the HU qty and transfer qty don't match.