mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
Merge pull request #117 from leemannd/description_added
Add description to model
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