From c4e4726ee46787c60e1e9898f7d0915fa74dc9f2 Mon Sep 17 00:00:00 2001 From: Tatuya Kamada <tatuya@nexedi.com> Date: Thu, 12 Nov 2009 03:19:43 +0000 Subject: [PATCH] Revert r30511. In US English the word inventory have a meaning that the amount of resource, but in UK English the word stock is more proper for it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30512 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/FlowCapacity.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/product/ERP5/PropertySheet/FlowCapacity.py b/product/ERP5/PropertySheet/FlowCapacity.py index d7ff4081a2..237dba6c7c 100644 --- a/product/ERP5/PropertySheet/FlowCapacity.py +++ b/product/ERP5/PropertySheet/FlowCapacity.py @@ -60,13 +60,13 @@ class FlowCapacity: 'type' : 'float', 'default' : 0.0, 'mode' : 'w' }, - { 'id' : 'min_inventory', - 'description' : """The minimal quantity of a resource in inventory.""", + { 'id' : 'min_stock', + 'description' : """The minimal stock quantity of a resource.""", 'type' : 'float', 'default' : 0.0, 'mode' : 'w' }, - { 'id' : 'max_inventory', - 'description' : """The maximal quantity of a resource in inventory.""", + { 'id' : 'max_stock', + 'description' : """The maximal stock quantity of a resource.""", 'type' : 'float', 'default' : 0.0, 'mode' : 'w' }, -- 2.30.9