odoo-cloud-platform
odoo-cloud-platform copied to clipboard
Could someone help me?
trafficstars
I installed the module and set all the environment variables for S3 and Redis. However, the log displays the following warning message:
WARNING erp odoo.addons.cloud_platform.models.cloud_platform: cloud platform not configured, you should probably run 'env['cloud.platform'].install()'
But when I execute the command in the Odoo shell, I receive the following error:
File "<console>", line 1, in <module>
File "/mnt/extra-addons/cloud_platform/models/cloud_platform.py", line 77, in install
raise NotImplementedError
NotImplementedError
>>> env['cloud.platform'].install()
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/mnt/extra-addons/cloud_platform/models/cloud_platform.py", line 77, in install
raise NotImplementedError
NotImplementedError
Can anyone provide guidance or a solution to this issue? running Odoo 16 on docker