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?
この質問にフラグが付けられました
6219
ビュー
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
|
1
11月 19
|
8264 | ||
|
|
1
7月 18
|
13076 | ||
|
|
1
4月 16
|
5652 | ||
|
|
0
11月 15
|
4931 | ||
|
|
0
3月 15
|
6592 |
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.