[FIX] crm_claim_product_supplier: fix F401 'api'

This commit is contained in:
Osval Reyes
2015-11-23 16:02:10 -04:30
parent 229f7a5fb5
commit 658f3662cb

View File

@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from openerp import api, fields, models
from openerp import fields, models
class ClaimLine(models.Model):