Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3507 Переглядів

I'm using with context like :

q = product.with_context({'location':location_id}).qty_available.


It updated the destination location BUT I want also the source location to be updated so if i want MAIN to adjustment, it will return the qty_available based on that location,


In the code above, it return the qty_available with destination of location_id which is the adjustment but the source is from all the location not just the main (other location: branch1,branch2,etc....),


How can I use the context further?So that it will return only the qty_available based on the location (Main(Source)->Adjustment(Dest))

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
вер. 20
3613
2
лист. 23
7707
1
бер. 15
7414
0
бер. 15
4124
0
лист. 23
1662