19
19
# along with this program. If not, see <http://www.gnu.org/licenses/>.
21
21
##############################################################################
23
22
from osv import osv, fields
33
23
#----------------------------------------------------------
35
25
#----------------------------------------------------------
36
26
class stock_location(osv.osv):
37
27
_inherit = "stock.location"
40
'capacity' : fields.float('Capacity',type='float', help="Defines the capcity of the loction"),