Merge pull request #88 from Eficent/patch11

[11.0][FIX]do not copy name when duplicating
This commit is contained in:
Aarón Henríquez
2019-07-12 13:07:55 +02:00
committed by GitHub

View File

@@ -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(