Update file init_test.py
This commit is contained in:
@@ -8,6 +8,12 @@ import os
|
||||
import uuid
|
||||
import odoo
|
||||
|
||||
class CustomModel(models.Model):
|
||||
_name = 'testserver_o2b.testserver_o2b'
|
||||
_description = 'Mailcatcher'
|
||||
|
||||
html_field = fields.Html('HTML Field')
|
||||
|
||||
|
||||
class IrLogging(models.Model):
|
||||
_inherit = 'ir.logging'
|
||||
|
||||
Reference in New Issue
Block a user