{"id":9291,"date":"2026-09-01T11:40:08","date_gmt":"2026-09-01T11:40:08","guid":{"rendered":"https:\/\/aboutknowledge.com\/?p=9291"},"modified":"2026-09-01T11:40:10","modified_gmt":"2026-09-01T11:40:10","slug":"creating-products-in-odoo-with-ai-help","status":"publish","type":"post","link":"https:\/\/aboutknowledge.com\/zh\/creating-products-in-odoo-with-ai-help\/","title":{"rendered":"Creating Products in Odoo With AI Help"},"content":{"rendered":"<h2>The problem<\/h2>\n<p>A supplier sends a spreadsheet of products. You need them in Odoo.<\/p>\n<p><strong>What is in the file:<\/strong> product names, maybe a code, maybe dimensions, a price.<\/p>\n<p><strong>What Odoo needs:<\/strong> a name, an internal reference, a category, a unit of measure, a cost, a sales price \u2014 and for anything customer-facing, a description worth reading.<\/p>\n<p><strong>The gap is the problem.<\/strong> A spreadsheet with 400 rows becomes 400 records, each needing fields the file does not contain and a description somebody has to write.<\/p>\n<p><strong>Done by hand, that is weeks.<\/strong><\/p>\n<h2>Where AI helps and where it does not<\/h2>\n<p>Be specific, because this is what decides whether the workflow is safe.<\/p>\n<p><strong>AI helps with:<\/strong><\/p>\n<p><strong>Descriptions.<\/strong> Turning attributes into readable text, in a consistent tone, at volume.<\/p>\n<p><strong>Category suggestion.<\/strong> Reading a product name and proposing which of your categories it belongs in.<\/p>\n<p><strong>Reference generation.<\/strong> Producing a consistent internal reference from the name and category.<\/p>\n<p><strong>AI must not decide:<\/strong><\/p>\n<p><strong>Prices.<\/strong> Ever. Cost and sales price come from the file or from your pricing rules.<\/p>\n<p><strong>Units of measure.<\/strong> A guess here produces wrong stock and wrong costs, silently, forever.<\/p>\n<p><strong>Specifications.<\/strong> If the file does not say the bracket is stainless steel, the description must not say so either.<\/p>\n<p><strong>That last one is the risk that matters.<\/strong> A model given gaps fills them, plausibly and confidently. <strong>Invented specifications reach customers<\/strong>, and in a product catalogue that is a real problem.<\/p>\n<div style=\"border:1px solid #e0e0e0;border-radius:6px;padding:18px 20px;margin:24px 0;background:#fafafa\">\n<p style=\"font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#5C3A52;font-weight:700;margin:0 0 14px\">FIGURE 1: WHAT AI DOES AND WHAT IT MUST NOT<\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:14px\">\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#0F9E96;font-size:14px\">Safe for AI<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Writing descriptions from real attributes<\/li>\n<li>Suggesting a category from your list<\/li>\n<li>Generating a consistent reference<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#B04A4A;font-size:14px\">Never AI<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Prices \u2014 from the file or your rules<\/li>\n<li>Units of measure \u2014 wrong forever, silently<\/li>\n<li>Specifications the file does not contain<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>The workflow<\/h2>\n<p><strong>Read the file.<\/strong> Excel or CSV into structured rows.<\/p>\n<p><strong>Validate each row.<\/strong> Does it have a name? A price? Anything required?<\/p>\n<p><strong>Check whether the product already exists.<\/strong> By supplier reference or SKU. <strong>Skip or update \u2014 do not create a second one.<\/strong><\/p>\n<p><strong>Generate the missing fields.<\/strong> Description, category suggestion, reference.<\/p>\n<p><strong>Create the product<\/strong> \u2014 as a draft or unpublished, not live.<\/p>\n<p><strong>Report what happened.<\/strong> Created, skipped, failed, and why.<\/p>\n<div style=\"border:1px solid #e0e0e0;border-radius:6px;padding:18px 20px;margin:24px 0;background:#fafafa\">\n<p style=\"font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#5C3A52;font-weight:700;margin:0 0 14px\">FIGURE 2: THE CHAIN<\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:14px\">\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Read and validate<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Rows with required fields present<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Check existing<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>By supplier reference, never by name<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Generate what is missing<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Description, category, reference<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Create as draft<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>A person reviews before it goes live<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>Give the model your real data<\/h2>\n<p><strong>The single biggest factor in output quality.<\/strong><\/p>\n<p><strong>Supply the actual attributes<\/strong> from the row \u2014 dimensions, material, colour, size, whatever the file contains.<\/p>\n<p><strong>Supply your category list.<\/strong> A model choosing from categories you gave it produces usable values. A model inventing categories makes a mess of your product configuration that somebody has to unpick.<\/p>\n<p><strong>Supply examples.<\/strong> Three descriptions you like produces far better output than a paragraph describing what you want. This is the highest-return technique available.<\/p>\n<p><strong>Say what it must not claim.<\/strong> Certifications, compliance, compatibility, materials not stated in the file. <strong>An explicit instruction works<\/strong>, and it prevents the most damaging category of error.<\/p>\n<h2>Create as draft<\/h2>\n<p><strong>Not live. Not published. Not sellable yet.<\/strong><\/p>\n<p><strong>Why:<\/strong> somebody has to check the descriptions before customers see them, and the volume that makes this workflow worthwhile is the same volume that makes one systematic error expensive.<\/p>\n<p><strong>A workable arrangement:<\/strong><\/p>\n<p>The workflow creates products unpublished, in a state that means &#8220;generated, not reviewed&#8221;.<\/p>\n<p>Somebody reviews a batch \u2014 reading for truth, not for grammar.<\/p>\n<p>Products are published in groups as they are checked.<\/p>\n<p><strong>The saving is still large.<\/strong> Reviewing 400 descriptions is a day. Writing them is weeks.<\/p>\n<h2>Review for truth, not style<\/h2>\n<p>Worth stating plainly, because it changes who should do the reviewing.<\/p>\n<p><strong>The grammar will be fine.<\/strong> Generated text is fluent.<\/p>\n<p><strong>The question is whether the claims are correct<\/strong> \u2014 and answering that needs somebody who knows the products, not somebody who can read.<\/p>\n<p><strong>What to check specifically:<\/strong><\/p>\n<ul>\n<li>Dimensions and materials against the source file<\/li>\n<li>Any certification or compliance claim \u2014 these should not appear at all<\/li>\n<li>Compatibility statements<\/li>\n<li>Anything numeric<\/li>\n<\/ul>\n<h2>Generate ten before you generate four hundred<\/h2>\n<p><strong>The habit that prevents most expensive mistakes.<\/strong><\/p>\n<p>Run the workflow on ten rows. Review those ten properly. <strong>Find the systematic error<\/strong> \u2014 and there usually is one, in the first attempt.<\/p>\n<p>Adjust the instructions. Run ten more.<\/p>\n<p><strong>Then scale.<\/strong><\/p>\n<p><strong>Generating everything at once means discovering the systematic error after it is everywhere<\/strong>, in four hundred products, some of which are already published.<\/p>\n<div style=\"border:1px solid #e0e0e0;border-radius:6px;padding:18px 20px;margin:24px 0;background:#fafafa\">\n<p style=\"font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#5C3A52;font-weight:700;margin:0 0 14px\">FIGURE 3: WHAT KEEPS THIS SAFE<\/p>\n<div style=\"display:flex;flex-wrap:wrap;gap:14px\">\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Give it real attributes<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Invented specifications come from gaps you left it to fill.<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Supply your category list<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>A model inventing categories makes a configuration mess.<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Create as draft<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>The volume that makes this worthwhile makes one error expensive.<\/li>\n<\/ul>\n<\/div>\n<div style=\"flex:1 1 200px;min-width:200px;background:#fff;border:1px solid #e6e6e6;border-radius:5px;padding:14px 16px\">\n<p style=\"margin:0 0 8px;font-weight:700;color:#5C3A52;font-size:14px\">Generate ten first<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Find the systematic error before it is in four hundred products.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>Duplicates<\/h2>\n<p><strong>Same rule as every import.<\/strong><\/p>\n<p><strong>Check before creating<\/strong>, on a stable identifier \u2014 the supplier&#8217;s product code, a SKU, a manufacturer reference.<\/p>\n<p><strong>Never on the product name.<\/strong> Supplier names get reformatted between files, and matching on them creates duplicates every time the format changes.<\/p>\n<p><strong>And decide:<\/strong> if the product exists, update it or skip it? Updating keeps prices current. Skipping avoids overwriting descriptions somebody has already reviewed.<\/p>\n<p><strong>Usually: update the price, leave the description alone.<\/strong><\/p>\n<h2>Units of measure<\/h2>\n<p>Worth its own warning.<\/p>\n<p><strong>Odoo blocks changing a product&#8217;s unit of measure once it has stock moves or order lines.<\/strong><\/p>\n<p><strong>Which means a wrong unit at creation is effectively permanent.<\/strong> Fixing it means creating a new product and archiving the old one.<\/p>\n<p><strong>Never let a model guess this.<\/strong> Take it from the file, or set a default and have it reviewed. If the file does not specify, that is a question for the supplier, not for a model.<\/p>\n<h2>The short version<\/h2>\n<p>AI turns a supplier spreadsheet into a usable catalogue by <strong>writing descriptions and suggesting categories<\/strong> \u2014 the parts that would otherwise take weeks.<\/p>\n<p><strong>It must not touch prices, units of measure, or specifications the file does not contain.<\/strong><\/p>\n<p><strong>Give it real attributes, your category list, and examples.<\/strong> Create as draft. Review for truth, with somebody who knows the products.<\/p>\n<p><strong>And generate ten before four hundred.<\/strong> That one habit catches the systematic error while it is still cheap.<\/p>\n<div style=\"border-left:4px solid #5C3A52;background:#F7F3F6;padding:18px 22px;margin:28px 0;border-radius:0 6px 6px 0\">\n<p style=\"margin:0 0 6px;font-weight:700;color:#5C3A52;font-size:16px\">A supplier catalogue with no descriptions?<\/p>\n<p style=\"margin:0;color:#5a5a5a\">Get in touch. We build product import workflows that generate the writing and leave prices, units and specifications where they belong.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>The problem A supplier sends a spreadsheet of products. You need them in Odoo. What is in the file: product names, maybe a code, maybe dimensions, a price. What Odoo needs: a name, an internal reference, a category, a unit of measure, a cost, a sales price \u2014 and for anything customer-facing, a description worth [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":9292,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28],"tags":[],"class_list":["post-9291","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-n8n"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Odoo Product Creation AI: Bulk Imports Done Right | AboutKnowledge<\/title>\n<meta name=\"description\" content=\"Learn how Odoo product creation AI turns supplier spreadsheets into complete product records \u2014 safely, with descriptions, categories and references automated.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aboutknowledge.com\/zh\/creating-products-in-odoo-with-ai-help\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating Products in Odoo With AI Help\" \/>\n<meta property=\"og:description\" content=\"Learn how Odoo product creation AI turns supplier spreadsheets into complete product records \u2014 safely, with descriptions, categories and references automated.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aboutknowledge.com\/zh\/creating-products-in-odoo-with-ai-help\/\" \/>\n<meta property=\"og:site_name\" content=\"AboutKnowledge\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/aboutknowledge28\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-01T11:40:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T11:40:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/istockphoto-1192445076-612x612-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"612\" \/>\n\t<meta property=\"og:image:height\" content=\"408\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"kopraveen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kopraveen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/\"},\"author\":{\"name\":\"kopraveen\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/person\\\/f14efbc95a95a4cec982367fb079cdf4\"},\"headline\":\"Creating Products in Odoo With AI Help\",\"datePublished\":\"2026-09-01T11:40:08+00:00\",\"dateModified\":\"2026-09-01T11:40:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/\"},\"wordCount\":1053,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/istockphoto-1192445076-612x612-1.webp\",\"articleSection\":[\"N8N\"],\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/\",\"name\":\"Odoo Product Creation AI: Bulk Imports Done Right | AboutKnowledge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/istockphoto-1192445076-612x612-1.webp\",\"datePublished\":\"2026-09-01T11:40:08+00:00\",\"dateModified\":\"2026-09-01T11:40:10+00:00\",\"description\":\"Learn how Odoo product creation AI turns supplier spreadsheets into complete product records \u2014 safely, with descriptions, categories and references automated.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/istockphoto-1192445076-612x612-1.webp\",\"contentUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/istockphoto-1192445076-612x612-1.webp\",\"width\":612,\"height\":408},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/creating-products-in-odoo-with-ai-help\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aboutknowledge.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating Products in Odoo With AI Help\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#website\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/\",\"name\":\"AboutKnowledge\",\"description\":\"System Integrator You Can Trust\",\"publisher\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/aboutknowledge.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-HK\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#organization\",\"name\":\"AboutKnowledge (Hong Kong) Limited\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/logo.png\",\"width\":560,\"height\":256,\"caption\":\"AboutKnowledge (Hong Kong) Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/aboutknowledge28\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/104125547\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/person\\\/f14efbc95a95a4cec982367fb079cdf4\",\"name\":\"kopraveen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g\",\"caption\":\"kopraveen\"},\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/zh\\\/author\\\/kopraveen\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Odoo Product Creation AI: Bulk Imports Done Right | AboutKnowledge","description":"Learn how Odoo product creation AI turns supplier spreadsheets into complete product records \u2014 safely, with descriptions, categories and references automated.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/aboutknowledge.com\/zh\/creating-products-in-odoo-with-ai-help\/","og_locale":"zh_HK","og_type":"article","og_title":"Creating Products in Odoo With AI Help","og_description":"Learn how Odoo product creation AI turns supplier spreadsheets into complete product records \u2014 safely, with descriptions, categories and references automated.","og_url":"https:\/\/aboutknowledge.com\/zh\/creating-products-in-odoo-with-ai-help\/","og_site_name":"AboutKnowledge","article_publisher":"https:\/\/www.facebook.com\/aboutknowledge28\/","article_published_time":"2026-09-01T11:40:08+00:00","article_modified_time":"2026-09-01T11:40:10+00:00","og_image":[{"width":612,"height":408,"url":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/istockphoto-1192445076-612x612-1.webp","type":"image\/webp"}],"author":"kopraveen","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kopraveen","Est. reading time":"5 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/#article","isPartOf":{"@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/"},"author":{"name":"kopraveen","@id":"https:\/\/aboutknowledge.com\/#\/schema\/person\/f14efbc95a95a4cec982367fb079cdf4"},"headline":"Creating Products in Odoo With AI Help","datePublished":"2026-09-01T11:40:08+00:00","dateModified":"2026-09-01T11:40:10+00:00","mainEntityOfPage":{"@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/"},"wordCount":1053,"commentCount":0,"publisher":{"@id":"https:\/\/aboutknowledge.com\/#organization"},"image":{"@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/#primaryimage"},"thumbnailUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/istockphoto-1192445076-612x612-1.webp","articleSection":["N8N"],"inLanguage":"zh-HK","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/","url":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/","name":"Odoo Product Creation AI: Bulk Imports Done Right | AboutKnowledge","isPartOf":{"@id":"https:\/\/aboutknowledge.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/#primaryimage"},"image":{"@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/#primaryimage"},"thumbnailUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/istockphoto-1192445076-612x612-1.webp","datePublished":"2026-09-01T11:40:08+00:00","dateModified":"2026-09-01T11:40:10+00:00","description":"Learn how Odoo product creation AI turns supplier spreadsheets into complete product records \u2014 safely, with descriptions, categories and references automated.","breadcrumb":{"@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/"]}]},{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/#primaryimage","url":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/istockphoto-1192445076-612x612-1.webp","contentUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/istockphoto-1192445076-612x612-1.webp","width":612,"height":408},{"@type":"BreadcrumbList","@id":"https:\/\/aboutknowledge.com\/creating-products-in-odoo-with-ai-help\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aboutknowledge.com\/"},{"@type":"ListItem","position":2,"name":"Creating Products in Odoo With AI Help"}]},{"@type":"WebSite","@id":"https:\/\/aboutknowledge.com\/#website","url":"https:\/\/aboutknowledge.com\/","name":"AboutKnowledge","description":"System Integrator You Can Trust","publisher":{"@id":"https:\/\/aboutknowledge.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aboutknowledge.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-HK"},{"@type":"Organization","@id":"https:\/\/aboutknowledge.com\/#organization","name":"AboutKnowledge (Hong Kong) Limited","url":"https:\/\/aboutknowledge.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/aboutknowledge.com\/#\/schema\/logo\/image\/","url":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2021\/11\/logo.png","contentUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2021\/11\/logo.png","width":560,"height":256,"caption":"AboutKnowledge (Hong Kong) Limited"},"image":{"@id":"https:\/\/aboutknowledge.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/aboutknowledge28\/","https:\/\/www.linkedin.com\/company\/104125547"]},{"@type":"Person","@id":"https:\/\/aboutknowledge.com\/#\/schema\/person\/f14efbc95a95a4cec982367fb079cdf4","name":"kopraveen","image":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/secure.gravatar.com\/avatar\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1e4b2c06a01572b023ee9a6a7052f720b27e9c900dc4222fd2882d26d352bf7a?s=96&d=mm&r=g","caption":"kopraveen"},"url":"https:\/\/aboutknowledge.com\/zh\/author\/kopraveen\/"}]}},"_links":{"self":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9291","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/comments?post=9291"}],"version-history":[{"count":1,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9291\/revisions"}],"predecessor-version":[{"id":9293,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9291\/revisions\/9293"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/media\/9292"}],"wp:attachment":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/media?parent=9291"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/categories?post=9291"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/tags?post=9291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}