Merge PR #233 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2021-07-15 06:29:42 +00:00

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 = [