mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[MIG]rma_operating_unit to v10
This commit is contained in:
committed by
Carlos Vallés Fuster
parent
66f741001d
commit
1c21346614
@@ -196,6 +196,7 @@ class RmaOrderLine(models.Model):
|
||||
partner_id = fields.Many2one(
|
||||
comodel_name='res.partner', required=True, store=True,
|
||||
track_visibility='onchange',
|
||||
string="Partner",
|
||||
readonly=True, states={'draft': [('readonly', False)]},
|
||||
)
|
||||
sequence = fields.Integer(
|
||||
|
||||
Reference in New Issue
Block a user