{"id":9070,"date":"2026-09-01T05:15:02","date_gmt":"2026-09-01T05:15:02","guid":{"rendered":"https:\/\/aboutknowledge.com\/?p=9070"},"modified":"2026-09-01T09:30:58","modified_gmt":"2026-09-01T09:30:58","slug":"what-is-odoo-module-development","status":"publish","type":"post","link":"https:\/\/aboutknowledge.com\/zh\/what-is-odoo-module-development\/","title":{"rendered":"What Is Odoo Module Development?"},"content":{"rendered":"<h2>Standard software meets a non-standard business<\/h2>\n<p>Every business has at least one rule that no general-purpose system predicts.<\/p>\n<p>A jewellery business prices by daily gold rate, not per piece. A construction supplier blocks orders when a customer is both overdue and over their exposure limit. A services firm bills timesheets with a different approval chain per client.<\/p>\n<p><strong>Module development<\/strong> is how Odoo handles this. A developer writes a small, separate package of code that adds what your business needs \u2014 without touching Odoo&#8217;s own files.<\/p>\n<p>That last part is the whole point, and it is what this article is really about.<\/p>\n<h2>What a module actually is<\/h2>\n<p>A module is a folder of files that Odoo loads alongside its own apps.<\/p>\n<p>Every app in the Apps screen is a module. Sales is a module. Inventory is a module. A custom module your developer writes is the same kind of thing, loaded the same way. It can add four kinds of thing:<\/p>\n<ul>\n<li><strong>Fields<\/strong> \u2014 new information stored against a record<\/li>\n<li><strong>Logic<\/strong> \u2014 rules about what happens when something is done<\/li>\n<li><strong>Views<\/strong> \u2014 changes to what appears on screen<\/li>\n<li><strong>Reports<\/strong> \u2014 new or redesigned printed documents<\/li>\n<\/ul>\n<p>Nothing exotic. But because a module sits beside Odoo rather than inside it, your changes survive upgrades.<\/p>\n<h2>Inheritance: the idea that matters<\/h2>\n<p>This is the one technical concept worth understanding, even if you never write a line of code.<\/p>\n<p>Odoo uses <strong>inheritance<\/strong>. A custom module does not copy Odoo&#8217;s sales order and edit the copy. It says: take the existing sales order, and add this field, and change this calculation.<\/p>\n<p>Your code is a layer of instructions applied on top of Odoo&#8217;s, not a replacement for it.<\/p>\n<p>Two consequences follow, and both matter commercially.<\/p>\n<p><strong>Upgrades work.<\/strong> When Odoo releases a new version, the core sales order improves. Your layer is re-applied on top. You get the new features and keep your changes.<\/p>\n<p><strong>Changes stay traceable.<\/strong> Anyone can see which behaviour is Odoo&#8217;s and which is yours, because they are in separate places.<\/p>\n<p>Now compare that with editing Odoo&#8217;s own files directly. It works today. Then the next version arrives, your edits are overwritten or in conflict, and nobody can tell what was changed or why.<\/p>\n<p><strong>This is the single most important question to ask a development partner: will the work be in a separate module?<\/strong><\/p>\n<h2>Where module development sits<\/h2>\n<p>There are four ways to change Odoo, and they differ enormously in cost and durability.<\/p>\n<p><strong>Configuration<\/strong> \u2014 settings in the interface. Price lists, payment terms, approval thresholds, email templates. No code. Nothing to maintain. Always check here first, because a surprising amount of what people call customization is really configuration.<\/p>\n<p><strong>Odoo Studio<\/strong> \u2014 an Enterprise tool that lets non-developers add fields and rearrange screens by dragging. Good for small additions. Cannot handle complex logic, and heavy use becomes hard to track because nobody records why a change was made.<\/p>\n<p><strong>Custom module<\/strong> \u2014 a developer writes code. This is where real business logic belongs.<\/p>\n<p><strong>Editing core files<\/strong> \u2014 do not. It is the option that costs the least today and the most every year afterwards.<\/p>\n<h2>What development actually involves<\/h2>\n<p>For a business owner deciding whether to commission work, this is what happens.<\/p>\n<p><strong>Requirements.<\/strong> Somebody has to write down exactly what the module must do, including the exceptions. This is where most bad outcomes are decided \u2014 a vague requirement produces a module that technically works and does not fit.<\/p>\n<p><strong>Development.<\/strong> The code gets written. For a small feature this may be days; for a substantial one, weeks.<\/p>\n<p><strong>Testing.<\/strong> Your own people run real scenarios and confirm the results. Not a demo \u2014 actual cases from your business, checked against what should have happened.<\/p>\n<p><strong>Deployment.<\/strong> The module is installed on the live system, usually with a version-controlled release so it can be rolled back.<\/p>\n<p><strong>Maintenance.<\/strong> This is the part nobody budgets for. Every module needs testing at each Odoo version upgrade. A custom feature is not a one-time cost. It is a small permanent one.<\/p>\n<h2>Deciding what to build<\/h2>\n<p>Three questions worth asking about every request.<\/p>\n<p><strong>Is this genuinely how we must work, or just how we happen to work?<\/strong><\/p>\n<p>Some processes are a real competitive advantage. Others exist because someone configured it that way years ago and nobody revisited it. Build the first kind. For the second, consider changing the process \u2014 it is free, and there is nothing to maintain.<\/p>\n<p><strong>Does standard Odoo already do this?<\/strong><\/p>\n<p>More often than you would expect, it does \u2014 under a different name, or in a place nobody looked. This is where an experienced partner earns their fee, by talking you out of things.<\/p>\n<p><strong>What does it cost over five years?<\/strong><\/p>\n<p>Not the quote. The quote plus testing at every upgrade, plus the cost of the one person who understands it leaving.<\/p>\n<p>Some features are clearly worth that. Some are not, and it is worth being honest about which is which before you commit.<\/p>\n<h2>Keeping custom code healthy<\/h2>\n<p>Four practices separate a system that ages well from one that becomes a burden.<\/p>\n<p><strong>Keep it in modules.<\/strong> Never in core files. This is the rule that protects your upgrade path.<\/p>\n<p><strong>Document why, not just what.<\/strong> In two years nobody will remember why the discount rule works that way. Write it down while the reason is fresh.<\/p>\n<p><strong>Test at every upgrade.<\/strong> Odoo releases a new version each year. Budget for this rather than being surprised by it.<\/p>\n<p><strong>Review periodically.<\/strong> Business rules change. Some custom code serves a process you stopped using. Removing it is as valuable as adding new work.<\/p>\n<h2>Warning signs<\/h2>\n<p>Four things worth watching for in an existing installation:<\/p>\n<ul>\n<li>Nobody can explain why a customization exists<\/li>\n<li>Custom code lives inside Odoo&#8217;s own files<\/li>\n<li>Every upgrade turns into a rescue operation<\/li>\n<li>You are customising to avoid a decision the business should just make<\/li>\n<\/ul>\n<p>That last one is subtle and common. Sometimes a customization request is really two departments failing to agree on a process, and asking software to keep both versions alive.<\/p>\n<h2>What to ask a development partner<\/h2>\n<p>Five questions, before you sign anything:<\/p>\n<ul>\n<li>Will this be a separate module, and can we see the code?<\/li>\n<li>Who owns the code \u2014 us or you?<\/li>\n<li>What happens at the next Odoo version upgrade?<\/li>\n<li>How will it be tested, and by whom?<\/li>\n<li>What does support cost after delivery?<\/li>\n<\/ul>\n<p>The answers to those five tell you more than any portfolio.<\/p>\n<h2>The balance<\/h2>\n<p>The best Odoo installations are not the most customised ones. They are the ones where <strong>every customization earns its place<\/strong> \u2014 standard where standard works, custom where the business genuinely needs it, nothing kept out of habit.<\/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\">Have a list of things Odoo does not do out of the box?<\/p>\n<p style=\"margin:0;color:#5a5a5a\">Get in touch. We will tell you which ones are genuinely worth building, which ones already exist in standard Odoo, and what each will really cost you over five years.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Standard software meets a non-standard business Every business has at least one rule that no general-purpose system predicts. A jewellery business prices by daily gold rate, not per piece. A construction supplier blocks orders when a customer is both overdue and over their exposure limit. A services firm bills timesheets with a different approval chain [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":9071,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[],"class_list":["post-9070","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-odoo"],"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 Module Development: What It Is and Why It Matters<\/title>\n<meta name=\"description\" content=\"Learn what Odoo module development is, how custom modules add fields, logic, views, and reports, and why they keep your changes safe through upgrades.\" \/>\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\/what-is-odoo-module-development\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is Odoo Module Development?\" \/>\n<meta property=\"og:description\" content=\"Learn what Odoo module development is, how custom modules add fields, logic, views, and reports, and why they keep your changes safe through upgrades.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aboutknowledge.com\/zh\/what-is-odoo-module-development\/\" \/>\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-01T05:15:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T09:30:58+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=\"6 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/\"},\"author\":{\"name\":\"kopraveen\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#\\\/schema\\\/person\\\/f14efbc95a95a4cec982367fb079cdf4\"},\"headline\":\"What Is Odoo Module Development?\",\"datePublished\":\"2026-09-01T05:15:02+00:00\",\"dateModified\":\"2026-09-01T09:30:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/\"},\"wordCount\":1142,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/photo-1619410283995-43d9134e7656.avif\",\"articleSection\":[\"Odoo\"],\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/\",\"name\":\"Odoo Module Development: What It Is and Why It Matters\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/photo-1619410283995-43d9134e7656.avif\",\"datePublished\":\"2026-09-01T05:15:02+00:00\",\"dateModified\":\"2026-09-01T09:30:58+00:00\",\"description\":\"Learn what Odoo module development is, how custom modules add fields, logic, views, and reports, and why they keep your changes safe through upgrades.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/#primaryimage\",\"url\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/photo-1619410283995-43d9134e7656.avif\",\"contentUrl\":\"https:\\\/\\\/aboutknowledge.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/photo-1619410283995-43d9134e7656.avif\",\"width\":600,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aboutknowledge.com\\\/what-is-odoo-module-development\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aboutknowledge.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Is Odoo Module Development?\"}]},{\"@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 Module Development: What It Is and Why It Matters","description":"Learn what Odoo module development is, how custom modules add fields, logic, views, and reports, and why they keep your changes safe through upgrades.","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\/what-is-odoo-module-development\/","og_locale":"zh_HK","og_type":"article","og_title":"What Is Odoo Module Development?","og_description":"Learn what Odoo module development is, how custom modules add fields, logic, views, and reports, and why they keep your changes safe through upgrades.","og_url":"https:\/\/aboutknowledge.com\/zh\/what-is-odoo-module-development\/","og_site_name":"AboutKnowledge","article_publisher":"https:\/\/www.facebook.com\/aboutknowledge28\/","article_published_time":"2026-09-01T05:15:02+00:00","article_modified_time":"2026-09-01T09:30:58+00:00","author":"kopraveen","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kopraveen","Est. reading time":"6 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/#article","isPartOf":{"@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/"},"author":{"name":"kopraveen","@id":"https:\/\/aboutknowledge.com\/#\/schema\/person\/f14efbc95a95a4cec982367fb079cdf4"},"headline":"What Is Odoo Module Development?","datePublished":"2026-09-01T05:15:02+00:00","dateModified":"2026-09-01T09:30:58+00:00","mainEntityOfPage":{"@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/"},"wordCount":1142,"commentCount":0,"publisher":{"@id":"https:\/\/aboutknowledge.com\/#organization"},"image":{"@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/#primaryimage"},"thumbnailUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/photo-1619410283995-43d9134e7656.avif","articleSection":["Odoo"],"inLanguage":"zh-HK","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/","url":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/","name":"Odoo Module Development: What It Is and Why It Matters","isPartOf":{"@id":"https:\/\/aboutknowledge.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/#primaryimage"},"image":{"@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/#primaryimage"},"thumbnailUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/photo-1619410283995-43d9134e7656.avif","datePublished":"2026-09-01T05:15:02+00:00","dateModified":"2026-09-01T09:30:58+00:00","description":"Learn what Odoo module development is, how custom modules add fields, logic, views, and reports, and why they keep your changes safe through upgrades.","breadcrumb":{"@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/"]}]},{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/#primaryimage","url":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/photo-1619410283995-43d9134e7656.avif","contentUrl":"https:\/\/aboutknowledge.com\/wp-content\/uploads\/2026\/09\/photo-1619410283995-43d9134e7656.avif","width":600,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/aboutknowledge.com\/what-is-odoo-module-development\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/aboutknowledge.com\/"},{"@type":"ListItem","position":2,"name":"What Is Odoo Module Development?"}]},{"@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\/9070","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=9070"}],"version-history":[{"count":1,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9070\/revisions"}],"predecessor-version":[{"id":9072,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/posts\/9070\/revisions\/9072"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/media\/9071"}],"wp:attachment":[{"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/media?parent=9070"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/categories?post=9070"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aboutknowledge.com\/zh\/wp-json\/wp\/v2\/tags?post=9070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}