mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Merge branch 'fix/13.0/rma__compute_stock_picking_count' into '13.0-test'
fix/13.0/rma__compute_stock_picking_count into 13.0-test See merge request hibou-io/hibou-odoo/suite!878
This commit is contained in:
@@ -302,6 +302,8 @@ class RMA(models.Model):
|
||||
['stock_picking_id'], ['stock_picking_id'])
|
||||
if rma_data:
|
||||
rma.stock_picking_rma_count = rma_data[0]['stock_picking_id_count']
|
||||
else:
|
||||
rma.stock_picking_rma_count = 0.0
|
||||
else:
|
||||
rma.stock_picking_rma_count = 0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user