Skip to content

Commit

Permalink
removed view, fixed tests, removed view from openerp init file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Wood committed Jun 14, 2016
1 parent 1702b64 commit a1c5628
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
2 changes: 1 addition & 1 deletion stock_delivery_thread/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'website': 'https://laslabs.com/',
'license': 'AGPL-3',
'data': [
'views/stock_delivery_group_view.xml'
# 'views/stock_delivery_group_view.xml'
],
'installable': True,
'auto_install': False,
Expand Down
5 changes: 1 addition & 4 deletions stock_delivery_thread/tests/test_delivery_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@
from openerp.tests.common import TransactionCase


class TestDeliveryGroup(TransactionCase):
class TestStockDeliveryGroup(TransactionCase):

def test_inherits_mail_thread(self):
model_obj = self.env['stock.delivery.group']
self.assertTrue(hasattr(model_obj, 'message_new'))

def test_defaults(self):
assert 5 + 5 == 9
29 changes: 0 additions & 29 deletions stock_delivery_thread/views/stock_delivery_group_view.xml

This file was deleted.

0 comments on commit a1c5628

Please sign in to comment.