[11.0] Add description to model

This removes the useless warning at startup
This commit is contained in:
Denis Leemann
2019-12-09 16:28:43 +01:00
parent 536678cf40
commit 5cb6be3257
+1
View File
@@ -36,6 +36,7 @@ class FilestoreKind(object):
class CloudPlatform(models.AbstractModel):
_name = 'cloud.platform'
_description = 'cloud.platform'
@api.model
def _platform_kinds(self):