[MIG] Views

This commit is contained in:
Darío Lodeiros
2020-07-09 09:37:03 +02:00
parent 0fb48fade2
commit 15f222bcbf
97 changed files with 315 additions and 369 deletions

View File

@@ -29,7 +29,7 @@ class CodeIne(models.Model):
name = fields.Char('Place', required=True)
code = fields.Char('Code', required=True)
@api.multi
def name_get(self):
data = []
for record in self: