Files
rma/rma_sale
SilvioGregorini 1762317176 [FIX] rma_sale: fix CacheError in _prepare_rma_values()
Lesser fix for sale.order.line.rma.wizard methods.
When method '_prepare_rma_values' was called upon records where field 'picking_id' was empty, Odoo raised a CacheError when trying to access field 'move_id'.
That happened because computed method '_compute_move_id' was not assigning a proper value to such field when 'picking_id' was empty.
Once the computed method is fixed (by simply assigning 'False' as 'move_id' value when no picking is set), the CacheError is solved.
2021-04-13 23:49:30 +02:00
..
2020-12-22 17:07:55 +00:00
2020-11-04 10:15:04 -05:00
2020-11-05 15:56:01 +00:00
2020-11-05 08:41:24 -05:00
2020-11-04 10:15:04 -05:00
2020-12-22 17:07:09 +00:00
2020-11-05 15:56:01 +00:00