mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[IMP]return qty instead of ordered qty
This commit is contained in:
@@ -228,7 +228,7 @@ class RmaOrderLine(models.Model):
|
||||
readonly=True, states={"draft": [("readonly", False)]},
|
||||
)
|
||||
product_qty = fields.Float(
|
||||
string='Ordered Qty', copy=False, default=1.0,
|
||||
string='Return Qty', copy=False, default=1.0,
|
||||
digits=dp.get_precision('Product Unit of Measure'),
|
||||
readonly=True, states={'draft': [('readonly', False)]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user