Created
December 22, 2022 08:15
-
-
Save sebalix/90c9216f169c04e711895239d8cbe1e9 to your computer and use it in GitHub Desktop.
Odoo Import - Column naming rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rules for M2O fields, three possibilities: | |
uom_id => the value has to be the exact name of the record (e.g. "Units") | |
uom_id/id => the value has to be what we called an external ID (e.g. "uom.product_uom_unit") | |
uom_id/.id => the value has to be the integer ID of the record (e.g. 10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment