You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
354 B
7 lines
354 B
The API should generate and use an external id for records instead
|
|
of odoo's generated id. It would make importing and export data as
|
|
well as migrating across versions easier.
|
|
|
|
One way would be to use uuid but the default BaseRESTController
|
|
routes would need to be rewritten: they only take integer as ids.
|
|
Another way is to define a sequence per model.
|