Hope all is well. I'm new to openERP. I need help on how to convert 6.0/6.1 modules to openERP 7.0.
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ờ
To migrate a module from v6.x to v7 have a look on what changed OpenERP 7 Release Notes
Views
What you need will have to change are mostly the views as most of them where redesigned. So you will have to change the xpath in view inherits or add <group>
tags to see the fields labels.
Model
For the model, you mainly needs to know that res.partner.address
disappeared as contact are now res.partner
, plus res.users
is an inherit of res.partner
. For more details read the Release Notes.
Community Modules
If you plan to port a community module or you want to add a new module in community modules, you will have to do this with a merge proposal in one of the community branches and this will be reviewed by the community reviewers.
It can be possible by migration scripts.
OpenERP not publicly provided these scripts.
For your work code and database migration both require.
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 | |
---|---|---|---|---|
|
1
thg 8 25
|
4626 | ||
|
0
thg 12 24
|
9717 | ||
|
3
thg 9 24
|
22023 | ||
|
5
thg 12 24
|
53447 | ||
|
4
thg 7 24
|
10856 |
I edited the title using port instead of migrate. We mostly talk about migration for data. Portage is adapting the code, and it is what I understood from the short description. Please, gives more details if I'm wrong.