Browse Source

[10.0][MIG] web_widget_darkroom: Migrated to 10.0

pull/595/head
Kelly Lougheed 8 years ago
committed by Dave Lasley
parent
commit
cf8f89d776
  1. 2
      web_widget_darkroom/__manifest__.py
  2. 2
      web_widget_darkroom/tests/test_darkroom_modal.py

2
web_widget_darkroom/__openerp__.py → web_widget_darkroom/__manifest__.py

@ -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)',

2
web_widget_darkroom/tests/test_darkroom_modal.py

@ -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):

Loading…
Cancel
Save