I am planning on buying Odoo enterprise edition. There are different formats as well like i would i like to run it on web or on Odoo.sh etc. I intend to mange the whole thing from Odoo side.
I was trying it for free and i saw that there are few 3rd party applications listed as well. But i can't figure out how to add that in my list of apps. I was able to do it on the community edition.
Please help me with how to install a free application on my Oddo web enterprise edition.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
9585
Visualizzazioni
Hi,
In their Cloud Hosting, 3rd party modules are not available.
On-Premise/Dedicated Cloud(Odoo.sh), you have the option to do this.
On-Premise, you can upload the modules in your server.
In Odoo.sh, you can upload modules through your git repository.
Thanks.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
ago 19
|
4383 | ||
|
2
apr 24
|
2965 | ||
|
0
dic 19
|
6817 | ||
|
0
feb 24
|
1324 | ||
|
2
apr 25
|
2181 |
https://youtu.be/KCGAKbVT92k
How can I refer to a particular user id from res.partner?
I can create simple records using
env['project.task'].create({'name': 'some_name', 'deadline': 'date' })
I also need to assign a few fields like assigned to and assigned by which have a relation as many2one with res.partner model.