Add description to model

This removes the useless warning at startup
This commit is contained in:
Denis Leemann
2019-12-09 15:06:55 +01:00
parent affe86d5aa
commit 07f7b3b19f
+1
View File
@@ -35,6 +35,7 @@ class FilestoreKind(object):
class CloudPlatform(models.AbstractModel):
_name = 'cloud.platform'
_description = 'cloud.platform'
@api.model
def _platform_kinds(self):