[ENH]activate description also fro customer RMAs

[ENH]add term and conditions field to be printed and send to the partner
[FIX]do not show rma groups on the rma line form view if they are not activated
This commit is contained in:
ahenriquez
2019-09-20 11:33:55 +02:00
committed by Florian da Costa
parent 1494e72175
commit 7a6770e4e6
4 changed files with 17 additions and 7 deletions

View File

@@ -183,6 +183,7 @@ class RmaOrderLine(models.Model):
' assigned.', copy=False
)
description = fields.Text(string='Description')
conditions = fields.Html(string='Terms and conditions')
origin = fields.Char(
string='Source Document',
readonly=True, states={'draft': [('readonly', False)]},