Hi,
I am using Odoo 10 and struggling to automate purchase orders. Our purchase orders typically have very many order lines such that manually adding items to an order would be too time consuming. I have tried importing a csv and xlsx file, matching import fields correctly but the process fails when it comes to validation. I keep getting the error "null value in column "product_uom" violates non-null constraint DETAIL: Failing row contains"
Initially, I had not specified the "unit of measure", only the quantities and was getting the error above. I added a column with Unit of measure indicated for each product but I am still getting the same error message.
How would this be resolved? Is there a template for importing purchase orders?