Browse Source

#480 remove test module

pull/480/head
ralwafaie 8 years ago
parent
commit
15b2d06ef3
  1. 7
      test_text_widget/test.py

7
test_text_widget/test.py

@ -1,7 +0,0 @@
from openerp import models, fields
class test(models.Model):
_name = "test.model"
text_field = fields.Text("TEST")
Loading…
Cancel
Save