When you import using the CSV import tool, you can specify an External ID, which as far as I understand creates a new field/record in ir_model_data. Can you do the same thing when creating records via web services/xmlrpc?
Also, how can you add these external ids to the form views?, so that they show up on the form?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
3957
화면
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
11월 19
|
6875 | ||
|
1
7월 18
|
11242 | ||
|
1
4월 16
|
4411 | ||
|
0
11월 15
|
3502 | ||
|
0
3월 15
|
5026 |
in debug mode, you can see external id with 'View Meta'. in form_view you need to add a function field which one search his own External_id. You can always create manually your own external id with a create on ir_model_data in xml_rpc.