mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] rma: fix error in onchange of picking related to not computing it in all cases.
This commit is contained in:
@@ -304,6 +304,8 @@ class RMA(models.Model):
|
||||
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
|
||||
|
||||
def open_stock_picking_rmas(self):
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user