Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[FIX] default_warehouse_from_sale_team: Fix case of searching a stock rule when there is no warehouse parameter #1646

Closed carralc closed 5 months ago

carralc commented 5 months ago

Fix case of searching a stock rule when there is no warehouse parameter, like when is done by stock rules when the move destination location is for a different company https://github.com/Vauxoo/odoo/blob/8af8846c88bd04bcf3fa0bcbe4a720b415f994a4/addons/stock/models/stock_move.py#L830

This commit is a FW port of this fix