mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[14.0][IMP] rma_account: make refund policy editable in approved rmas
* small fix in tests
This commit is contained in:
committed by
AaronHForgeFlow
parent
af0f6e9106
commit
c030cb17ef
@@ -93,8 +93,7 @@ class RmaOrderLine(models.Model):
|
||||
string="Refund Policy",
|
||||
required=True,
|
||||
default="no",
|
||||
readonly=True,
|
||||
states={"draft": [("readonly", False)], "approved": [("readonly", False)]},
|
||||
readonly=False,
|
||||
)
|
||||
qty_to_refund = fields.Float(
|
||||
string="Qty To Refund",
|
||||
|
||||
Reference in New Issue
Block a user