Update file init_test.py

This commit is contained in:
2023-11-01 20:41:55 +00:00
parent 16822d627b
commit d10467f62c

View File

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