Files
stock-logistics-warehouse/stock_orderpoint_route
Hai Lang 06dfeedc66 [FIX] stock_orderpoint_route: avoid missing route_ids field issue
This is to avoid issue below for any module that inherits tree view of
the model `stock.warehouse.orderpoint`. Example: `stock_orderpoint_manual_procurement`

Field route_ids used in field route_id default domain
([('id', 'in', route_ids)]) must be present in view but is missing.
2021-10-01 15:09:07 +07:00
..
2021-09-28 09:29:48 +00:00
2021-09-16 11:56:54 +07:00