I would like to calculate product qty using a product.product funciton _product_available to calculate the qty between two date
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
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
--
I mean can we know the qty of product come from a location to a location in a specific date or hours
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Agu 19
|
2710 | ||
Option "Stock Product" is missing in "Product Type"
Diselesaikan
|
|
3
Agu 24
|
2001 | |
|
0
Jan 22
|
2341 | ||
|
0
Agu 21
|
2173 | ||
How to update product Quantity?
Diselesaikan
|
|
1
Mar 16
|
6854 |