CSV Product Catalog → Odoo
Import or update your product catalog from a CSV file into Odoo. Reads the file, validates and cleans each row, maps fields to product.template, and upserts using the internal reference as the unique key — new products are created, existing ones are updated.
Odoo Upsert
Created Jan 23, 2026
Putki 2026.03+
Drop a CSV, get your Odoo product catalog updated. This pipeline reads a product file, validates every row, converts types, and upserts into product.template using the internal reference as the unique key. New products are created, existing ones are updated — no duplicates, no manual work.
| CSV column | Odoo field | Notes |
|---|---|---|
| reference | default_code | Unique key — required |
| name | name | Required |
| description | description_sale | Optional |
| price | list_price | Comma or dot decimal |
| cost | standard_price | Optional |
| barcode | barcode | Optional, must be unique |
| weight | weight | Optional |
| active | active | TRUE / FALSE / 1 / 0 |
Odoo Upsert
Pipeline (.hpl)
Transforms
5
Putki version
2026.03+
Created
May 11, 2026
CSV Product Catalog → Odoo
Import or update your product catalog from a CSV file into Odoo. Reads the file, validates and cleans each row, maps fields to product.template, and upserts using the internal reference as the unique key — new products are created, existing ones are updated.
Odoo Upsert
Created Jan 23, 2026
Putki 2026.03+
Drop a CSV, get your Odoo product catalog updated. This pipeline reads a product file, validates every row, converts types, and upserts into product.template using the internal reference as the unique key. New products are created, existing ones are updated — no duplicates, no manual work.
| CSV column | Odoo field | Notes |
|---|---|---|
| reference | default_code | Unique key — required |
| name | name | Required |
| description | description_sale | Optional |
| price | list_price | Comma or dot decimal |
| cost | standard_price | Optional |
| barcode | barcode | Optional, must be unique |
| weight | weight | Optional |
| active | active | TRUE / FALSE / 1 / 0 |
Odoo Upsert
Pipeline (.hpl)
Transforms
5
Putki version
2026.03+
Created
May 11, 2026