Commit Graph

5 Commits

Author SHA1 Message Date
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
mreficent
4a6e0aafae [UPD] Eficent -> ForgeFlow 2021-09-16 14:57:40 +07:00
Guewen Baconnier
2d09392b16 run pre-commit with new prettiers 2021-09-16 11:56:54 +07:00
Guewen Baconnier
6b6cf92d46 [MIG] stock_orderpoint_route: Migration to 13.0 2021-09-16 11:56:54 +07:00
Jordi Ballester Alomar
530f360c8c [11.][ADD] stock_orderpoint_route 2021-09-16 11:56:54 +07:00