The document discusses delegation inheritance in Odoo 17 Enterprise, which is a method for linking other models to a custom model without altering existing views. It emphasizes that delegation inheritance only inherits fields, not methods, and includes an example of how to implement it using the _inherits attribute. The document also explains the syntax and structure necessary to utilize delegation inheritance effectively.
Related topics: