mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[IMP] rma: allow to archive operation types
TT30985
This commit is contained in:
committed by
Nikolaus Weingartmair
parent
43277a23ab
commit
956d90959c
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user