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ờ
Hi,
For the python changes you can just restart the service to get the change, if the service restarting has to be done automatically you can use the python package watchdog for this, you can check this to see how it is done : Restart Odoo Service Automatically Based On Changes In Python Files
For the XML Changes, there is no need to upgrade the module, without upgrading the module, you can get the changes made in the code instantly if you pass --dev xml in the parameters, see this: Get XML Changes Without Upgrading The Module in Odoo
Thanks
Odoo will generate the asset only once. This behavior can be a headache during development, as it requires frequent server restarts. To overcome this issue, you can use dev=xml in the command line, which will load assets directly, so there will be no need for a server restart.
-c odoo.conf --dev xml
If you use Odoo.sh and GIT as your code repository, the Odoo.sh platform will upgrade the database and rebuild it every time you push a change. This won't save you time, but it will be automatic.
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 | |
---|---|---|---|---|
|
0
thg 6 16
|
6483 | ||
Update all odoo modules at once
Đã xử lý
|
|
1
thg 3 23
|
5855 | |
|
2
thg 2 23
|
3229 | ||
How to update only changed xmls
Đã xử lý
|
|
1
thg 12 22
|
5452 | |
|
0
thg 4 17
|
5072 |
Yes there is an option, see this: https://www.youtube.com/watch?v=ZoofkhL0ph4