mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[FIX]do not copy name when duplicating
This commit is contained in:
committed by
Florian da Costa
parent
8350be325e
commit
ba9b8af4d2
@@ -180,7 +180,7 @@ class RmaOrderLine(models.Model):
|
||||
string='Reference', required=True, default='/',
|
||||
readonly=True, states={'draft': [('readonly', False)]},
|
||||
help='Add here the supplier RMA #. Otherwise an internal code is'
|
||||
' assigned.',
|
||||
' assigned.', copy=False
|
||||
)
|
||||
description = fields.Text(string='Description')
|
||||
origin = fields.Char(
|
||||
|
||||
Reference in New Issue
Block a user