mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] scrap_reason_code from v11 to v13
This commit is contained in:
committed by
Chandresh Thakkar
parent
c233777853
commit
0cc4e786c5
@@ -6,6 +6,6 @@ from odoo import fields, models
|
||||
|
||||
|
||||
class StockMove(models.Model):
|
||||
_inherit = 'stock.move'
|
||||
_inherit = "stock.move"
|
||||
|
||||
reason_code_id = fields.Many2one('reason.code', string='Reason code')
|
||||
reason_code_id = fields.Many2one("reason.code", string="Reason code")
|
||||
|
||||
Reference in New Issue
Block a user