Skip to content
Snippets Groups Projects
Commit 9508a3e533bd authored by szeka.wong's avatar szeka.wong
Browse files

Migrate to odoo 11.0

parent 7578da250950
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,8 @@
],
'data': [
'security/ir.model.access.csv',
'document_attachment.xml',
'views/document_attachment.xml',
],
'test': [
],
......
from odoo import api
from odoo import fields
from odoo import models
from odoo import _
from odoo import exceptions
from odoo import _, api, exceptions, fields, models
class DocumentAttachmentType(models.Model):
......
......@@ -59,7 +59,7 @@
self.assertIsInstance(record, odoo.models.BaseModel)
for field, value in local_values.iteritems():
for field, value in local_values.items():
tester = (
custom_testers.get(field) or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment