mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG] rma_put_away: Migration to 16.0
This commit is contained in:
@@ -16,7 +16,7 @@ class RmaOperation(models.Model):
|
||||
default="no",
|
||||
)
|
||||
put_away_route_id = fields.Many2one(
|
||||
comodel_name="stock.location.route",
|
||||
comodel_name="stock.route",
|
||||
string="Put Away Route",
|
||||
domain=[("rma_selectable", "=", True)],
|
||||
default=lambda self: self._default_routes(),
|
||||
|
||||
Reference in New Issue
Block a user