mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG] rma: Migration to v17
This commit is contained in:
committed by
AaronHForgeFlow
parent
e23335cee5
commit
cb5a8a1ddd
@@ -91,7 +91,7 @@ class StockWarehouse(models.Model):
|
||||
self.mapped("rma_customer_out_pull_id").unlink()
|
||||
self.mapped("rma_supplier_in_pull_id").unlink()
|
||||
self.mapped("rma_supplier_out_pull_id").unlink()
|
||||
return super(StockWarehouse, self).write(vals)
|
||||
return super().write(vals)
|
||||
|
||||
def _create_rma_picking_types(self):
|
||||
picking_type_obj = self.env["stock.picking.type"]
|
||||
|
||||
Reference in New Issue
Block a user