[IMP] rma: allow to archive operation types

TT30985
This commit is contained in:
david
2021-07-14 08:23:31 +02:00
committed by Víctor Martínez
parent 8820d72af4
commit d04e53ce03

View File

@@ -8,6 +8,7 @@ class RmaOperation(models.Model):
_name = "rma.operation"
_description = "RMA requested operation"
active = fields.Boolean(default=True)
name = fields.Char(required=True, translate=True)
_sql_constraints = [