diff --git a/rma/__manifest__.py b/rma/__manifest__.py index 0b6ab157..d3022fd7 100644 --- a/rma/__manifest__.py +++ b/rma/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'RMA (Return Merchandise Authorization)', - 'version': '12.0.2.2.0', + 'version': '12.0.2.3.0', 'license': 'LGPL-3', 'category': 'RMA', 'summary': 'Introduces the return merchandise authorization (RMA) process ' diff --git a/rma/models/rma_order_line.py b/rma/models/rma_order_line.py index d0337e09..44f38557 100644 --- a/rma/models/rma_order_line.py +++ b/rma/models/rma_order_line.py @@ -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)]}, diff --git a/rma/report/rma_report_templates.xml b/rma/report/rma_report_templates.xml index 2973c2d5..fdefd936 100644 --- a/rma/report/rma_report_templates.xml +++ b/rma/report/rma_report_templates.xml @@ -80,10 +80,14 @@ -
Description
Term and conditions
+ +