问题解决:做出货时不会自动带所选的客户的默认客户库位
-
当你设置一个客户时,在客户里设置好该客户指定的客户库位,然后做出货时选择客户,录入商品时需 带出目的库位为客户里设置的库位的解决方法:
addons\sale_stock\stock_view.xml 的913行:
<field name="move_lines" context="{'address_out_id': partner_id, 'picking_type': 'out', 'form_view_ref':[b]'stock.[/b]view_move_picking_form', 'tree_view_ref':'view_move_picking_tree'}" options='{"reload_on_button": true}'/>
增加:stock.