odoo-cloud-platform icon indicating copy to clipboard operation
odoo-cloud-platform copied to clipboard

Could someone help me?

Open traderpedroso opened this issue 1 year ago • 0 comments
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

traderpedroso avatar Feb 22 '24 23:02 traderpedroso