mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
Better field name
This commit is contained in:
@@ -36,7 +36,7 @@ msgstr ""
|
||||
#. module: crm_rma_stock_location
|
||||
#: model:ir.model.fields,field_description:crm_rma_stock_location.field_product_product_rma_virtual_available
|
||||
#: field:product.product,rma_virtual_available:0
|
||||
msgid "RMA Quantity Available"
|
||||
msgid "RMA Forecasted Quantity"
|
||||
msgstr ""
|
||||
|
||||
#. module: crm_rma_stock_location
|
||||
|
||||
@@ -36,7 +36,7 @@ msgstr "RMA"
|
||||
#. module: crm_rma_stock_location
|
||||
#: model:ir.model.fields,field_description:crm_rma_stock_location.field_product_product_rma_virtual_available
|
||||
#: field:product.product,rma_virtual_available:0
|
||||
msgid "RMA Quantity Available"
|
||||
msgid "RMA Forecasted Quantity"
|
||||
msgstr "Quantité RMA prévue"
|
||||
|
||||
#. module: crm_rma_stock_location
|
||||
|
||||
@@ -102,5 +102,5 @@ class ProductProduct(orm.Model):
|
||||
type='float',
|
||||
multi='rma_qty',
|
||||
digits_compute=dp.get_precision('Product Unit of Measure'),
|
||||
string='RMA Quantity Available'),
|
||||
string='RMA Forecasted Quantity'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user