For Odoo hosted version, how would I upload a custom module?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
You can upload your custom zipped module from Apps > Import Module.
PS: Tested on v14.
Hope this helps!
this wont be working for all modules
@niyas, I agree!
hi Niyas, what is the criteria for modules to be imported? the basic one seems to be that these don't contain python data, but even then it doesn't always work. Thanks
I think you simply can't. If I am not mistaken the hosted version is just 'as is'. No custom modules can be added
EDIT: I assume you mean an saas version. In case you have your own server, that is hosted by someone else but you have root-acces to it would work just like on a local server and the flow would be as John mentioned below
Create your mod. Add it to the addon directory in your install files on your server. Go to your OpenERP instance > settings > update app list. It should pick up your mod.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
12
thg 1 16
|
35778 | ||
|
4
thg 10 20
|
8893 | ||
|
1
thg 11 23
|
2776 | ||
|
1
thg 6 23
|
3532 | ||
|
0
thg 2 23
|
2659 |
@Michael, I think you need to create modules without python code for the SaaS/Online Odoo. This means creating your module to work with server actions and updating views.