{"id":616,"date":"2021-08-31T08:30:28","date_gmt":"2021-08-31T08:30:28","guid":{"rendered":"https:\/\/store.ksolves.com\/blog-beta\/?p=616"},"modified":"2022-03-22T16:32:41","modified_gmt":"2022-03-22T11:02:41","slug":"get-an-overview-of-different-types-of-inheritance-in-odoo-104","status":"publish","type":"post","link":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104","title":{"rendered":"Get an Overview of Different Types of Inheritance in Odoo"},"content":{"rendered":"<p>When we use or inherit an old class or model, methods, properties, and views in the new class or model, it is known as Inheritance. This concept relates to Object-Oriented Programming. We extend fields, properties, and views of the existing model in a modular manner for inheritance in Odoo.<\/p>\n<p>During the customization of an Odoo module, there are several situations when we require inheriting some models so as to achieve a specific case. There are multiple inheritances in Odoo, out of which three varieties of model inheritance are primarily supported.<\/p>\n<h4 class=\"mt-4\"><strong>This blog is going to give you information on the technical aspects of these three types of inheritance in Odoo<\/strong><\/h4>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-621 lazyload\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/technical-inheritance-in-Odoo-min.png\" alt=\"technical inheritance in Odoo \" width=\"730\" height=\"466\" data-srcset=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/technical-inheritance-in-Odoo-min.png 856w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/technical-inheritance-in-Odoo-min-300x192.png 300w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/technical-inheritance-in-Odoo-min-768x491.png 768w\" data-sizes=\"(max-width: 730px) 100vw, 730px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 730px; --smush-placeholder-aspect-ratio: 730\/466;\" \/><\/p>\n<h4 class=\"mt-4\"><strong>1. Classical Inheritance<\/strong><\/h4>\n<p>The first type of inheritance in Odoo is the classic inheritance, in which we use both of the _name, as well as _inherit attributes combined. Additionally, the new Odoo models get all fields and methods from their base.<\/p>\n<p><strong class=\"mt-4\">Example:<\/strong><\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-624 lazyload\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Classical-Inheritance.png\" alt=\"Classical Inheritance\" width=\"628\" height=\"500\" data-srcset=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Classical-Inheritance.png 628w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Classical-Inheritance-300x239.png 300w\" data-sizes=\"(max-width: 628px) 100vw, 628px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 628px; --smush-placeholder-aspect-ratio: 628\/500;\" \/><\/p>\n<p>We can generally check how this is going to work. Nevertheless, we\u2019re going to generate records in both of the models that are done through the following codes.<\/p>\n<p><strong class=\"mt-4\">Here is a test on both of the models:<\/strong><\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-626 lazyload\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Odoo-model.png\" alt=\"Odoo model\" width=\"655\" height=\"302\" data-srcset=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Odoo-model.png 655w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Odoo-model-300x138.png 300w\" data-sizes=\"(max-width: 655px) 100vw, 655px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 655px; --smush-placeholder-aspect-ratio: 655\/302;\" \/><\/p>\n<p>Moreover, it can easily be understood that every function and field in the parent Odoo model can be accessed anytime from the child Odoo model. In addition to this, the parent models\u2019 fields, methods, etc. here aren\u2019t changed, rather we use the parent models\u2019 features without disturbing their functionality.<\/p>\n<h4 class=\"mt-4\"><strong>2. Extension<\/strong><\/h4>\n<p>While using the extension form of inheritance in Odoo, we will use just the _inherit, and not the _name attribute. Furthermore, the child model substitutes the existing one. Also, this type of inheritance in Odoo is used at the time of adding new methods or fields to the existing Odoo model.<\/p>\n<p><strong class=\"mt-4\">Here is one instance of the command used for adding the extension inheritance:<\/strong><\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-628 lazyload\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Extension-inheritance-.png\" alt=\"Extension inheritance\" width=\"632\" height=\"273\" data-srcset=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Extension-inheritance-.png 632w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Extension-inheritance--300x130.png 300w\" data-sizes=\"(max-width: 632px) 100vw, 632px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 632px; --smush-placeholder-aspect-ratio: 632\/273;\" \/><\/p>\n<p>Moreover, while checking the database now, the model will be seen containing the freshly created fields, i.e., the fields in your model will appear as name and description now.<\/p>\n<h4 class=\"mt-4\"><strong>3. Delegation<\/strong><\/h4>\n<p>In the delegation type of inheritance in Odoo, the _inherits attribute is used. In addition to this, this inheritance in Odoo is used when you wish to sink a different model into your existing model without disrupting the views. Thus, the database tables are going to hold fields in your Odoo model along with a field showing the inherited object.<\/p>\n<p>An instance of the command used for adding the delegation inheritance in Odoo is shown below:<\/p>\n<p><strong class=\"mt-4\">Example:<\/strong><\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-629 lazyload\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Delegation-inheritance.png\" alt=\"Delegation inheritance\" width=\"637\" height=\"281\" data-srcset=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Delegation-inheritance.png 637w, https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2021\/08\/Delegation-inheritance-300x132.png 300w\" data-sizes=\"(max-width: 637px) 100vw, 637px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 637px; --smush-placeholder-aspect-ratio: 637\/281;\" \/><\/p>\n<p>We\u2019ve different examples in Odoo, and here we can notice the product model contains many2one fields along with the product template. Furthermore, the Product model of Odoo can use fields from a Product template whereas the fields contained in the product template get stored only in the product template\u2019s table.<\/p>\n<h3 class=\"mt-4\"><strong>Conclusion<\/strong><\/h3>\n<p>In the above blog, we have discussed multiple inheritances in Odoo. Knowing how to inherit fields in Odoo is very useful during the customization of an <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/store.ksolves.com\/blog\/odoo-2\/odoo-15-module-5-anticipating-features-to-grow-your-business\">Odoo module<\/a><\/span>. For any concerns regarding the process, you can get a thorough consultation with Ksolves experts. Feel free to reach us any time!<\/p>\n<h4 class=\"mt-4\"><span style=\"color: #ff0000;\">Contact Us for any Query<\/span><\/h4>\n<p>Email: sales@ksolves.com<br \/>\nCall : +91 8130704295<br \/>\nWebsite:\u00a0<a style=\"color: #0000ff;\" href=\"https:\/\/store.ksolves.com\/\">https:\/\/store.ksolves.com\/<\/a><\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_616\" class=\"pvc_stats all  \" data-element-id=\"616\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.0\" viewBox=\"0 0 502 315\" preserveAspectRatio=\"xMidYMid meet\"><g transform=\"translate(0,332) scale(0.1,-0.1)\" fill=\"\" stroke=\"none\"><path d=\"M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z\"\/><path d=\"M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z\"\/><path d=\"M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z\"\/><path d=\"M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z\"\/><path d=\"M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z\"\/><path d=\"M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z\"\/><path d=\"M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z\"\/><path d=\"M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z\"\/><path d=\"M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z\"\/><\/g><\/svg><\/i> <img decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 16px; --smush-placeholder-aspect-ratio: 16\/16;\" \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>When we use or inherit an old class or model, methods, properties, and views in the new class or model, [&hellip;]<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_616\" class=\"pvc_stats all  \" data-element-id=\"616\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" version=\"1.0\" viewBox=\"0 0 502 315\" preserveAspectRatio=\"xMidYMid meet\"><g transform=\"translate(0,332) scale(0.1,-0.1)\" fill=\"\" stroke=\"none\"><path d=\"M2394 3279 l-29 -30 -3 -207 c-2 -182 0 -211 15 -242 39 -76 157 -76 196 0 15 31 17 60 15 243 l-3 209 -33 29 c-26 23 -41 29 -80 29 -41 0 -53 -5 -78 -31z\"\/><path d=\"M3085 3251 c-45 -19 -58 -50 -96 -229 -47 -217 -49 -260 -13 -295 52 -53 146 -42 177 20 16 31 87 366 87 410 0 70 -86 122 -155 94z\"\/><path d=\"M1751 3234 c-13 -9 -29 -31 -37 -50 -12 -29 -10 -49 21 -204 19 -94 39 -189 45 -210 14 -50 54 -80 110 -80 34 0 48 6 76 34 21 21 34 44 34 59 0 14 -18 113 -40 219 -37 178 -43 195 -70 221 -36 32 -101 37 -139 11z\"\/><path d=\"M1163 3073 c-36 -7 -73 -59 -73 -102 0 -56 133 -378 171 -413 34 -32 83 -37 129 -13 70 36 67 87 -16 290 -86 209 -89 214 -129 231 -35 14 -42 15 -82 7z\"\/><path d=\"M3689 3066 c-15 -9 -33 -30 -42 -48 -48 -103 -147 -355 -147 -375 0 -98 131 -148 192 -74 13 15 57 108 97 206 80 196 84 226 37 273 -30 30 -99 39 -137 18z\"\/><path d=\"M583 2784 c-38 -19 -67 -74 -58 -113 9 -42 211 -354 242 -373 16 -10 45 -18 66 -18 51 0 107 52 107 100 0 39 -1 41 -124 234 -80 126 -108 162 -133 173 -41 17 -61 16 -100 -3z\"\/><path d=\"M4250 2784 c-14 -9 -74 -91 -133 -183 -95 -150 -107 -173 -107 -213 0 -55 33 -94 87 -104 67 -13 90 8 211 198 130 202 137 225 78 284 -27 27 -42 34 -72 34 -22 0 -50 -8 -64 -16z\"\/><path d=\"M2275 2693 c-553 -48 -1095 -270 -1585 -649 -135 -104 -459 -423 -483 -476 -23 -49 -22 -139 2 -186 73 -142 361 -457 571 -626 285 -228 642 -407 990 -497 242 -63 336 -73 660 -74 310 0 370 5 595 52 535 111 1045 392 1455 803 122 121 250 273 275 326 19 41 19 137 0 174 -41 79 -309 363 -465 492 -447 370 -946 591 -1479 653 -113 14 -422 18 -536 8z m395 -428 c171 -34 330 -124 456 -258 112 -119 167 -219 211 -378 27 -96 24 -300 -5 -401 -72 -255 -236 -447 -474 -557 -132 -62 -201 -76 -368 -76 -167 0 -236 14 -368 76 -213 98 -373 271 -451 485 -162 444 86 934 547 1084 153 49 292 57 452 25z m909 -232 c222 -123 408 -262 593 -441 76 -74 138 -139 138 -144 0 -16 -233 -242 -330 -319 -155 -123 -309 -223 -461 -299 l-81 -41 32 46 c18 26 49 83 70 128 143 306 141 649 -6 957 -25 52 -61 116 -79 142 l-34 47 45 -20 c26 -10 76 -36 113 -56z m-2057 25 c-40 -58 -105 -190 -130 -263 -110 -324 -59 -707 132 -981 25 -35 42 -64 37 -64 -19 0 -241 119 -326 174 -188 122 -406 314 -532 468 l-58 71 108 103 c185 178 428 349 672 473 66 33 121 60 123 61 2 0 -10 -19 -26 -42z\"\/><path d=\"M2375 1950 c-198 -44 -350 -190 -395 -379 -18 -76 -8 -221 19 -290 114 -284 457 -406 731 -260 98 52 188 154 231 260 27 69 37 214 19 290 -38 163 -166 304 -326 360 -67 23 -215 33 -279 19z\"\/><\/g><\/svg><\/i> <img decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" data-src=\"https:\/\/store.ksolves.com\/blog\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 16px; --smush-placeholder-aspect-ratio: 16\/16;\" \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":617,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-616","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-odoo"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Get an Overview of Different Types of Inheritance in Odoo | Ksolves<\/title>\n<meta name=\"description\" content=\"Know the basics of inheritance in Odoo, and how you can do it by reading the blog. For any further concerns or help, dial the Ksolves team.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Get an Overview of Different Types of Inheritance in Odoo | Ksolves\" \/>\n<meta property=\"og:description\" content=\"Know the basics of inheritance in Odoo, and how you can do it by reading the blog. For any further concerns or help, dial the Ksolves team.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104\" \/>\n<meta property=\"og:site_name\" content=\"Ksolves Store Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-31T08:30:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-22T11:02:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/01\/Inheritance-in-Odoo-min.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"711\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"blogadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"blogadmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104\",\"url\":\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104\",\"name\":\"Get an Overview of Different Types of Inheritance in Odoo | Ksolves\",\"isPartOf\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#primaryimage\"},\"image\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#primaryimage\"},\"thumbnailUrl\":\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/01\/Inheritance-in-Odoo-min.jpg\",\"datePublished\":\"2021-08-31T08:30:28+00:00\",\"dateModified\":\"2022-03-22T11:02:41+00:00\",\"author\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/2fe957ac3c129226eaf3876f43ba6323\"},\"description\":\"Know the basics of inheritance in Odoo, and how you can do it by reading the blog. For any further concerns or help, dial the Ksolves team.\",\"breadcrumb\":{\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#primaryimage\",\"url\":\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/01\/Inheritance-in-Odoo-min.jpg\",\"contentUrl\":\"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/01\/Inheritance-in-Odoo-min.jpg\",\"width\":1280,\"height\":711,\"caption\":\"Inheritance in Odoo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/store.ksolves.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Get an Overview of Different Types of Inheritance in Odoo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/#website\",\"url\":\"https:\/\/store.ksolves.com\/blog\/\",\"name\":\"Ksolves Store Blog\",\"description\":\"Where Great Ideas Change Your Business\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/store.ksolves.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/2fe957ac3c129226eaf3876f43ba6323\",\"name\":\"blogadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fd43d6ccaa4810ea576822affa6e72bb80a991d3b2816331f99bb2817c9915d9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fd43d6ccaa4810ea576822affa6e72bb80a991d3b2816331f99bb2817c9915d9?s=96&d=mm&r=g\",\"caption\":\"blogadmin\"},\"sameAs\":[\"https:\/\/store.ksolves.com\/blog\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Get an Overview of Different Types of Inheritance in Odoo | Ksolves","description":"Know the basics of inheritance in Odoo, and how you can do it by reading the blog. For any further concerns or help, dial the Ksolves team.","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:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104","og_locale":"en_US","og_type":"article","og_title":"Get an Overview of Different Types of Inheritance in Odoo | Ksolves","og_description":"Know the basics of inheritance in Odoo, and how you can do it by reading the blog. For any further concerns or help, dial the Ksolves team.","og_url":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104","og_site_name":"Ksolves Store Blog","article_published_time":"2021-08-31T08:30:28+00:00","article_modified_time":"2022-03-22T11:02:41+00:00","og_image":[{"width":1280,"height":711,"url":"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/01\/Inheritance-in-Odoo-min.jpg","type":"image\/jpeg"}],"author":"blogadmin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"blogadmin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104","url":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104","name":"Get an Overview of Different Types of Inheritance in Odoo | Ksolves","isPartOf":{"@id":"https:\/\/store.ksolves.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#primaryimage"},"image":{"@id":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#primaryimage"},"thumbnailUrl":"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/01\/Inheritance-in-Odoo-min.jpg","datePublished":"2021-08-31T08:30:28+00:00","dateModified":"2022-03-22T11:02:41+00:00","author":{"@id":"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/2fe957ac3c129226eaf3876f43ba6323"},"description":"Know the basics of inheritance in Odoo, and how you can do it by reading the blog. For any further concerns or help, dial the Ksolves team.","breadcrumb":{"@id":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#primaryimage","url":"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/01\/Inheritance-in-Odoo-min.jpg","contentUrl":"https:\/\/store.ksolves.com\/blog\/wp-content\/uploads\/2022\/01\/Inheritance-in-Odoo-min.jpg","width":1280,"height":711,"caption":"Inheritance in Odoo"},{"@type":"BreadcrumbList","@id":"https:\/\/store.ksolves.com\/blog\/odoo\/get-an-overview-of-different-types-of-inheritance-in-odoo-104#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/store.ksolves.com\/blog"},{"@type":"ListItem","position":2,"name":"Get an Overview of Different Types of Inheritance in Odoo"}]},{"@type":"WebSite","@id":"https:\/\/store.ksolves.com\/blog\/#website","url":"https:\/\/store.ksolves.com\/blog\/","name":"Ksolves Store Blog","description":"Where Great Ideas Change Your Business","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/store.ksolves.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/2fe957ac3c129226eaf3876f43ba6323","name":"blogadmin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/store.ksolves.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fd43d6ccaa4810ea576822affa6e72bb80a991d3b2816331f99bb2817c9915d9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fd43d6ccaa4810ea576822affa6e72bb80a991d3b2816331f99bb2817c9915d9?s=96&d=mm&r=g","caption":"blogadmin"},"sameAs":["https:\/\/store.ksolves.com\/blog"]}]}},"_links":{"self":[{"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/posts\/616","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/comments?post=616"}],"version-history":[{"count":8,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/posts\/616\/revisions"}],"predecessor-version":[{"id":1903,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/posts\/616\/revisions\/1903"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/media\/617"}],"wp:attachment":[{"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/media?parent=616"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/categories?post=616"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/store.ksolves.com\/blog\/wp-json\/wp\/v2\/tags?post=616"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}