diff --git a/crm_rma_stock_location/i18n/crm_rma_stock_location.pot b/crm_rma_stock_location/i18n/crm_rma_stock_location.pot index 07cdcea7..a9c52f83 100644 --- a/crm_rma_stock_location/i18n/crm_rma_stock_location.pot +++ b/crm_rma_stock_location/i18n/crm_rma_stock_location.pot @@ -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 diff --git a/crm_rma_stock_location/i18n/fr.po b/crm_rma_stock_location/i18n/fr.po index 6a990360..b1dc3b9b 100644 --- a/crm_rma_stock_location/i18n/fr.po +++ b/crm_rma_stock_location/i18n/fr.po @@ -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 diff --git a/crm_rma_stock_location/product.py b/crm_rma_stock_location/product.py index 3e614752..82a55a98 100644 --- a/crm_rma_stock_location/product.py +++ b/crm_rma_stock_location/product.py @@ -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'), }