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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
3779
Visualizzazioni
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
nov 19
|
6750 | ||
|
1
lug 18
|
11013 | ||
|
1
apr 16
|
4235 | ||
|
0
nov 15
|
3383 | ||
|
0
mar 15
|
4898 |
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.