mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[MIG] Views
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user