mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
[10.0] Add description to model
This removes the useless warning at startup
This commit is contained in:
@@ -36,6 +36,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