[10.0][MIG] web_widget_darkroom: Migrated to 10.0

This commit is contained in:
Kelly Lougheed
2017-04-01 11:47:38 -07:00
committed by Dave Lasley
parent e5d65e7a8d
commit cf8f89d776
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
'name': 'Web DarkroomJS Image Editing',
'summary': 'Provides web widget for image editing and adds it to standard'
' image widget as modal',
'version': '9.0.1.0.1',
'version': '10.0.1.0.1',
'category': 'Web',
'website': 'https://laslabs.com/',
'author': 'LasLabs, Odoo Community Association (OCA)',

View File

@@ -2,7 +2,7 @@
# Copyright 2017 LasLabs Inc.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from openerp.tests.common import TransactionCase
from odoo.tests.common import TransactionCase
class TestDarkroomModal(TransactionCase):