Odoo Extension Techniques: Component, Template, and View Inheritance
Component Inheritance with OWL
/** @odoo-module */
import { BasePopup } from "@point_of_sale/app/popup/base_popup";
import { TranslationService } from "@web/core/l10n/translation";
import { lifecycleHooks, elementRef, reactiveState, cleanup } from "@odoo/owl";
import { LineItem } from "@point_of_sale/app/comp ...
Posted on Mon, 21 Sep 2026 16:18:28 +0000 by ritter