Skip to Content
Menu
This question has been flagged
4 Replies
17822 Views

Hi, 

Can we use 3rd party apps / custom module in Odoo cloud? If yes, how this be done on Odoo cloud (as Odoo SaaS) ?

Is there any way that we can use custom / 3rd party module on Odoo Cloud? I keep looking around & it seems does not allow it from the Cloud standpoint. We only can achieve it by using Odoo On-Premise (self host / Odoo.sh).

What kind of apps / module that can be upload in the apps store (https://www.odoo.com/apps/upload) & is it the only way that can we used 3rd party module / apps in Odoo cloud?

Appreciate if the community could assist further.

Avatar
Discard

Thanks for the update guys. I appreciate on the clarifications given & we are looking for options whether to use SaaS or On-premise. It also depends on the complexity of the customization that we required to do.

As for now, we are looking at customizing the payroll module to retrieve working days from the attendance (time in & time out), so I bet this is more to the engine customization (python) rather than XML changes only.

Best Answer

Hi Mohd,

It is not possible to install and use third part apps on the odoo SaaS platform. If you want customisations or extra features you can do it through the technical features or Odoo studio on the SaaS platform.
Usually when you need quite some development or complexer flows you switch to Odoo.sh or an on-premise server. This gives you more flexibility and the options to develop anything you'd like.

Regards,
Yenthe

Avatar
Discard
Best Answer

UPDATE:  Odoo Studio Apps (those created with Odoo Studio) can be installed into the Online version of Odoo.

See 

https://apps.odoo.com/apps/modules/browse?search=studio+app

Avatar
Discard
Best Answer

No, On Odoo SaaS you can't install third party apps. You may import module which has only xml changes.

SaaS run on same code/server multiple instance. So it is not allowing you to import custom apps having python  code. It only allows to import the module having only xml changes because the xml files stored in database and each instance have own database so this is possible.

Avatar
Discard