{"id":9280,"date":"2026-09-01T11:21:06","date_gmt":"2026-09-01T11:21:06","guid":{"rendered":"https:\/\/aboutknowledge.com\/?p=9280"},"modified":"2026-09-01T11:21:07","modified_gmt":"2026-09-01T11:21:07","slug":"a-whatsapp-quotation-bot-for-odoo","status":"publish","type":"post","link":"https:\/\/aboutknowledge.com\/zh\/a-whatsapp-quotation-bot-for-odoo\/","title":{"rendered":"A WhatsApp Quotation Bot for Odoo"},"content":{"rendered":"<h2>What it does<\/h2>\n<p>A customer sends a WhatsApp message asking about products.<\/p>\n<p><strong>The workflow reads it, works out what they want, finds those products in Odoo, creates a quotation, and replies.<\/strong><\/p>\n<p><strong>What that replaces:<\/strong> a salesperson reading the message, opening Odoo, searching for each product, building the quotation, and typing a reply. Several minutes, every time.<\/p>\n<h2>Why this is harder than a normal import<\/h2>\n<p><strong>The input is free text written by a person.<\/strong><\/p>\n<p>Not a form. Not a spreadsheet. Somebody typing on a phone.<\/p>\n<p>&#8220;Do you have the 40mm brackets, need about 200, and the mounting kits too&#8221;<\/p>\n<p><strong>No rule handles that.<\/strong> The product name is approximate, the quantity is buried in a sentence, and the second item has no quantity at all.<\/p>\n<p><strong>This is exactly where a language model earns its place<\/strong> \u2014 extracting structure from text that varies without limit.<\/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: FROM A MESSAGE TO A QUOTATION<\/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\">Message arrives<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Free text, on a phone<\/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\">AI extracts<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Products and quantities, as structured data<\/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\">Odoo searched<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Match each item to a real product<\/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\">Quotation drafted<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>And a reply sent back<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>Step 1 \u2014 Extract the request<\/h2>\n<p>The message goes to an AI model with instructions: pull out the products mentioned and the quantities.<\/p>\n<p><strong>The output must be structured<\/strong>, not prose. A list of items, each with a name and a quantity \u2014 something the next node can work with.<\/p>\n<p><strong>Two things that improve this a great deal:<\/strong><\/p>\n<p><strong>Give it your product vocabulary.<\/strong> A model that knows you sell brackets, kits and fixings interprets an ambiguous message better than one guessing from nothing.<\/p>\n<p><strong>Ask it to say when it is unsure.<\/strong> A model told to flag ambiguity is far more useful than one that always produces a confident answer.<\/p>\n<h2>Step 2 \u2014 Match to real products<\/h2>\n<p><strong>The extracted text is not a product.<\/strong> &#8220;40mm brackets&#8221; has to become a specific Odoo product.<\/p>\n<p><strong>Search Odoo<\/strong> for each item.<\/p>\n<p><strong>Three outcomes, and each needs a decision:<\/strong><\/p>\n<p><strong>One clear match.<\/strong> Use it.<\/p>\n<p><strong>Several possible matches.<\/strong> Do not guess. Either ask the customer which they meant, or send it to a person.<\/p>\n<p><strong>No match.<\/strong> Tell the customer you could not find it, or hand to a salesperson.<\/p>\n<p><strong>This step is where most of the risk sits.<\/strong> A model can produce a plausible product name that does not exist, and quietly matching it to the nearest thing is how a customer receives a quotation for the wrong item.<\/p>\n<p><strong>Fail visibly rather than guessing.<\/strong><\/p>\n<h2>Step 3 \u2014 Find or create the customer<\/h2>\n<p><strong>The same pattern as every Odoo integration:<\/strong> search first, create only if not found.<\/p>\n<p><strong>Match on phone number<\/strong> \u2014 you have it, since they messaged you.<\/p>\n<p><strong>Which means phone numbers must be stored consistently in Odoo.<\/strong> Country code included, no spaces or punctuation. Inconsistent formatting is the most common cause of a customer not being found and a duplicate being created.<\/p>\n<h2>Step 4 \u2014 Create the quotation<\/h2>\n<p>With a matched customer and matched products, the quotation is straightforward \u2014 Odoo applies the customer&#8217;s price list, payment terms and taxes.<\/p>\n<p><strong>One important decision: what state does it arrive in?<\/strong><\/p>\n<p><strong>Draft, for a salesperson to review.<\/strong> Safer, and it keeps a person on anything commercial.<\/p>\n<p><strong>Confirmed automatically.<\/strong> Faster, and it commits you to prices a model helped assemble.<\/p>\n<p><strong>Draft is the right default.<\/strong> The workflow removes the assembly work \u2014 which is most of the time \u2014 and leaves the decision with a person.<\/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: WHERE THE HUMAN STAYS<\/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\">The workflow does<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Reads and understands the message<\/li>\n<li>Searches for matching products<\/li>\n<li>Finds or creates the customer<\/li>\n<li>Assembles the draft quotation<\/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\">A person does<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Checks the products are right<\/li>\n<li>Confirms the prices<\/li>\n<li>Sends it to the customer<\/li>\n<li>Handles anything ambiguous<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>Step 5 \u2014 Reply<\/h2>\n<p>A confirmation back to the customer on WhatsApp.<\/p>\n<p><strong>Because they messaged you, a service window is open<\/strong> \u2014 you can reply freely for a period without needing an approved template.<\/p>\n<p><strong>What a good reply says:<\/strong><\/p>\n<p>What you understood them to want. <strong>This matters<\/strong> \u2014 it gives them a chance to correct a misreading before anything goes further.<\/p>\n<p>What happens next, and roughly when.<\/p>\n<p><strong>What it should not do:<\/strong> state prices or commitments the model assembled without a person checking them.<\/p>\n<h2>Where it goes wrong<\/h2>\n<p>Five things.<\/p>\n<p><strong>Guessing at ambiguous products.<\/strong> The most damaging. A confident wrong match produces a quotation for something the customer did not ask for.<\/p>\n<p><strong>Confirming automatically.<\/strong> A quotation is a commercial document. Keep a person on it.<\/p>\n<p><strong>Inconsistent phone numbers.<\/strong> Customers not matched, duplicates created.<\/p>\n<p><strong>No route to a person.<\/strong> A customer whose request the workflow cannot handle needs a human, quickly.<\/p>\n<p><strong>No logging.<\/strong> When a quotation comes out wrong, you need to see the original message, what the model extracted, and what it matched to.<\/p>\n<p><strong>That last one is what makes this debuggable.<\/strong> Without it, an AI step is a black box.<\/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 MAKES 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\">Fail visibly on ambiguity<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Never guess at a product. Ask, or hand to a person.<\/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\">Draft, not confirmed<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>A quotation is commercial. A person sends it.<\/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\">Consistent phone numbers<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>The match depends on it entirely.<\/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\">Log input, extraction and match<\/p>\n<ul style=\"margin:0;padding-left:18px;color:#5a5a5a;font-size:13px;line-height:1.6\">\n<li>Otherwise you cannot explain a wrong quotation.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<h2>What it is worth<\/h2>\n<p><strong>The saving is the assembly, not the decision.<\/strong><\/p>\n<p>Reading the message, searching for products, building the quotation \u2014 that is most of the time and all of the tedium.<\/p>\n<p>Checking it and sending it takes a salesperson under a minute.<\/p>\n<p><strong>So the realistic outcome is not &#8220;quotations without people&#8221;.<\/strong> It is quotations that arrive ready to review, instead of taking ten minutes to build.<\/p>\n<p><strong>For a business handling many enquiries, that is a real change in capacity.<\/strong><\/p>\n<h2>Before building one<\/h2>\n<p>Four questions.<\/p>\n<p><strong>Do enough enquiries arrive this way<\/strong> to justify it? A handful a week does not.<\/p>\n<p><strong>Is your product data clean enough to match against?<\/strong> Inconsistent names and missing references make matching unreliable.<\/p>\n<p><strong>Are phone numbers stored consistently?<\/strong> The customer match depends on it.<\/p>\n<p><strong>Who handles what the workflow cannot?<\/strong> There must be a person, and a fast route to them.<\/p>\n<h2>The short version<\/h2>\n<p>The workflow reads a message, extracts what was asked for, matches it to real Odoo products, and drafts a quotation.<\/p>\n<p><strong>The AI step is justified because the input is free text<\/strong> \u2014 no rule handles how people actually write.<\/p>\n<p><strong>Never guess at an ambiguous product.<\/strong> Fail visibly, ask the customer, or hand to a person.<\/p>\n<p><strong>Draft, not confirmed.<\/strong> The saving is the assembly; the decision stays human.<\/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\">Enquiries arriving faster than quotations go out?<\/p>\n<p style=\"margin:0;color:#5a5a5a\">Get in touch. We build WhatsApp-to-Odoo quotation workflows that assemble the draft and leave the commercial decision with your team.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>What it does A customer sends a WhatsApp message asking about products. The workflow reads it, works out what they want, finds those products in Odoo, creates a quotation, and replies. What that replaces: a salesperson reading the message, opening Odoo, searching for each product, building the quotation, and typing a reply. Several minutes, every [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":9281,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28],"tags":[],"class_list":["post-9280","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>WhatsApp Odoo Quotation Bot: Automate Quotes with AI<\/title>\n<meta name=\"description\" content=\"Learn how a WhatsApp Odoo quotation bot uses AI to turn free-text customer messages into structured quotations automatically, saving your sales team time.\" \/>\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\/a-whatsapp-quotation-bot-for-odoo\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A WhatsApp Quotation Bot for Odoo\" \/>\n<meta property=\"og:description\" content=\"Learn how a WhatsApp Odoo quotation bot uses AI to turn free-text customer messages into structured quotations automatically, saving your sales team time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aboutknowledge.com\/zh\/a-whatsapp-quotation-bot-for-odoo\/\" \/>\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:21:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T11:21:07+00:00\" \/>\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\\\/a-whatsapp-quotation-bot-for-odoo\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/\"},\"author\":{\"name\":\"kopraveen\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/person\\\/f14efbc95a95a4cec982367fb079cdf4\"},\"headline\":\"A WhatsApp Quotation Bot for Odoo\",\"datePublished\":\"2026-09-01T11:21:06+00:00\",\"dateModified\":\"2026-09-01T11:21:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/\"},\"wordCount\":1084,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/premium_photo-1683288706157-9913483dffc8.avif\",\"articleSection\":[\"N8N\"],\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/\",\"name\":\"WhatsApp Odoo Quotation Bot: Automate Quotes with AI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/premium_photo-1683288706157-9913483dffc8.avif\",\"datePublished\":\"2026-09-01T11:21:06+00:00\",\"dateModified\":\"2026-09-01T11:21:07+00:00\",\"description\":\"Learn how a WhatsApp Odoo quotation bot uses AI to turn free-text customer messages into structured quotations automatically, saving your sales team time.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/premium_photo-1683288706157-9913483dffc8.avif\",\"contentUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/premium_photo-1683288706157-9913483dffc8.avif\",\"width\":735,\"height\":980},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/a-whatsapp-quotation-bot-for-odoo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aboutknowledge.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A WhatsApp Quotation Bot for Odoo\"}]},{\"@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":"WhatsApp Odoo Quotation Bot: Automate Quotes with AI","description":"Learn how a WhatsApp Odoo quotation bot uses AI to turn free-text customer messages into structured quotations automatically, saving your sales team time.","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\/a-whatsapp-quotation-bot-for-odoo\/","og_locale":"zh_HK","og_type":"article","og_title":"A WhatsApp Quotation Bot for Odoo","og_description":"Learn how a WhatsApp Odoo quotation bot uses AI to turn free-text customer messages into structured quotations automatically, saving your sales team time.","og_url":"https:\/\/aboutknowledge.com\/zh\/a-whatsapp-quotation-bot-for-odoo\/","og_site_name":"AboutKnowledge","article_publisher":"https:\/\/www.facebook.com\/aboutknowledge28\/","article_published_time":"2026-09-01T11:21:06+00:00","article_modified_time":"2026-09-01T11:21:07+00:00","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\/a-whatsapp-quotation-bot-for-odoo\/#article","isPartOf":{"@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/"},"author":{"name":"kopraveen","@id":"https:\/\/aboutknowledge.com\/#\/schema\/person\/f14efbc95a95a4cec982367fb079cdf4"},"headline":"A WhatsApp Quotation Bot for Odoo","datePublished":"2026-09-01T11:21:06+00:00","dateModified":"2026-09-01T11:21:07+00:00","mainEntityOfPage":{"@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/"},"wordCount":1084,"commentCount":0,"publisher":{"@id":"https:\/\/aboutknowledge.com\/#organization"},"image":{"@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/#primaryimage"},"thumbnailUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/premium_photo-1683288706157-9913483dffc8.avif","articleSection":["N8N"],"inLanguage":"zh-HK","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/","url":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/","name":"WhatsApp Odoo Quotation Bot: Automate Quotes with AI","isPartOf":{"@id":"https:\/\/aboutknowledge.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/#primaryimage"},"image":{"@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/#primaryimage"},"thumbnailUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/premium_photo-1683288706157-9913483dffc8.avif","datePublished":"2026-09-01T11:21:06+00:00","dateModified":"2026-09-01T11:21:07+00:00","description":"Learn how a WhatsApp Odoo quotation bot uses AI to turn free-text customer messages into structured quotations automatically, saving your sales team time.","breadcrumb":{"@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/"]}]},{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/#primaryimage","url":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/premium_photo-1683288706157-9913483dffc8.avif","contentUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/premium_photo-1683288706157-9913483dffc8.avif","width":735,"height":980},{"@type":"BreadcrumbList","@id":"https:\/\/aboutknowledge.com\/a-whatsapp-quotation-bot-for-odoo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aboutknowledge.com\/"},{"@type":"ListItem","position":2,"name":"A WhatsApp Quotation Bot for Odoo"}]},{"@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\/9280","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=9280"}],"version-history":[{"count":1,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9280\/revisions"}],"predecessor-version":[{"id":9282,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9280\/revisions\/9282"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/media\/9281"}],"wp:attachment":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/media?parent=9280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/categories?post=9280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/tags?post=9280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}