Remove code that is not usefull anymore

This commit is contained in:
Alexis de Lattre
2016-02-29 14:23:07 +01:00
parent 3bedaa076c
commit 549ab31e82
2 changed files with 3 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
##############################################################################
#
# Stock Usability module for Odoo
# Copyright (C) 2014-2015 Akretion (http://www.akretion.com)
# Copyright (C) 2014-2016 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -32,11 +32,6 @@ class StockInventory(models.Model):
_order = 'id desc'
class StockPicking(models.Model):
_inherit = 'stock.picking'
_order = 'id desc'
class StockLocation(models.Model):
_inherit = 'stock.location'