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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2761
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 19
|
5867 | ||
|
1
Jul 18
|
9814 | ||
|
1
Apr 16
|
3402 | ||
|
0
Nov 15
|
2584 | ||
|
0
Mar 15
|
4246 |
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.