[MIG] rma_repair: Migration to 16.0

This commit is contained in:
DavidJForgeFlow
2023-02-24 13:34:39 +01:00
committed by JasminSForgeFlow
parent 540507d717
commit 6e4e6df74b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "RMA Repair",
"version": "15.0.2.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"category": "RMA",
"summary": "Links RMA with Repairs.",

View File

@@ -94,7 +94,7 @@ class RmaLineMakeRepairItem(models.TransientModel):
comodel_name="uom.uom", string="UoM", readonly=True
)
out_route_id = fields.Many2one(
comodel_name="stock.location.route",
comodel_name="stock.route",
string="Outbound Route",
domain=[("rma_selectable", "=", True)],
)