mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG] rma_repair: Migration to 16.0
This commit is contained in:
committed by
JasminSForgeFlow
parent
540507d717
commit
6e4e6df74b
@@ -2,7 +2,7 @@
|
|||||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||||
{
|
{
|
||||||
"name": "RMA Repair",
|
"name": "RMA Repair",
|
||||||
"version": "15.0.2.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"category": "RMA",
|
"category": "RMA",
|
||||||
"summary": "Links RMA with Repairs.",
|
"summary": "Links RMA with Repairs.",
|
||||||
|
|||||||
@@ -94,7 +94,7 @@ class RmaLineMakeRepairItem(models.TransientModel):
|
|||||||
comodel_name="uom.uom", string="UoM", readonly=True
|
comodel_name="uom.uom", string="UoM", readonly=True
|
||||||
)
|
)
|
||||||
out_route_id = fields.Many2one(
|
out_route_id = fields.Many2one(
|
||||||
comodel_name="stock.location.route",
|
comodel_name="stock.route",
|
||||||
string="Outbound Route",
|
string="Outbound Route",
|
||||||
domain=[("rma_selectable", "=", True)],
|
domain=[("rma_selectable", "=", True)],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user