mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] scrap_reason_code: Migration to 15.0
This commit is contained in:
@@ -10,7 +10,7 @@ class ScrapReasonCode(models.Model):
|
||||
_description = "Reason Code"
|
||||
|
||||
name = fields.Char("Code", required=True)
|
||||
description = fields.Text("Description")
|
||||
description = fields.Text()
|
||||
location_id = fields.Many2one(
|
||||
"stock.location",
|
||||
string="Scrap Location",
|
||||
|
||||
Reference in New Issue
Block a user