Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4401 มุมมอง

I would like to calculate product qty using a product.product funciton _product_available to calculate the qty between two date

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi, I think you can try after code: 

start_date = datetime.datetime.strptime(date_start, '%Y-%m-%d')

end_date = datetime.datetime.strptime(date_end, '%Y-%m-%d')

ctx = { 'to_date': end_date , 'from_date': start_date }

qty= self.pool.get('product.product').browse(cr, uid, product_id, ctx).qty_available


อวตาร
ละทิ้ง
ผู้เขียน

how to specify location_from and location_dest of movement ?

vvhat is the mean?

On Friday, September 11, 2015, Rachid <m3asmi-hotmail.com@mail.odoo.com> wrote:

how to specify location_from and location_dest of movement ?

--
Rachid
Sent by Odoo S.A. using Odoo access your messages


--
Name : Vũ Minh Quân
Phone : 090 2077220
Skype : quanvm00

ผู้เขียน

I mean can we know the qty of product come from a location to a location in a specific date or hours

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ส.ค. 19
2793
3
ส.ค. 24
2135
0
ม.ค. 22
2399
0
ส.ค. 21
2229
How to update product Quantity? แก้ไขแล้ว
1
มี.ค. 16
6854