mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG] rma: Migration to 14.0 - fix
This commit is contained in:
committed by
Carlos Vallés Fuster
parent
3efe41ed86
commit
28fcd8efbe
@@ -343,7 +343,7 @@ class RmaOrderLine(models.Model):
|
||||
string="Delivery Policy",
|
||||
default="no",
|
||||
readonly=True,
|
||||
ondelete='cascade',
|
||||
ondelete="cascade",
|
||||
states={"draft": [("readonly", False)]},
|
||||
)
|
||||
in_route_id = fields.Many2one(
|
||||
|
||||
Reference in New Issue
Block a user