mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[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:
@@ -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)]},
|
||||
|
||||
Reference in New Issue
Block a user