diff options
| -rw-r--r-- | import_odoo_14_to_data_warehouse.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_odoo_14_to_data_warehouse.ktr b/import_odoo_14_to_data_warehouse.ktr index cf3cc07..182a3d1 100644 --- a/import_odoo_14_to_data_warehouse.ktr +++ b/import_odoo_14_to_data_warehouse.ktr @@ -733,7 +733,7 @@ to_char(m.invoice_date::timestamp with time zone, 'MM'::text) AS month, mf.name AS brand, p.name AS product, - p.item_code, + p.item_code as default_code, ml.quantity, ml.price_unit, ml.price_subtotal, |
