mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Add description to model
This removes the useless warning at startup
This commit is contained in:
@@ -35,6 +35,7 @@ class FilestoreKind(object):
|
||||
|
||||
class CloudPlatform(models.AbstractModel):
|
||||
_name = 'cloud.platform'
|
||||
_description = 'cloud.platform'
|
||||
|
||||
@api.model
|
||||
def _platform_kinds(self):
|
||||
|
||||
Reference in New Issue
Block a user